Hi,
I installed Super Order module recently. When I ran the SQL file, I received the following error.
1062 Duplicate entry 'CA' for key 2
in:
[INSERT INTO zen_so_payment_types VALUES (NULL, 1, 'CA', 'Cash');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I did what was suggested in this thread by checking duplicate lines in phpmyadmin. I then ran the lines that don't exist yet in the database. Everything seems to be in the database now except the following one.
-- Super Orders configuration group
INSERT INTO configuration_group VALUES (28, 'Super Orders', 'Settings for Super Order features', 100, 1);
When I ran this line, I received the following error. I checked the database but this line does not exist. Any suggestion? Thanks in advance.
1062 Duplicate entry '28' for key 1
in:
[INSERT INTO zen_configuration_group VALUES (28, 'Super Orders', 'Settings for Super Order features', 100, 1);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.