trAvis - MANAGER
Edit File: error_log
[21-Apr-2023 18:47:21 UTC] Cron reschedule event error for hook: litespeed_task_imgoptm_pull, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"litespeed_filter","args":[],"interval":60} [21-Apr-2023 18:47:21 UTC] Cron unschedule event error for hook: litespeed_task_imgoptm_pull, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"litespeed_filter","args":[],"interval":60} [21-Apr-2023 19:37:43 UTC] Cron reschedule event error for hook: litespeed_task_imgoptm_pull, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"litespeed_filter","args":[],"interval":60} [04-May-2023 20:26:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function seopress_pro_get_service() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php:293 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php(539): seopress_xml_sitemap_index() #1 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php(71): include('/home/airpgdwy/...') #2 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(308): SEOPress\Actions\Sitemap\Render->render(Object(WP_Query)) #3 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #4 /home/airpgdwy/diamondlimo.co/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #5 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(1870): do_action_ref_array('pre_get_posts', Array) #6 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(3787): WP_Query->get_posts() #7 /home/airpgdwy/diam in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php on line 293 [04-May-2023 21:57:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function seopress_pro_get_service() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php:293 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php(539): seopress_xml_sitemap_index() #1 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php(71): include('/home/airpgdwy/...') #2 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(308): SEOPress\Actions\Sitemap\Render->render(Object(WP_Query)) #3 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #4 /home/airpgdwy/diamondlimo.co/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #5 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(1870): do_action_ref_array('pre_get_posts', Array) #6 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(3787): WP_Query->get_posts() #7 /home/airpgdwy/diam in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php on line 293 [05-May-2023 05:44:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function seopress_pro_get_service() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php:293 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php(539): seopress_xml_sitemap_index() #1 /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php(71): include('/home/airpgdwy/...') #2 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(308): SEOPress\Actions\Sitemap\Render->render(Object(WP_Query)) #3 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #4 /home/airpgdwy/diamondlimo.co/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #5 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(1870): do_action_ref_array('pre_get_posts', Array) #6 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-query.php(3787): WP_Query->get_posts() #7 /home/airpgdwy/diam in /home/airpgdwy/diamondlimo.co/wp-content/plugins/wp-seopress/inc/functions/sitemap/template-xml-sitemaps.php on line 293 [09-Aug-2023 04:52:33 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wpmt_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 [09-Aug-2023 04:52:33 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wpmt_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 [13-Nov-2023 05:39:13 UTC] PHP Fatal error: Uncaught Error: Class 'SiteOrigin_Panels_Sidebars_Emulator' not found in /home/airpgdwy/diamondlimo.co/wp-content/plugins/siteorigin-panels/siteorigin-panels.php:186 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(324): SiteOrigin_Panels->init('') #1 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 /home/airpgdwy/diamondlimo.co/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /home/airpgdwy/diamondlimo.co/wp-settings.php(506): do_action('plugins_loaded') #4 /home/airpgdwy/diamondlimo.co/wp-config.php(161): require_once('/home/airpgdwy/...') #5 /home/airpgdwy/diamondlimo.co/wp-load.php(50): require_once('/home/airpgdwy/...') #6 /home/airpgdwy/diamondlimo.co/wp-blog-header.php(13): require_once('/home/airpgdwy/...') #7 /home/airpgdwy/diamondlimo.co/index.php(17): require('/home/airpgdwy/...') #8 {main} thrown in /home/airpgdwy/diamondlimo.co/wp-content/plugins/siteorigin-panels/siteorigin-panels.php on line 186 [21-Nov-2023 17:46:23 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php on line 254 [22-Nov-2023 04:40:00 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php on line 254 [30-Nov-2023 06:04:18 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php on line 254 [12-Dec-2023 09:17:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\Divi_Theme_Builder' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\WooCommerce' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\NextGenGallery' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\AMP' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\Elementor' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\Gravity_Forms' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\Perfmatters' not found in /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php on line 324 [13-Dec-2023 05:57:11 UTC] PHP Fatal error: Uncaught Error: Class 'LiteSpeed\Activation' not found in /home/airpgdwy/diamondlimo.co/wp-content/plugins/litespeed-cache/src/root.cls.php:206 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-content/plugins/litespeed-cache/src/core.cls.php(192): LiteSpeed\Root::cls('LiteSpeed\\Activ...') #1 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(324): LiteSpeed\Core->init('') #2 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /home/airpgdwy/diamondlimo.co/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/airpgdwy/diamondlimo.co/wp-settings.php(621): do_action('after_setup_the...') #5 /home/airpgdwy/diamondlimo.co/wp-config.php(165): require_once('/home/airpgdwy/...') #6 /home/airpgdwy/diamondlimo.co/wp-load.php(50): require_once('/home/airpgdwy/...') #7 /home/airpgdwy/diamondlimo.co/wp-blog-header.php(13): require_once('/home/airpgdwy/...') #8 /home/airpgdwy/diamondlimo.co/index.php(17): require('/home/airpgdwy/...') #9 {main} thro in /home/airpgdwy/diamondlimo.co/wp-content/plugins/litespeed-cache/src/root.cls.php on line 206 [13-Dec-2023 05:57:11 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php on line 254 [13-Dec-2023 05:57:17 UTC] PHP Warning: require(/home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannelInterface.php): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php on line 90 [13-Dec-2023 05:57:17 UTC] PHP Fatal error: require(): Failed opening required '/home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannelInterface.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/airpgdwy/diamondlimo.co/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php on line 90 [13-Dec-2023 05:57:19 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php on line 254 [13-Dec-2023 09:19:15 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [14-Dec-2023 09:11:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [15-Dec-2023 09:57:11 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [16-Dec-2023 10:07:51 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [17-Dec-2023 09:30:44 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [18-Dec-2023 09:37:06 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [19-Dec-2023 09:43:56 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [20-Dec-2023 09:45:32 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [21-Dec-2023 09:14:00 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [22-Dec-2023 09:25:28 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [23-Dec-2023 09:09:14 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [24-Dec-2023 09:33:43 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [25-Dec-2023 09:15:42 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [26-Dec-2023 09:28:15 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [27-Dec-2023 10:32:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [28-Dec-2023 09:08:18 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [29-Dec-2023 09:25:08 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [30-Dec-2023 09:25:30 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [31-Dec-2023 09:25:32 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [01-Jan-2024 09:15:59 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [02-Jan-2024 09:16:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [03-Jan-2024 09:21:21 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [04-Jan-2024 09:15:06 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [05-Jan-2024 09:24:59 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [06-Jan-2024 10:00:12 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [07-Jan-2024 10:31:48 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [08-Jan-2024 09:25:52 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [09-Jan-2024 09:51:32 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [10-Jan-2024 09:23:59 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [11-Jan-2024 09:15:43 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [12-Jan-2024 09:17:16 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [13-Jan-2024 09:09:23 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [14-Jan-2024 09:11:44 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [15-Jan-2024 09:27:38 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [16-Jan-2024 09:56:38 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [17-Jan-2024 09:17:44 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [18-Jan-2024 10:04:46 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [19-Jan-2024 11:02:54 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [20-Jan-2024 10:06:09 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [21-Jan-2024 09:41:18 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [22-Jan-2024 09:12:27 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [23-Jan-2024 09:13:54 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [24-Jan-2024 10:03:50 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [25-Jan-2024 09:06:13 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [26-Jan-2024 09:11:49 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [27-Jan-2024 10:25:46 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [28-Jan-2024 09:43:09 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [29-Jan-2024 09:09:07 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [30-Jan-2024 08:58:05 UTC] PHP Fatal error: Uncaught Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\Container\Exception\NotFoundException: Alias (Automattic\WooCommerce\GoogleListingsAndAds\Tracking\Events\GenericEvents) is not being managed by the container or delegates in /home/airpgdwy/diamondlimo.co/wp-content/plugins/google-listings-and-ads/vendor/league/container/src/Container.php:188 Stack trace: #0 /home/airpgdwy/diamondlimo.co/wp-content/plugins/google-listings-and-ads/src/Container.php(90): Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\Container\Container->get('Automattic\\WooC...') #1 /home/airpgdwy/diamondlimo.co/wp-content/plugins/google-listings-and-ads/src/Tracking/EventTracking.php(73): Automattic\WooCommerce\GoogleListingsAndAds\Container->get('Automattic\\WooC...') #2 /home/airpgdwy/diamondlimo.co/wp-content/plugins/google-listings-and-ads/src/Tracking/EventTracking.php(61): Automattic\WooCommerce\GoogleListingsAndAds\Tracking\EventTracking->register_events() #3 /home/airpgdwy/diamondlimo.co/wp-includes/class-wp in /home/airpgdwy/diamondlimo.co/wp-content/plugins/google-listings-and-ads/vendor/league/container/src/Container.php on line 188 [30-Jan-2024 09:25:40 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [31-Jan-2024 09:30:48 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [01-Feb-2024 10:11:04 UTC] Cron reschedule event error for hook: tf_promo__schudle, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"every_day","args":[],"interval":86400} [29-Apr-2024 05:36:54 UTC] PHP Warning: Constant automattic\jetpack\extensions\social_previews\FEATURE_NAME already defined in /home/airpgdwy/diamondlimo.co/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php on line 14 [29-Apr-2024 05:37:04 UTC] PHP Warning: Constant automattic\jetpack\extensions\social_previews\FEATURE_NAME already defined in /home/airpgdwy/diamondlimo.co/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php on line 14 [01-Jun-2024 00:31:09 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [02-Jun-2024 01:37:55 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [03-Jun-2024 01:09:42 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [04-Jun-2024 00:40:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [05-Jun-2024 00:54:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [06-Jun-2024 00:45:28 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [07-Jun-2024 01:29:29 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [08-Jun-2024 00:57:53 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [09-Jun-2024 00:49:03 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [10-Jun-2024 00:38:53 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [11-Jun-2024 00:51:39 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [12-Jun-2024 01:13:56 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [12-Jun-2024 01:37:49 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [13-Jun-2024 00:43:18 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [14-Jun-2024 00:41:33 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [15-Jun-2024 00:39:09 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [16-Jun-2024 01:15:33 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [17-Jun-2024 01:28:00 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [18-Jun-2024 00:35:25 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [19-Jun-2024 01:34:20 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [20-Jun-2024 00:34:27 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [21-Jun-2024 00:35:07 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [22-Jun-2024 01:47:11 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [23-Jun-2024 00:55:14 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [24-Jun-2024 00:42:49 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [25-Jun-2024 00:35:14 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [26-Jun-2024 00:51:43 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [27-Jun-2024 00:37:45 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [28-Jun-2024 00:35:10 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [29-Jun-2024 01:36:01 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [30-Jun-2024 01:10:06 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [01-Jul-2024 00:32:42 UTC] Cron reschedule event error for hook: tf_promo__schudle, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"every_day","args":[],"interval":86400} [08-Jul-2024 18:51:12 UTC] Cron reschedule event error for hook: wp_privacy_delete_old_export_files, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"hourly","args":[],"interval":3600} [08-Jul-2024 18:51:12 UTC] Cron unschedule event error for hook: wp_privacy_delete_old_export_files, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"hourly","args":[],"interval":3600} [08-Jul-2024 18:51:12 UTC] Cron reschedule event error for hook: jpcrm_woosync_sync, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"5min","args":[],"interval":300} [08-Jul-2024 18:51:12 UTC] Cron unschedule event error for hook: jpcrm_woosync_sync, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"5min","args":[],"interval":300} [31-Jul-2024 04:36:57 UTC] PHP Warning: file_get_contents(/home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts//blocks/src/google-fonts/fonts.json): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 165 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 171 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 176 [31-Jul-2024 04:36:57 UTC] PHP Warning: file_get_contents(/home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts//blocks/src/google-fonts/fonts.json): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 165 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 171 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 176 [31-Jul-2024 04:36:57 UTC] PHP Warning: file_get_contents(/home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts//blocks/src/google-fonts/fonts.json): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 165 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 171 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 176 [31-Jul-2024 04:36:57 UTC] PHP Warning: file_get_contents(/home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts//blocks/src/google-fonts/fonts.json): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 165 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 171 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 176 [31-Jul-2024 04:36:57 UTC] PHP Warning: file_get_contents(/home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts//blocks/src/google-fonts/fonts.json): failed to open stream: No such file or directory in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 165 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 171 [31-Jul-2024 04:36:57 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/airpgdwy/diamondlimo.co/wp-content/plugins/olympus-google-fonts/includes/functions.php on line 176 [01-Nov-2024 00:26:25 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [02-Nov-2024 00:44:48 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [03-Nov-2024 01:29:33 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [04-Nov-2024 00:49:00 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [05-Nov-2024 00:34:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [06-Nov-2024 00:52:04 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [07-Nov-2024 00:32:57 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [08-Nov-2024 00:48:47 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [09-Nov-2024 00:37:22 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [10-Nov-2024 00:28:38 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [11-Nov-2024 00:32:29 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [12-Nov-2024 00:26:36 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [13-Nov-2024 00:43:30 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [13-Nov-2024 04:59:56 UTC] Cron unschedule event error for hook: woocommerce_cancel_unpaid_orders, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":false,"args":[]} [14-Nov-2024 00:39:09 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [15-Nov-2024 00:35:01 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [16-Nov-2024 00:26:06 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78 [17-Nov-2024 01:01:03 UTC] PHP Warning: Illegal string offset 'notice_name' in /home/airpgdwy/diamondlimo.co/wp-content/plugins/tourfic/inc/classes/class-promo-notice.php on line 78