PDA

View Full Version : Error Message after Install..


savageracer
01-02-2005, 03:39 PM
Warning: chdir(): No such file or directory (errno 2) in /www/s/mysite/htdocs/index.php on line 22

Warning: main(./global.php): failed to open stream: No such file or directory in /www/s/mysite/htdocs/index.php on line 28

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/php4/lib/php') in /www/s/my site/htdocs/index.php on line 28



I replaced my login with my site in the error message but you get the point. .So what did I do wrong.. I couldn't do the image swap.. So I'm gonna have to do that manually but why is this not working.. Ughhh..

Thanks for the help in advance

RICH

Brian
01-02-2005, 03:58 PM
F.A.Q forum.

Our Sponsors
 

savageracer
01-02-2005, 03:59 PM
I fixed it.. I'm not that bright when it comes to coding and I just try to follow instructions.. Here is what it say in the read me file..

Now open your cmps_index.php file in this folder and find:
chdir('./forum');

Here is that I did

Now open your cmps_index.php file in this folder and find:
chdir('./www/s/mysite/htdocs/forums');

Didn't know I had to take that period out.. LOL I fixed .. Thanks

RICH