Re: RSS2 Feed Contribution
I have installed this mod on one of my sites a while back and I remember there was an error in one of the codes that generates the feed, but this thread has gotten bigger and I am having hard time finding the code.
The issue I am having is when I go to generate the new products feed it will only generate the feed for the products that I had on the site before installing this mod. There is no feed generated for the products I added after this mod was installed. The same thing is happening on all the 3 websites I have this mod installed on.
Re: RSS2 Feed Contribution
Just an update on this error. This mod seems to have a typo in the classes file it will not add new products to your feed that you add after you install this mod.
The error can be found in the file: includes/classes/rss_feed.php
find around line 383 :
PHP Code:
if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) < $time) {
Replace with:
PHP Code:
if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) > $time) {
Re: RSS2 Feed Contribution
This is a great mod! It works really well in FF, but not in IE. It creates a blank page. I have gone through the threads, but can't seem to find the fix.
Does anyone know how to get working in IE? or where the thread is?
Thanks,
Kim
Re: RSS2 Feed Contribution
It works in both FF an IE without any addition. Follow the instructions in the readme file. You might of missed a step.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
Glamorousshoe
It works in both FF an IE without any addition. Follow the instructions in the readme file. You might of missed a step.
I got it working. I messed up copy/paste from thread #515 with date change.
Thanks, Kim:clap:
Re: RSS2 Feed Contribution
Installed on a local server to test and everything was fine. Uploaded to my live server and got a 1064 syntax error.
Are there any fixes for this?
Re: RSS2 Feed Contribution
Sorry for being a noob, but how to align RSS icon to the middle of the footer instead of left corner?
Re: RSS2 Feed Contribution
Never mind. Looked it up from other Zenner store...
the answer is to add:
#RSSFeedLink
{
text-align: center;
}
to your "custom" stylesheet.css
Re: RSS2 Feed Contribution
Good afternoon all. I've installed this great contribution on my localhost, running version ZC 1.3.7 which has been stable for us for quite awhile. After installing, when I click the RSS button on the home page or go to any product page, I get a distorted page with these errors:
Warning: Variable passed to each() is not an array or object in C:\WAMP5\www\shopct137d\includes\classes\db\mysql\query_factory.php on line 114
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\WAMP5\www\shopct137d\includes\classes\db\mysql\query_factory.php:114) in C:\WAMP5\www\shopct137d\includes\functions\sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at C:\WAMP5\www\shopct137d\includes\classes\db\mysql\query_factory.php:114) in C:\WAMP5\www\shopct137d\includes\init_includes\init_templates.php on line 78
I've uninstalled the database updates, and reinstalled, with same results. I installed Simple SEO Url a few weeks ago, and tried turning that off to see if it made a differenece, but no luck there, either.
I found in this thread where Adds had this same problem quite a while ago, but couldn't find where a solution was ever posted.
If anyone can help or point me in the right direction, it wwould be appreciated!
Thanks,
Re: RSS2 Feed Contribution
Thought for a while that the problem might be that my localhost (Using WAMP5) could be the problem, but I find here that others have installed this on their localhost server without any problem. Not sure where to go from here ... any suggestions?