SD - when you're about
I'm still on RC1 and haven't touched (RSS Feeder 1.1.1 according toPackage Manager in the admin panel) since the first half of the year,except to reactivate feeds when they go inactive (I can live with thatuntil the feed providers get their acts together).
Suddenly this month, I've got a server error log (not inside SMF - but on the server) filling up with entries of -
PHP Fatal error: Call to undefined function db_query() in /home/druwa/public_html/board/Sources/Subs-RSS.php on line 145
The relevant code lines (143 - 150) are -
// First get all the enabled bots
$context['feeds'] = array();
$request = db_query("
SELECT
ID_FEED, ID_BOARD, feedurl, title, postername, updatetime, enabled, html,
ID_MEMBER, locked, articlelink, topicprefix, numbertoimport, importevery
FROM {$db_prefix}feedbot
WHERE enabled = 1", __FILE__, __LINE__);
$request = db_query(" is the offending line according to the errors
Any idea why this should suddenly kick up?
I only discovered it when my hosting got suspended earlier today, forserver abuse after hourly logs like this one on the hosting manager'sscreens -
Time: Mon Dec 28 09:06:21 2009 -0500Account: account-nameResource: Process TimeExceeded: 59012 > 1800 (seconds)Executable: /usr/bin/phpCommand Line: /usr/bin/php /home/account-name/public_html/board/index.phpPID: 8643Killed: No
Apparently each instance was running 24 hours+, and that's why they hit me with a suspension.
It really sucks because I've also found my users discussing the outage on the forums on other sites now.
Thanks in advance for any advice
Gaz[/]