Im having a problem and not sure what it is.
Code:
Warning: chdir(): No such file or directory (errno 2) in /home/drewster/public_html/forums/articlebot/articlebot.php on line 42
Warning: main(./global.php): failed to open stream: No such file or directory in /home/drewster/public_html/forums/articlebot/articlebot.php on line 43
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/drewster/public_html/forums/articlebot/articlebot.php on line 43
Im really not sure what to put in the articlebot.php which Im sure is why Im having that error when I try to execute it.
Code:
chdir('home/drewster/public_html/forums');
require_once './global.php';
include_once './articlebot/rss_fetch.inc';
Anyone see what I might have wrong?