PrestaShop 1.5.4 bug - tag search issue

In this board, we will periodically list various tips and tricks we find that may help in your use of PrestaShop. This will also include tips on the use of Agile modules. If you have a great tip, fix, or workaround for a PrestaShop feature, feel free to post it here...

PrestaShop 1.5.4 bug - tag search issue

Postby shokinro » Fri Mar 29, 2013 5:45 pm

Today I just tried the newly released PrestaShop 1.5.4.0, and found a bug in Tag search. If you click any tag in the Tag cloud block, you'll see an SQL error message. This issue seems to stem from the changes in 1.5.4.0, it does not happen in PrestaShop 1.5.3 and earlier versions.

If you're using/upgrading to version 1.5.4.0, you may see the following message:

Unknown column 'product_shop.id_image' in 'group statement'


If you do, then to fix this problem, change line #660 as follows.

From:

Code: Select all
               GROUP BY product_shop.id_image


To:

Code: Select all
               GROUP BY product_shop.id_product


Hope this helps..
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Return to Tips and Tricks for PrestaShop and Agile Modules

Who is online

Users browsing this forum: No registered users and 1 guest