[01-Sep-2025 09:41:49 UTC] PHP Warning:  Constant PASSWORD_DEFAULT already defined in /home/designat7co/munashe.designat7.co.zw/update_pass.php on line 17
[24-Sep-2025 11:59:02 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wpne_latepoint_customer_otp_codes (
      id mediumint(9) NOT NULL AUTO_INCREMENT,
      contact_value varchar(255) NOT NULL,
      contact_type varchar(30) NOT NULL,
		delivery_method varchar(30) NOT NULL,
		otp_hash VARCHAR(255) NOT NULL,
      expires_at datetime not null,
      status varchar(30) DEFAULT 'active' NOT NULL,
      attempts INT DEFAULT 0,
      used_at DATETIME NULL,
      created_at datetime,
      updated_at datetime,
      PRIMARY KEY  (id),
    KEY idx_contact_status (contact_value, status),
    KEY idx_expires_status (expires_at, status)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/latepoint/latepoint.php'), LatePoint->__construct, OsDatabaseHelper::check_db_version, OsDatabaseHelper::install_database, dbDelta
[24-Sep-2025 11:59:02 UTC] Array
(
    [wpne_latepoint_customer_otp_codes] => Created table wpne_latepoint_customer_otp_codes
)

[24-Sep-2025 11:59:02 UTC] Array
(
)

[24-Sep-2025 11:59:03 UTC] Array
(
    [wpne_latepoint_steps.id] => Changed type of wpne_latepoint_steps.id from bigint(20) unsigned to BIGINT UNSIGNED
    [wpne_latepoint_steps.use_custom_image] => Changed type of wpne_latepoint_steps.use_custom_image from tinyint(1) to boolean
)

[24-Sep-2025 11:59:04 UTC] Array
(
    [wpne_latepoint_carts.id] => Changed type of wpne_latepoint_carts.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:04 UTC] Array
(
    [wpne_latepoint_cart_items.id] => Changed type of wpne_latepoint_cart_items.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:04 UTC] Array
(
    [wpne_latepoint_orders.id] => Changed type of wpne_latepoint_orders.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:04 UTC] Array
(
    [wpne_latepoint_order_items.id] => Changed type of wpne_latepoint_order_items.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:04 UTC] Array
(
    [wpne_latepoint_order_intents.id] => Changed type of wpne_latepoint_order_intents.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:05 UTC] Array
(
    [wpne_latepoint_order_invoices.id] => Changed type of wpne_latepoint_order_invoices.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:05 UTC] Array
(
    [wpne_latepoint_payment_requests.id] => Changed type of wpne_latepoint_payment_requests.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:05 UTC] Array
(
    [wpne_latepoint_process_jobs.id] => Changed type of wpne_latepoint_process_jobs.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:06 UTC] Array
(
    [wpne_latepoint_sessions.id] => Changed type of wpne_latepoint_sessions.id from bigint(20) unsigned to BIGINT UNSIGNED
    [wpne_latepoint_sessions.expiration] => Changed type of wpne_latepoint_sessions.expiration from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:06 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:07 UTC] Array
(
)

[24-Sep-2025 11:59:08 UTC] Array
(
    [wpne_latepoint_services.is_price_variable] => Changed type of wpne_latepoint_services.is_price_variable from tinyint(1) to boolean
    [wpne_latepoint_services.is_deposit_required] => Changed type of wpne_latepoint_services.is_deposit_required from tinyint(1) to boolean
    [wpne_latepoint_services.earliest_possible_booking] => Added column wpne_latepoint_services.earliest_possible_booking
    [wpne_latepoint_services.latest_possible_booking] => Added column wpne_latepoint_services.latest_possible_booking
)

[24-Sep-2025 11:59:08 UTC] Array
(
    [wpne_latepoint_agents.custom_hours] => Changed type of wpne_latepoint_agents.custom_hours from tinyint(1) to boolean
)

[24-Sep-2025 11:59:08 UTC] Array
(
)

[24-Sep-2025 11:59:09 UTC] Array
(
    [wpne_latepoint_customers.email] => Changed type of wpne_latepoint_customers.email from varchar(110) to varchar(320)
    [wpne_latepoint_customers.is_guest] => Changed type of wpne_latepoint_customers.is_guest from tinyint(1) to boolean
    [wpne_latepoint_customers.uuid] => Added column wpne_latepoint_customers.uuid
    [0] => Added index wpne_latepoint_customers UNIQUE KEY `uuid_index` (`uuid`)
)

[24-Sep-2025 11:59:09 UTC] Array
(
)

[24-Sep-2025 11:59:09 UTC] Array
(
    [wpne_latepoint_custom_prices.is_price_variable] => Changed type of wpne_latepoint_custom_prices.is_price_variable from tinyint(1) to boolean
    [wpne_latepoint_custom_prices.is_deposit_required] => Changed type of wpne_latepoint_custom_prices.is_deposit_required from tinyint(1) to boolean
)

[24-Sep-2025 11:59:09 UTC] Array
(
)

[24-Sep-2025 11:59:09 UTC] Array
(
    [wpne_latepoint_agents_services.is_custom_hours] => Changed type of wpne_latepoint_agents_services.is_custom_hours from tinyint(1) to BOOLEAN
    [wpne_latepoint_agents_services.is_custom_price] => Changed type of wpne_latepoint_agents_services.is_custom_price from tinyint(1) to BOOLEAN
    [wpne_latepoint_agents_services.is_custom_duration] => Changed type of wpne_latepoint_agents_services.is_custom_duration from tinyint(1) to BOOLEAN
)

[24-Sep-2025 11:59:09 UTC] Array
(
)

[24-Sep-2025 11:59:09 UTC] Array
(
    [wpne_latepoint_transaction_intents.id] => Changed type of wpne_latepoint_transaction_intents.id from bigint(20) unsigned to BIGINT UNSIGNED
)

[24-Sep-2025 11:59:09 UTC] Array
(
)

[24-Sep-2025 11:59:09 UTC] Array
(
)

[29-Sep-2025 12:48:49 UTC] PHP Fatal error:  Uncaught Error: Object of class WP_Error could not be converted to string in /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php:1096
Stack trace:
#0 /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php(4674): wp_check_invalid_utf8()
#1 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php(131): esc_html()
#2 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php(31): Elementor\App\Modules\KitLibrary\Data\Repository->get_download_link()
#3 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/data/v2/base/base-route.php(322): Elementor\App\Modules\KitLibrary\Data\Kits\Endpoints\Download_Link->get_item()
#4 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/data/v2/base/base-route.php(233): Elementor\Data\V2\Base\Base_Route->base_callback()
#5 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(1292): Elementor\Data\V2\Base\Base_Route->{closure:Elementor\Data\V2\Base\Base_Route::register_route():232}()
#6 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(1125): WP_REST_Server->respond_to_request()
#7 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(439): WP_REST_Server->dispatch()
#8 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api.php(459): WP_REST_Server->serve_request()
#9 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp-hook.php(324): rest_api_loaded()
#10 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#11 /home/designat7co/munashe.designat7.co.zw/wp-includes/plugin.php(565): WP_Hook->do_action()
#12 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp.php(418): do_action_ref_array()
#13 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp.php(818): WP->parse_request()
#14 /home/designat7co/munashe.designat7.co.zw/wp-includes/functions.php(1342): WP->main()
#15 /home/designat7co/munashe.designat7.co.zw/wp-blog-header.php(16): wp()
#16 /home/designat7co/munashe.designat7.co.zw/index.php(17): require('/home/designat7...')
#17 {main}
  thrown in /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php on line 1096
[29-Sep-2025 12:50:44 UTC] PHP Fatal error:  Uncaught Error: Object of class WP_Error could not be converted to string in /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php:1096
Stack trace:
#0 /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php(4674): wp_check_invalid_utf8()
#1 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php(131): esc_html()
#2 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php(31): Elementor\App\Modules\KitLibrary\Data\Repository->get_download_link()
#3 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/data/v2/base/base-route.php(322): Elementor\App\Modules\KitLibrary\Data\Kits\Endpoints\Download_Link->get_item()
#4 /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/elementor/data/v2/base/base-route.php(233): Elementor\Data\V2\Base\Base_Route->base_callback()
#5 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(1292): Elementor\Data\V2\Base\Base_Route->{closure:Elementor\Data\V2\Base\Base_Route::register_route():232}()
#6 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(1125): WP_REST_Server->respond_to_request()
#7 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api/class-wp-rest-server.php(439): WP_REST_Server->dispatch()
#8 /home/designat7co/munashe.designat7.co.zw/wp-includes/rest-api.php(459): WP_REST_Server->serve_request()
#9 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp-hook.php(324): rest_api_loaded()
#10 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#11 /home/designat7co/munashe.designat7.co.zw/wp-includes/plugin.php(565): WP_Hook->do_action()
#12 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp.php(418): do_action_ref_array()
#13 /home/designat7co/munashe.designat7.co.zw/wp-includes/class-wp.php(818): WP->parse_request()
#14 /home/designat7co/munashe.designat7.co.zw/wp-includes/functions.php(1342): WP->main()
#15 /home/designat7co/munashe.designat7.co.zw/wp-blog-header.php(16): wp()
#16 /home/designat7co/munashe.designat7.co.zw/index.php(17): require('/home/designat7...')
#17 {main}
  thrown in /home/designat7co/munashe.designat7.co.zw/wp-includes/formatting.php on line 1096
[30-Sep-2025 11:59:52 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[30-Sep-2025 11:59:52 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[30-Sep-2025 11:59:52 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[01-Oct-2025 09:36:25 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:36:25 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:46:37 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:46:37 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:54:42 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:54:42 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:57:36 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:57:36 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:58:00 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:58:00 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:58:01 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:58:01 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 09:59:47 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 09:59:47 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 10:44:40 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 10:44:40 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 10:45:24 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 10:45:24 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 10:50:14 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/controller.php on line 3
[01-Oct-2025 10:50:14 UTC] PHP Warning:  Attempt to read property "ID" on null in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/packages/blocks-next/build/blocks/cart/view.php on line 6
[01-Oct-2025 11:32:39 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[01-Oct-2025 11:32:39 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[01-Oct-2025 11:32:39 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[01-Oct-2025 11:37:30 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[01-Oct-2025 11:37:30 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[01-Oct-2025 11:37:30 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[07-Oct-2025 11:55:54 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[07-Oct-2025 11:55:54 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[07-Oct-2025 11:55:54 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[14-Oct-2025 11:59:31 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[14-Oct-2025 11:59:31 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[14-Oct-2025 11:59:31 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[21-Oct-2025 10:35:20 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[21-Oct-2025 10:35:20 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[21-Oct-2025 10:35:20 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[28-Oct-2025 11:59:04 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[28-Oct-2025 11:59:04 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[28-Oct-2025 11:59:04 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[04-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[04-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[04-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[11-Nov-2025 12:50:35 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[11-Nov-2025 12:50:35 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[11-Nov-2025 12:50:35 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[18-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[18-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[18-Nov-2025 12:59:29 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[25-Nov-2025 13:00:10 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[25-Nov-2025 13:00:10 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[25-Nov-2025 13:00:10 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[02-Dec-2025 12:05:14 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[02-Dec-2025 12:05:14 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[02-Dec-2025 12:05:14 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[09-Dec-2025 13:00:02 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[09-Dec-2025 13:00:02 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[09-Dec-2025 13:00:02 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
[16-Dec-2025 13:00:48 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 116
[16-Dec-2025 13:00:48 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 119
[16-Dec-2025 13:00:48 UTC] PHP Warning:  Undefined property: WP_Error::$id in /home/designat7co/munashe.designat7.co.zw/wp-content/plugins/surecart/app/src/WordPress/HealthService.php on line 123
