Ok,now i can see it.
Printable View
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. :smile:
:oops: 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. :smile:
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.
And I have installed the This wonderful mod couples of days.
It seems normal.
It can be read by good RSS Reader.
But when i sue the RSS SUBMIT . This software told me the URL i generated via This Mod is not An RSS FeeD URL. I can not promote the webpage from RSS Submit software which is very good for maketing , I think.
Can any boby point a solutions?
Thanks
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