RSS Feed
Knowledgebase : X-cart Mods & Addons > Site Map
SolutionDue to a recent update in MySQL, the "LIMIT -1" syntax no longer works. You need to open your fts_sitemap.php and find this line: $product_limit = -1; And change it to this line: $product_limit = 9999999;
SolutionThe feed manager cannot have any output compression applied to it. Put this in your .htaccess file in your admin directory: mod_gzip_on Off php_value output_handler NULL php_flag zlib.output_compression Off This will only disable the o...
SolutionThe progress bar will be animated if HTTP streaming works in your environment. If you have output compression on, or if you're using mod_gzip, or if you're running over SSL, then the streaming will not work properly and your feed manager will not ...
SolutionLook at the feed you're sending to froogle / google base. Make sure the image paths are correct. Make sure your images are larger than 100 / 100 and they are in jpeg or gif format. Make sure that your images are stored on the file system. If your ...