View Full Version : please help gettin error
Senti.Jatt
01-25-2009, 02:30 PM
im gettin this error wen i open site please help me
this is da error
Warning: require_once([path]/infernoshout/engine/inferno_engine.php) [function.require-once]: failed to open stream: No such file or directory in [path]/global.php(360) : eval()'d code on line 129
Fatal error: require_once() [function.require]: Failed opening required '/home/wareznee/public_html/infernoshout/engine/inferno_engine.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wareznee/public_html/global.php(360) : eval()'d code on line 129
Lynne
01-25-2009, 03:06 PM
That is from a modification - it says it is missing the file "/home/wareznee/public_html/infernoshout/engine/inferno_engine.php" So, turn off your modifications and then fix the path or delete the modification.
Senti.Jatt
01-25-2009, 03:14 PM
but i cant access admincp cause of this ..how can fix it i deleted it from server but says the same thing
Lynne
01-25-2009, 04:25 PM
To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Senti.Jatt
01-25-2009, 11:53 PM
it didn't work either :( any thing else we can try or an other person can help pls thanks
Voltar
01-26-2009, 12:12 AM
If disabling hooks didn't work, did you do any manual file edits to any of the core vB files when you installed the modification that is causing your issues? And did you try browsing directly to the acp login?
Senti.Jatt
01-26-2009, 12:20 AM
i didn't manually edit anything..yeah i tried to browsing directly to acp login but wen it goes for login that error comes up
Lynne
01-26-2009, 02:44 AM
That error comes up after you put that line in the config.php file?
Senti.Jatt
01-26-2009, 02:58 AM
that error was already there and didn't make any difference after i put that line
Lynne
01-26-2009, 03:12 AM
I know it was already there, but it should have gone away when you disabled the plugins. The only other way for the code to be asking for that file is if there are direct file edits to add the call to those files but you said there weren't. The only other thing I can think to do since it isn't a plugin is to reupload default files.
Dismounted
01-26-2009, 03:44 AM
Which version of vBulletin are you using? Are you sure the error is the same when accessing the Admin CP? Because the Admin CP uses a different global.php altogether.
Senti.Jatt
01-26-2009, 08:50 AM
using 3.7.4 yeah its same cause wen i go on admin cp it comes up but wen i put username and password in and click on login the error comes up
Dismounted
01-26-2009, 09:36 AM
And you are sure you put the disable hooks line into the correct file?
Senti.Jatt
01-26-2009, 09:49 AM
yeah i put it in config.php file under <?php
Marco van Herwaarden
01-26-2009, 10:52 AM
And you also uploaded the modified config.php back to he server in the includes directory?
Senti.Jatt
01-26-2009, 10:57 AM
yeah done dat too..i dunno whats wrong now:(
Marco van Herwaarden
01-26-2009, 11:55 AM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.