bug.
The following error occurs:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '')' at line 1
INSERT INTO products_attributes ( products_id, options_id, options_values_id, options_values_price, price_prefixt) VALUES (184, 10, 29, 0.0000, ')
[TEP STOP]
to solve change:
price_prefixt to price_prefix
and
.")"); to ."')");
More...




LinkBack URL
About LinkBacks









Bookmarks