Steve Posted December 18, 2018 Posted December 18, 2018 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 INSERT INTO tb_product_group (id_product, id_group) VALUES Does anyone know how I can fix this? Thanks! Edit: Already fixed it, the product didn't have a group.
0 Traumflug Posted December 18, 2018 Posted December 18, 2018 Already fixed it, the product didn’t have a group. This is not a fix, it's a workaround. Syntax errors are a bug, no matter what the merchant does.
0 Traumflug Posted December 18, 2018 Posted December 18, 2018 Hmm. Can't find a table or usage of a table tb_product_group. Apparently some module stuff.
0 Steve Posted December 19, 2018 Author Posted December 19, 2018 @traumflug Yup, probabaly this module: http://nemops.com/free-prestashop-module-product-access/
Question
Steve
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
INSERT INTO tb_product_group (id_product, id_group) VALUES
Does anyone know how I can fix this?
Thanks!
Edit: Already fixed it, the product didn't have a group.
3 answers to this question
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