Hi, when I ran update.php I got this:
Update #6
* Failed: INSERT INTO {sequences} (name, id) VALUES ('{uc_order_products}_order_product_id', )
(everything else looked good to me.)
I tried running that sql command in phpmyadmin and got this:
INSERT INTO {sequences}(
name,
id
)
VALUES (
'{uc_order_products}_order_product_id',
)
MySQL said: Documentation
#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 '{sequences} (name, id) VALUES ('{uc_order_products}_order_product_id', )' at line 1
Should I be freaking out? Please forgive my noobness. Thanks.





Joined: 02/26/2008