PDA

View Full Version : Website Down - Fatal Error


superman7515
04-02-2014, 09:57 AM
I'm not sure what I did, but when I go to my site, I get the following message:

Warning: require_once(./includes/class_bootstrap.php): failed to open stream: No such file or directory in /home/bluehenn/public_html/global.php on line 15

Fatal error: require_once(): Failed opening required './includes/class_bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bluehenn/public_html/global.php on line 15

Doesn't sound good, haha.

ozzy47
04-02-2014, 10:06 AM
Sounds to me like you are missing files, redownload the files for the version you are running from vB.com, and upload them to your server.

superman7515
04-02-2014, 10:07 AM
That's what I thought, but I wanted to check if it will just overwrite what I have and basically fill in the blanks or would it cause an issue with duplication of files?

ozzy47
04-02-2014, 10:14 AM
As long as you set it to overwrite when you upload them, there should be no issue.

superman7515
04-02-2014, 11:29 AM
So I opened up the zip file and pretty much reloaded everything in the public html area and no dice. I opened up a support ticket on the vbulletin.com site about 10 hours ago but haven't heard anything back. I'm obviously missing something, but not having much luck on figuring it out.

RichieBoy67
04-02-2014, 03:03 PM
Check your file permissions as well. It is either that or a missing file. It could be a mod that is missing a file if not the main Vbulll install.

Try disabling your plug ins and see if that works.

Add this to your config.php to the very top - when done just comment out the one for plug ins because this is often used when troubleshooting plug ins so it is good to keep it in there -The top one will help with depreciation warnings. The bottom one will shut your plug ins to allow you to troubleshoot.



error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
define('DISABLE_HOOKS', true);