Log in

View Full Version : Problem with '/global.php' after uninstall attempt (vB 3.8.6 & vBA 3.2.2)


SBlueman
11-25-2012, 02:48 AM
I am trying to uninstall vbadvanced from my site so I can do a clean upgrade to vb4.2 and am getting this error when I go to my main URL:

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxxxx/index.php on line 59

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/index.php on line 59

What can someone suggest so my forum index shows up when people visit my main URL? How can this issue be cleared up?

Thanks in advance to whomever answers. I am not the most versed coder so any help I can get is much appreciated.

kh99
11-25-2012, 09:41 AM
Do you have global.php in the same directory as your index.php? If that's the forum "root" directory then it should be there. If it's not the forum root then you may have the wrong index.php.