Kenny, thanks for helping me out with this.
Quote:
Originally Posted by kyouens
I just added that feed to my test installation, and it appears to work correctly on mine. I would recommend doing a fresh install of articlebot and using the updated MagpieRSS files (Which I linked to in a previous post.)
|
Did this. No dice.
Quote:
Originally Posted by kyouens
take a look at your template (if it's customized for your articlebot) to make sure you haven't left something out.
|
Doublechecked, looked fine. Did a copy and replace right out of instructions to be sure. Still nada.
Quote:
Originally Posted by kyouens
You could look diretly at your database (phpmyadmin) to see if the article descriptions are coming through and being inserted or not.
|
Here's where we have a lead. When I use phpMyAdmin to check the contents of
articlebot_rss_cache the last thing in the table says...
rsschacheid=91
title=...And We're Back
dateline=1114918800
That's it. I see no descriptions.
This looks fishy.
On a different note...
Before checking the database, I tried to do a reinstall, went through the steps and got this database error. Have no idea what I've messed up, if anything. Thoughts?
Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
CREATE TABLE articlebot (
articlebotid smallint(5) unsigned NOT NULL auto_increment,
userid int(10) unsigned NOT NULL default '0',
regex_title_search varchar(100) NOT NULL,
regex_title_replace varchar(100) NOT NULL,
regex_desc_search varchar(100) NOT NULL,
regex_desc_replace varchar(100) NOT NULL,
enabled tinyint(1) unsigned NOT NULL default '0',
dateline int(10) unsigned NOT NULL default '0',
PRIMARY KEY (articlebotid)
)
mysql error: Table 'articlebot' already exists
mysql error number: 1050
Again, thank you.