Jump to content

[SOLVED] 'file does not exist' error.... but it does


forcer

Recommended Posts

i keep getting this error:

 

Warning: main(../../forums/global.php) [function.main]: failed to open stream: No such file or directory in /home/forcer/public_html/news/admin/add.php on line 5

 

Fatal error: main() [function.require]: Failed opening required '../../forums/global.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/forcer/public_html/news/admin/add.php on line 5

 

however the file does exist... here is the code used

 

//get forum globals
$curdir = getcwd ();
chdir('../../forums/');
require_once('../../forums/global.php');
chdir ($curdir);

 

any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.