Quote:
Originally Posted by Opserty
Its a bit obvious from the error what the problem is Diesel! The global.php file doesn't exist in the folder, read the error messages its not rocket science!
To solve it:
PHP Code:
$currentdir = getcwd();
chdir('../forum');
require_once('./global.php');
chdir($currentdir);
|
I knew what the problem was. I couldn't find the code to correct it. Thanks for your wonderful help!
--------------- Added [DATE]1203892667[/DATE] at [TIME]1203892667[/TIME] ---------------
Still doesn't work...