misty:
Did you carry out procedures outlined in
http://www.zen-cart.com/forum/showpost.php?p=603310&postcount=94
Why isn't this in the instructions if it is important?
Regradless...
I'm getting this
"Error Failed: 1
Error ERROR: Cannot execute because table configuration( does not exist. CHECK PREFIXES!
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details."
I've probably got the prefix wrong...
I don't have a directory for my store so what do I need to change here?
INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description,
configuration_group_id, sort_order, last_modified, date_added, use_function, set_function ) VALUES (
'Sponsors', 'DEFINE_SPONSORS_STATUS', '1', 'Enable Sponsors Link/Text?<br />0= Link ON,
Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF,
Define Text OFF', '25', '84', now( ) , now( ) , NULL , 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');