The RSS feed import process in vb4 has its nuances. When testing an RSS feed, I had found that it would work once, then when I kept testing the feed, the same fed items wouldn't be read again.
Turns out that you have to clear out parts of the rsslog and rssfeed MySql tables. Once an RSS feed item has been read, it will not be read again until you deal with these tables.
Is this the sort of problem you're having, meaning, has it ever worked for you?
|