[05-May-2023 22:57:52 UTC] خطای رویداد زمانبندی‌شده مجدد Cron برای قلاب: elementor_1_elementor_updater_cron, کد خطا: invalid_schedule, پیغام خطا: زمان‌بندی رویداد وجود ندارد., داده: {"schedule":"elementor_1_elementor_updater_cron_interval","args":[],"interval":300}
[31-May-2023 13:11:51 UTC] خطای رویداد زمانبندی‌شده مجدد Cron برای قلاب: elementor_1_elementor_updater_cron, کد خطا: invalid_schedule, پیغام خطا: زمان‌بندی رویداد وجود ندارد., داده: {"schedule":"elementor_1_elementor_updater_cron_interval","args":[],"interval":300}
[14-Jun-2023 19:04:52 UTC] WordPress database error Commands out of sync; you can't run this command now for query INSERT INTO wpsc_woocommerce_sessions (`session_key`, `session_value`, `session_expiry`) VALUES ('230', 'a:1:{s:8:\"customer\";s:743:\"a:27:{s:2:\"id\";s:3:\"230\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:20:\"9031633587@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1686942292)
 					ON DUPLICATE KEY UPDATE `session_value` = VALUES(`session_value`), `session_expiry` = VALUES(`session_expiry`) made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data
[14-Jun-2023 19:04:52 UTC] WordPress database error Commands out of sync; you can't run this command now for query SHOW FULL COLUMNS FROM `wpsc_woocommerce_sessions` made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data, WC_Session_Handler->delete_session
[03-Aug-2023 10:32:13 UTC] خطای رویداد زمانبندی‌شده مجدد Cron برای قلاب: elementor_1_elementor_updater_cron, کد خطا: invalid_schedule, پیغام خطا: زمان‌بندی رویداد وجود ندارد., داده: {"schedule":"elementor_1_elementor_updater_cron_interval","args":[],"interval":300}
[13-Aug-2023 05:52:59 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query 
CREATE TABLE wpsc_wc_orders (
	id bigint(20) unsigned,
	status varchar(20) null,
	currency varchar(10) null,
	type varchar(20) null,
	tax_amount decimal(26,8) null,
	total_amount decimal(26,8) null,
	customer_id bigint(20) unsigned null,
	billing_email varchar(320) null,
	date_created_gmt datetime null,
	date_updated_gmt datetime null,
	parent_order_id bigint(20) unsigned null,
	payment_method varchar(100) null,
	payment_method_title text null,
	transaction_id varchar(100) null,
	ip_address varchar(100) null,
	user_agent text null,
	customer_note text null,
	PRIMARY KEY (id),
	KEY status (status),
	KEY date_created (date_created_gmt),
	KEY customer_id_billing_email (customer_id, billing_email),
	KEY billing_email (billing_email),
	KEY type_status (type, status),
	KEY parent_order_id (parent_order_id),
	KEY date_updated (date_updated_gmt)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::check_version, WC_Install::install, WC_Install::create_options, add_option, do_action('added_option'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\Features\FeaturesController->__call, call_user_func_array, Automattic\WooCommerce\Internal\Features\FeaturesController->process_added_option, Automattic\WooCommerce\Internal\Features\FeaturesController->process_updated_option, do_action('woocommerce_feature_enabled_changed'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->__call, call_user_func_array, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->handle_data_sync_option_changed, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[13-Aug-2023 05:52:59 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query 
CREATE TABLE wpsc_wc_orders_meta (
	id bigint(20) unsigned auto_increment primary key,
	order_id bigint(20) unsigned null,
	meta_key varchar(255),
	meta_value text null,
	KEY meta_key_value (meta_key, meta_value(100)),
	KEY order_id_meta_key_meta_value (order_id, meta_key, meta_value(100))
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::check_version, WC_Install::install, WC_Install::create_options, add_option, do_action('added_option'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\Features\FeaturesController->__call, call_user_func_array, Automattic\WooCommerce\Internal\Features\FeaturesController->process_added_option, Automattic\WooCommerce\Internal\Features\FeaturesController->process_updated_option, do_action('woocommerce_feature_enabled_changed'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->__call, call_user_func_array, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->handle_data_sync_option_changed, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[07-Sep-2023 20:24:41 UTC] WordPress database error Server shutdown in progress for query SELECT option_value FROM wpsc_options WHERE option_name = 'elementor_use_mini_cart_template' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\Plugin->init, do_action('elementor/init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Plugin->on_elementor_init, ElementorPro\Core\Modules_Manager->__construct, Elementor\Core\Base\Module::instance, ElementorPro\Modules\Woocommerce\Module->__construct, get_option
[08-Sep-2023 17:41:16 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = 'a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}' WHERE `option_name` = '_transient_jetpack_autoloader_plugin_paths' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\Jetpack\Autoloader\jpf04c068a64cbaa8c2d8666c9e308f28d\Shutdown_Handler->__invoke, Automattic\Jetpack\Autoloader\jpf04c068a64cbaa8c2d8666c9e308f28d\Plugins_Handler->cache_plugins, set_transient, update_option
[15-Sep-2023 12:29:17 UTC] WordPress database error Commands out of sync; you can't run this command now for query INSERT INTO wpsc_woocommerce_sessions (`session_key`, `session_value`, `session_expiry`) VALUES ('416', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:770:\"a:27:{s:2:\"id\";s:3:\"416\";s:13:\"date_modified\";s:25:\"2023-09-08T21:27:52+03:30\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"09112468149@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1694953757)
 					ON DUPLICATE KEY UPDATE `session_value` = VALUES(`session_value`), `session_expiry` = VALUES(`session_expiry`) made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data
[15-Sep-2023 12:29:17 UTC] WordPress database error Commands out of sync; you can't run this command now for query SHOW FULL COLUMNS FROM `wpsc_woocommerce_sessions` made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data, WC_Session_Handler->delete_session
[17-Sep-2023 22:47:18 UTC] WordPress database error Commands out of sync; you can't run this command now for query INSERT INTO wpsc_woocommerce_sessions (`session_key`, `session_value`, `session_expiry`) VALUES ('264', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:743:\"a:27:{s:2:\"id\";s:3:\"264\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:20:\"9028898961@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1695163638)
 					ON DUPLICATE KEY UPDATE `session_value` = VALUES(`session_value`), `session_expiry` = VALUES(`session_expiry`) made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data
[17-Sep-2023 22:47:18 UTC] WordPress database error Commands out of sync; you can't run this command now for query SHOW FULL COLUMNS FROM `wpsc_woocommerce_sessions` made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data, WC_Session_Handler->delete_session
[07-Oct-2023 09:26:34 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1699262794' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[09-Oct-2023 09:48:55 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1699436935' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[11-Oct-2023 22:23:42 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1699655022' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[14-Oct-2023 08:57:04 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1699865824' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[19-Oct-2023 18:36:49 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1700332609' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[20-Oct-2023 06:07:02 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = 'a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}' WHERE `option_name` = '_transient_jetpack_autoloader_plugin_paths' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\Jetpack\Autoloader\jpa291a41a79c4717f52ec2c309a1556bf\Shutdown_Handler->__invoke, Automattic\Jetpack\Autoloader\jpa291a41a79c4717f52ec2c309a1556bf\Plugins_Handler->cache_plugins, set_transient, update_option
[20-Oct-2023 06:07:02 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1700374022' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[21-Oct-2023 09:03:48 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1700471028' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[22-Oct-2023 19:21:02 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1700594462' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[05-Nov-2023 11:31:27 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1701775887' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[07-Nov-2023 15:23:31 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1701962611' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[17-Nov-2023 09:54:26 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1702806866' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[20-Nov-2023 09:17:31 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = 'a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}' WHERE `option_name` = '_transient_jetpack_autoloader_plugin_paths' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\Jetpack\Autoloader\jp1bbfdf541239455249e667ffd1774863\Shutdown_Handler->__invoke, Automattic\Jetpack\Autoloader\jp1bbfdf541239455249e667ffd1774863\Plugins_Handler->cache_plugins, set_transient, update_option
[20-Nov-2023 09:17:31 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1703063851' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[24-Nov-2023 07:33:43 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1703403223' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[04-Dec-2023 19:23:48 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE `wpsc_options` SET `option_value` = '1704309828' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Assets\Api->update_script_data_cache, set_transient, update_option
[13-Dec-2023 09:33:04 UTC] خطای رویداد زمانبندی‌شده مجدد Cron برای قلاب: elementor_1_elementor_updater_cron, کد خطا: invalid_schedule, پیغام خطا: زمان‌بندی رویداد وجود ندارد., داده: {"schedule":"elementor_1_elementor_updater_cron_interval","args":[],"interval":300}
