Home » Item #862
When I click to view a product, I get the following error:
You have an error in your SQL syntax near '(tblCactuShopVersions AS AlsoVersions INNER JOIN tblCactuShopProducts AS AlsoPro' at line 1
I'm running on MySQL. What's going on?
The problem is with the 'people who bought this product also bought' function. Older versions of MySQL have problems running this complex query. To get this feature working, you will need to upgrade your MySQL database to the latest version (v4+).
If you can't upgrade your MySQL database, you will need to turn off the 'people who bought...' feature. This can be done by setting the 'peoplewhobought' config setting to 0.