Have tried everything, can't figure out where I'm going wrong...
When I try to load this page:
http://www.armywivesforums.com/vbindex.php
I get this
Warning: chdir(): No such file or directory (errno 2) in /home/awforums/public_html/vbindex.php on line 144
Warning: main(.global.php): failed to open stream: No such file or directory in /home/awforums/public_html/vbindex.php on line 145
Fatal error: main(): Failed opening required '.global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/awforums/public_html/vbindex.php on line 145
Lines 144 &145 are:
chdir(CHDIR_PATH);
require_once('./global'.SCRIPT_EXTENSION);
The portion of vbiconfig I edited was exactly this, copy and pasted:
// enter the path to your forums here that you were given during the// install processdefine('CHDIR_PATH', '/home/awforums/public_html/forums');
I've searched this whole thread and the only advice I can see is to try to comment out the chdir(). I am very new to this, and can only imagine that means to enter
/home/awforums/public_html/forums here: chdir(
/home/awforums/public_html/forums)
When I do that, I get this error:
Parse error: parse error, unexpected '/', expecting ')' in /home/awforums/public_html/vbindex.php on line 144
:ermm:
I've stared at this trying different variations for about 3 hours now. This is my last hope, and I could really use any help anyone has to give me.