Quote:
Originally Posted by Dez_U
getting this error messages all over my forum
Warning: main(./articlebot/articlebot.php): failed to open stream: No such file or directory in /home/.sites/70/site4/web/forums/index.php on line 419
Warning: main(): Failed opening './articlebot/articlebot.php' for inclusion (include_path='.:/usr/lib/php') in /home/.sites/70/site4/web/forums/index.php on line 419
Warning: Unknown(./articlebot/articlebot.php): failed to open stream: No such file or directory in /home/.sites/70/site4/web/forums/includes/functions.php(1955) : eval()'d code on line 1
Warning: (null)(): Failed opening './articlebot/articlebot.php' for inclusion (include_path='.:/usr/lib/php') in /home/.sites/70/site4/web/forums/includes/functions.php(1955) : eval()'d code on line 1
|
see my post before,
change in articlebot.php
PHP Code:
chdir('/path/to/forums/');
to:
PHP Code:
chdir(dirname(dirname(__FILE__)).'/');