Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

[Solved] Fatal error: Class 'Gdn_ConfigurationModel' not found in nginx

When I tried to install vanilla 2 on ningx server. I got

Fatal error: Class 'Gdn_ConfigurationModel' not found in /var/www/domain/mydomain.com/applications/dashboard/controllers/class.setupcontroller.php on line 88


My nginx config is

location / {
try_files $uri $uri/ /index.php?p=$uri&$args;
}

Best Answer

Sign In or Register to comment.