MyBB Community Forums

Full Version: Fatal error: require_once(): Failed opening required '[...]/inc/init.php'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey folks,

I've just finished and configured my clean install of the newest stable version (1.8.19).
After I spend a decent amount of time with installing themes and plug-ins, adjusting the settings according to my needs, I tried to set the parentof my  "flatty" theme as a default (instead of MyBB Master Style). Since then, all I get are there error messages:

root board url:
[attachment=40865]

admin panel:
[attachment=40866]

After I commented out line 18 in admin/index.php, which is
require_once dirname(dirname(__FILE__))."/inc/init.php";
I get this error:

[attachment=40867]

I have no access to anything anymore Sad

I couldn´t any working solution here and elsewhere in the net.

Best regards
idlebert
does init.php file physically exist in the inc named folder ?
is the file accessible ? [CHMOD 644 or CHMOD 664]

put back commented out line in the index.php file
Hmm, for some reasons most of my files where deleted - bug? (I wasn't even logged into my ftp)
I reuploaded all the files and it worked out well.