Knowledgebase
I get an SQL error on the Site Map, how do I fix that?
Posted by - NA - on 07 December 2010 11:11 AM
|
|
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; | |
|
Comments (0)