dragon5 Posted July 27, 2004 Posted July 27, 2004 From the install instructions: Add these 2 fields to table configuration by running these lines in phpmyadmin or what ever you prefer. # Add admin-facility to Guest Accounts INSERT INTO configuration_group VALUES (40, 'Guests', 'Guests settings', 40, 1); INSERT INTO configuration VALUES ('', 'Guests accounts', 'GUEST_ON', 'true', 'Allow Customers to purchase without an account', 40, 1, '2003-09-09 13:07:44', '2003-09-09 12:10:51', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); When I run this I get the following error: Error SQL-query : INSERT INTO configuration_group VALUES ( 40, 'Guests', 'Guests settings', 40, 1 ) MySQL said: #1062 - Duplicate entry '40' for key 1 Any ideas? Thanks d5 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.