PDA

View Full Version : Plz help me..I can't log into Admin CP


hasidoo
11-20-2010, 06:41 AM
I installed a modification and this happened after that. I'm getting a fatal error like this when I try to log into the Admin CP.

Warning: require_once(/home/***/public_html/includes/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/***/public_html/forums/global.php on line 39

Fatal error: require_once() [function.require]: Failed opening required '/home/***/public_html/includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/***/public_html/forums/global.php on line 39


Somebody please help me to solve this out...:confused::confused:

Lynne
11-20-2010, 02:34 PM
It looks like you are missing a file - actually, the path to the file is incorrect, so you may need to get in and manually modify the path.

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);