I am having problems with the upgrade. Every thing ran fine with the script and all, but I can't get articlebot.php to run.
After commenting out the lines:
// chdir('/path/to/forums/');
// require_once './global.php';
PHP Code:
Warning: main(.articlebot/rss_fetch.inc): failed to open stream: No such file or directory in /home/virtual/site170/fst/var/www/html/forums/articlebot/articlebot.php on line 46
Warning: main(): Failed opening '.articlebot/rss_fetch.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site170/fst/var/www/html/forums/articlebot/articlebot.php on line 46
Fatal error: Call to a member function on a non-object in /home/virtual/site170/fst/var/www/html/forums/articlebot/articlebot.php on line 92
Now I change:
PHP Code:
include_once '.articlebot/rss_fetch.inc';
To
PHP Code:
include_once 'rss_fetch.inc';
Which just gives me this error:
PHP Code:
Fatal error: Call to a member function on a non-object in /home/virtual/site170/fst/var/www/html/forums/articlebot/articlebot.php on line 92
Line 92 is this:
PHP Code:
$result_articlebots = $DB_site->query("
Any thoughts, suggestions?
Thanks,