Jump to content

Bug PrestaShop


KoikiDEtona

Recommended Posts


An exception occurred while executing 'SELECT 
lb.id_link_block,
lbl.name AS block_name,
lb.id_hook,
h.name as hook_name,
h.title as hook_title,
h.description as hook_description,
lbs.position as position,
GROUP_CONCAT(s.name SEPARATOR ", ") as shop_name
FROM ps_link_block lb INNER JOIN ps_link_block_lang lbl ON lb.id_link_block = lbl.id_link_block LEFT JOIN ps_link_block_shop lbs ON lb.id_link_block = lbs.id_link_block LEFT JOIN ps_hook h ON lb.id_hook = h.id_hook LEFT JOIN ps_shop s ON s.id_shop = lbs.id_shop WHERE (lbl.id_lang = ?) AND (h.id_hook = ?) AND (lbs.id_shop IN (?)) GROUP BY lb.id_link_block ORDER BY position asc' with params [1, "31", 1]:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lbs.position' in 'field list'

Link to comment
Share on other sites

  • razaro changed the title to Bug PrestaShop

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...