Re: Edit Orders v4.0 Support Thread
Andrew, there are a couple of puzzling pieces of information in your posting
1. The as-shipped /admin/orders.php for zc157c does, in fact, provide the NOTIFY_ADMIN_ORDERS_SHOW_ORDER_DIFFERENCE notification.
2. The SQL statement in EO's init_eo_config.php that's inserting that statement is, in the as-distributed v4.6.2 file, uses INSERT IGNOREas opposed to just plain old INSERT.
Re: Edit Orders v4.0 Support Thread
Also, I'm getting this error at the same time as the previous one I posted.
[22-Mar-2023 20:06:04 UTC] Request URI: /admin folder/, IP address: xx
#1 trigger_error() called at [/includes/classes/db/mysql/query_factory.php:170]
#2 queryFactory->show_error() called at [/includes/classes/db/mysql/query_factory.php:142]
#3 queryFactory->set_error() called at [/includes/classes/db/mysql/query_factory.php:269]
#4 queryFactory->Execute() called at [/admin folder/includes/init_includes/init_eo_config.php:203]
#5 require_once(/admin folder/includes/init_includes/init_eo_config.php) called at [/includes/autoload_func.php:37]
#6 require(/includes/autoload_func.php) called at [/admin folder/includes/application_top.php:37]
#7 require(/admin folder/includes/application_top.php) called at [/admin folder/home.php:9]
#8 require(/admin folder/home.php) called at [/admin folder/index.php:11]
--> PHP Fatal error: 1062: Duplicate entry 'EO_DEBUG_ACTION_LEVEL' for key 'unq_config_key_zen' :: INSERT INTO configuration
( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function )
VALUES
( 'Debug Action Level', 'EO_DEBUG_ACTION_LEVEL', '0', 'When enabled when actions are performed by Edit Orders additional debugging information will be stored in a log file.<br /><br />Enabling debugging will result in a large number of created log files and may adversely affect server performance. Only enable this if absolutely necessary!', 34, 12, now(), NULL, 'eo_debug_action_level_list(') ==> (as called by) /admin folder/includes/init_includes/init_eo_config.php on line 203 <== in /includes/classes/db/mysql/query_factory.php on line 170.
Re: Edit Orders v4.0 Support Thread
See comment #2 of my previous post. Whatever version of EO you think you have, it's not a full file-set of 4.6.2.