Hayley Wong Posted October 14, 2021 Share Posted October 14, 2021 With the below error message in debug mode: 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, "35", 1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lbs.position' in 'field list' Link to comment Share on other sites More sharing options...
musicmaster Posted October 17, 2021 Share Posted October 17, 2021 This a module specific problem. The common approach is asking its maker. The least you could do is mentioning the module. Link to comment Share on other sites More sharing options...
Hayley Wong Posted October 17, 2021 Author Share Posted October 17, 2021 Solved, by upgrade the module 1 Link to comment Share on other sites More sharing options...
user2020 Posted November 9, 2021 Share Posted November 9, 2021 Which module was upgraded please? Link to comment Share on other sites More sharing options...
Hayley Wong Posted November 10, 2021 Author Share Posted November 10, 2021 6 hours ago, user2020 said: Which module was upgraded please? Link Widget Link to comment Share on other sites More sharing options...
user2020 Posted November 10, 2021 Share Posted November 10, 2021 Thanks but couldn't find that module. I ended up upgrading all the modules and that resolved the issue. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now