i get this message in both admin and the store:
Warning Your database appears to need patching to a higher level. See Tools->Server Information to review patch levels.
Database is at 1.3.0.1 aencart is at 1.3.0.2. I've tried updating the database from 0.1 to 0.2 and all I get is:
1062 Duplicate entry 'Administrator' for key 2
in:
[INSERT INTO tpbnetco_query_builder ( query_category , query_name , query_description , query_string ) VALUES ('email,newsletters', 'Administrator', 'Just the email account of the current administrator', 'select \'ADMIN\' as customers_firstname, admin_name as customers_lastname, admin_email as customers_email_address from TABLE_ADMIN where admin_id = $SESSION:admin_id');]
This makes me think that the database actually is 0.2. All this started when I realized this morning when testing that customers cannot complete orders because of a 1064 error during checkout. Please help, I'm really frustrated. This is my first attempt of creating an ecommerce site.






Bookmarks