PDA

View Full Version : keep getting the directory error


Wordplay
10-05-2004, 09:08 AM
Warning: chdir(): No such file or directory (errno 2) in /home/xxx/public_html/cmps_index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/xxx/public_html/cmps_index.php on line 25

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/cmps_index.php on line 25

where did i go wrong?

Wordplay
10-05-2004, 09:31 AM
but line 25 in my global is just a ')'.

Our Sponsors
 

Brian
10-05-2004, 12:48 PM
FAQ Forum. ;)

Wordplay
10-05-2004, 04:33 PM
i did run a search, but couldn't find anything.

Our Sponsors
 

Brian
10-05-2004, 04:48 PM
http://www.vbadvanced.com/forum/showthread.php?t=1343

Wordplay
10-05-2004, 05:33 PM
oh i already took care of that... the link was correct but i didn't remove the '.' from infront the link, which seems to only have to be there if it isn't a complete link.

thanks though!

Brian
10-06-2004, 12:32 PM
If you're getting that error then an incorrect path is the only thing that would cause that.

Brian
10-20-2004, 11:23 PM
Try:

chdir('/home/sitelocation/public_html/WHATEVER_YOUR_FORUM_NAME_IS_HERE');