About this Page This is a discussion on Can't admin Forums within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; Progress report - I installed 7.5 and when I try to admin the Forums I get this error...
Fatal error: ...
Progress report - I installed 7.5 and when I try to admin the Forums I get this error...
Fatal error: Cannot instantiate non-existent class: sql_db in /home/d/digitalexcessstudios/manisobsolete.com/public_html/db/db.php on line 86
Traced this down and concluded that unless my config.php file is within the public_html dir (the original config file WITH the db settings) it won't work. So it only works when I have that config.php file in there and not the config.php that points to the real one. Obviously I don't want people to access my config.php file so how can I solve this without inducing a major security risk?
Problem solved guys...If this solution is not correct, please advise...
I put the config.php file in the public_html dir (the config that contains all of the database access settings) and CHMOD'ed it to 555.
I had a similar problem. I fixed it by replacing the modules/Forums/admin/index.php file with the 7.5 fresh install version. I was then able to access the forums admin control panel.