Re: RSS2 Feed Contribution
Hey Andrew! I have several other websites which are basically just content sites and each have pages that use my current live site's rss feeds for various categories. I would really like to have it working. I figured there would be some tweaking to do, but holy smokes I can not figure this one out. If you can point me in the right direction I sure would appreciate it.
Thanks a bunch,
John
Re: RSS2 Feed Contribution
Hi John!
Quote:
Originally Posted by
bumba000
Hey Andrew! I have several other websites which are basically just content sites and each have pages that use my current live site's rss feeds for various categories. I would really like to have it working. I figured there would be some tweaking to do, but holy smokes I can not figure this one out. If you can point me in the right direction I sure would appreciate it.
Thanks a bunch,
John
Try to do the following:
Edit file includes/classes/rss_feed.php
Replace
PHP Code:
function rss_feed($xmlns = array()) {
by
PHP Code:
function __construct($xmlns = array()) {
Re: RSS2 Feed Contribution
Hey Andrew, No luck. Still the same result and no error logs.
Thank You,
John
Re: RSS2 Feed Contribution
Hi John,
Quote:
Originally Posted by
bumba000
Hey Andrew, No luck. Still the same result and no error logs.
Thank You,
John
There is only one way - to look on the site. Send me privat access to the FTP - then I can find and fix the error.
Re: RSS2 Feed Contribution
You can download last version from github https://github.com/AndrewBerezin/zen-cart-rss_feed
Do not judge strictly - the script is old, I have not dealt with it since 2015.