I have installed v 2.0.7 27.10.2007. Is it necessary to run the update 2_0_2 sql?
Hi,
I was looking at installing this mod, but then I looked in the sql install file and saw these lines:
will this not just delete everything with a configuration_group_id = 0, What is this SQL for? I'm not sure why something needs to be deleted when you are installing from scratch with no previous versions installed.PHP Code:SET @configuration_group_id=0;
SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'RSS Feed' LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM configuration WHERE configuration_key = 'RSS_FEED_VERSION';
Thanks for any help.![]()
Maybe it doesn't delete things with configuration_group_id = 0
My mistake, still not quite sure what this SQL is for though? Any explanations would be most welcome.PHP Code:configuration_group_id != 0
Thanks
I'm on a roll tonight so I might as well carry on posting.
I was just wondering what sites people submit their rss feeds to. I've had a look around but a lot of sites seem to be aimed more at news feeds or blogs.
If some ones got a top 10 that would be great.
Just notification:
Dont put <table></table> in you product descriptions.
THe RSS feeder doesnot support.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I've installed everything but all of my feeds are simply blank. Not even an XML declaration. IE gives me this error when I try to view the blank feeds:
"XML document must have a top level element.
Line: 0 Character: 0"
My store has products in it, yes. And I configured the feed settings in the configuration panel. So I'm a little stumped. Any ideas?
Thanks
To partially answer my own question, for some strange reason when I manually enter a feed URL like this:
//localhost/zen-cart/index.php?main_page=rss_feed&feed=categories&cPath=65
..the feed works with the & written as & and this is how the feed link is written in the source of the page. However, when you click on the links to the feeds on the page, the URL isn't escaped...
//localhost/zen-cart/index.php?main_page=rss_feed&feed=categories&cPath=65
And that "normal" link doesn't work.. just a blank page.
This is on IE7. Quite baffled.