Re: RSS2 Feed Contribution
Quote:
Originally Posted by
100asa
I've installed the latest version, but my feeds don't update. it's updated at the day of installation. why?
My bug :(
includes/class/rss_feed.php
Find (line ~383):
Code:
if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) < $time) {
Replace by
Code:
if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) > $time) {
Re: RSS2 Feed Contribution
already work fine with
UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
however I've update as you say. Thanks
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
100asa
already work fine with
UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
Bad wrong way
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
Quick bugfix! Run this sql
Code:
UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
this is what you say. with this sql update and you latest suggestion, my rss work very fine!
Re: RSS2 Feed Contribution
one question: I've addedd this rss
http://www.100asa.it/rss_feed.html?feed=new_products
to Google sitemap, but Google, after verify link, say me: "xml not valid - too many tags"
Re: RSS2 Feed Contribution
As far as i can tell i have done everything correctly, and as far as i can tell everything works great, with one exception.
When you go to my site:
http://www.collectiblefinewine.com
my browser does not detect that i have an rss feed on my site, but when you go to another forum contributors site:
http://www.locomolife.com/store/
my browser does detect that an rss feed is installed on their site.
As far as i can tell we have the rss installed the same way.
Any thoughts?
Re: RSS2 Feed Contribution
chaddb,
Check html_header.php on http://www.collectiblefinewine.com/.
Readme.txt:
Quote:
4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
<?php echo rss_feed_link_alternate(); // RSS Feed ?>
Re: RSS2 Feed Contribution
Hi, this RSS2 Feed Contribution itīs incredible. Iīm trying installing but I have this errors in the Install SQL Patches
1.- install.sql
Exitoso 9 statements processed.
Error ERROR: No se puede introducir configuration_key "" porque ya existe
Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
2.- update_2_0_2.sql
Exitoso 4 statements processed.
Error ERROR: No se puede introducir configuration_key "" porque ya existe
Error ERROR: No se puede introducir configuration_key "" porque ya existe
Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
3.- update_2_1_3.sql
Exitoso 4 statements processed.
Error ERROR: No se puede introducir configuration_key "" porque ya existe
Error ERROR: No se puede introducir configuration_key "" porque ya existe
Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
When I go to Admin->Configuration->RSS FEED only show the title bar
My version of zen-cart itīs 1.3.7.
Can you help me please?
My website itīs www.todoenguate.com
Thanks
Rolando Maldonado
Re: RSS2 Feed Contribution
I don't understand error 1.
But I also do not understand - if you perform install.sql, why then are you trying to fulfill update*.sql?
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
I don't understand error 1.
But I also do not understand - if you perform install.sql, why then are you trying to fulfill update*.sql?
Thanks for your answer
I proceded as in the readme.txt in the procedure to install say
Install:
========
0. BACKUP! BACKUP! BACKUP! BACKUP! BACKUP! BACKUP!
1. Unzip and upload all new files to your store directory;
2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
(if you use Admin Profiles or Admin with Levels you must setting needed permission);
3. Go to Admin>Configuration>RSS Feed and setting up your RSS Feed configuration;
...
...
I follow the 0 to 2 steps but when i do the install sql patches (step 2) the system say in left corner 3 lines.
Line 1: Success 9 statements processed.
Line 2: Error ERROR: Can not enter configuration_key "" because it already exists
Line 3: Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
In the step 3 of readme.txt of install procedure i go to admin->configuration->RSS Feed and not showing anything (attach a file)
The steps 4 to 6 are pending.
Thanks
Rolando Maldonado.