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

saturngodsaturngod New
edited August 2011 in Vanilla 2.0 - 2.8
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

  • saturngodsaturngod New
    Answer ✓
    Fixed.

    I need to clear .ini file in cache folder. After delete all cache and it's working fine.

Answers

  • saturngodsaturngod New
    Answer ✓
    Fixed.

    I need to clear .ini file in cache folder. After delete all cache and it's working fine.
Sign In or Register to comment.