Knowledgebase: Advanced Site Map
I get an SQL error on the Site Map, how do I fix that?
Posted by Nick Poindexter on 04 March 2010 04:08 PM
Due 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;

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: