I restored all the files updated by this mod and tried to check out and it worked so the problem is caused by that mod (no offense intended).
I still get:
Fatal error: Cannot redeclare class order in /home/simpatix/public_html/store/includes/classes/order.php on line 20
Can anyone help??? :)
When I import the SQL file, I get the following error too:
##CODE##
Error
SQL query:
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 (
'Show stock when low', 'STOCK_SHOW_LOW_IN_CART', 'false', 'When customer places more items in cart than are available, show the available amount on the shopping cart page:', '9', '6', NULL , now( ) , NULL , "zen_cfg_select_option(array('true', 'false'),"
);
MySQL said:
#1062 - Duplicate entry 'STOCK_SHOW_LOW_IN_CART' for key 2
##CODE##