Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Fatal error: Class 'Gdn_ConfigurationModel' not found in nginx
saturngod
New
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;
}
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;
}
Tagged:
0
Best Answer
-
saturngod NewFixed.
I need to clear .ini file in cache folder. After delete all cache and it's working fine.1
Answers
I need to clear .ini file in cache folder. After delete all cache and it's working fine.