Quote:
Silly question, but is this hack going to be updated at some point to support RDF new feeds?
|
Not sure. It depends if the MagPieRSS parser supports it, and currently it does not.
Quote:
Next question...
For the first time, the bot gets the news, but for the next time nothing happens...
Quote:
(News: 10m) (last: 02:30) (next: 02:49)
02.49 is 13 minutes ago...
C.
|
Perhaps there is no new articles to grab from the RSS feed?
I've been testing this hack for over a month now with the original version, and it works fine. Make sure you have set things up correctly.
Quote:
Invalid SQL:
SELECT articlebot.userid,
articlebot.articlebotid, user.username
FROM articlebot
LEFT JOIN user
USING (userid)
WHERE articlebot.userid = 0
mysql error: Table 'help.articlebot' doesn't exist
mysql error number: 1146
|
What is this "help.articlebot" ?
That would generate an error.