Preview: zang_certproxywizard_com.php.error.log
Size: 71.35 KB
//home/certprox/logs/zang_certproxywizard_com.php.error.log
[30-Mar-2026 10:21:09 UTC] PHP Warning: chmod(): No such file or directory in /home/certprox/zang.certproxywizard.com/wp/wp-admin/includes/class-wp-filesystem-direct.php on line 173
[30-Mar-2026 10:21:09 UTC] PHP Warning: unlink(/tmp/woocommerce.10.6.1.zip): No such file or directory in /home/certprox/zang.certproxywizard.com/wp/wp-admin/includes/class-wp-upgrader.php on line 388
[30-Mar-2026 10:21:09 UTC] PHP Warning: unlink(/tmp/woocommerce.10.6.1.zip): No such file or directory in /home/certprox/zang.certproxywizard.com/wp/wp-admin/includes/class-wp-upgrader.php on line 388
[30-Mar-2026 10:24:32 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 5242880 bytes) in /home/certprox/zang.certproxywizard.com/wp/wp-includes/class-wp-customize-nav-menus.php on line 519
[30-Mar-2026 10:25:24 UTC] WordPress database error Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys for query ALTER TABLE wp8h_wc_order_stats ADD INDEX status (status(191)) made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_Action->execute, do_action_ref_array('woocommerce_run_update_callback'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::run_update_callback, wc_admin_update_0201_order_status_index
[30-Mar-2026 10:25:24 UTC] WordPress database error Unknown column 'gross_total' in 'wp8h_wc_order_stats' for query ALTER TABLE wp8h_wc_order_stats CHANGE COLUMN `gross_total` `total_sales` double DEFAULT 0 NOT NULL made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_Action->execute, do_action_ref_array('woocommerce_run_update_callback'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::run_update_callback, wc_admin_update_0230_rename_gross_total
[30-Mar-2026 10:25:24 UTC] WordPress database error Can't DROP 'is_primary'; check that column/key exists for query ALTER TABLE wp8h_wc_admin_note_actions DROP COLUMN `is_primary` made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_Action->execute, do_action_ref_array('woocommerce_run_update_callback'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::run_update_callback, wc_admin_update_340_remove_is_primary_from_note_action
[30-Mar-2026 10:25:33 UTC] WordPress database error Unknown column 'order_stats.total_sales' in 'where clause' for query SELECT order_stats.order_id, order_stats.num_items_sold
FROM wp8h_wc_order_stats AS order_stats
WHERE order_stats.total_sales < 0 # Refunded orders
AND order_stats.total_sales != order_stats.shipping_total # Exclude refunded orders that only include a shipping refund
AND order_stats.total_sales != order_stats.tax_total # Exclude refunded orders that only include a tax refund made by do_action('wp_ajax_nopriv_as_async_request_queue_runner'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Async_Request->maybe_handle, ActionScheduler_AsyncRequest_QueueRunner->handle, do_action('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_Action->execute, do_action_ref_array('woocommerce_run_update_callback'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::run_update_callback, wc_update_1020_add_old_refunded_order_items_to_product_lookup_table
[31-Mar-2026 15:17:58 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-31 15:17:49' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-31 00:00:00'
made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[31-Mar-2026 15:17:58 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-30 23:59:59' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-30 00:00:00'
made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[31-Mar-2026 15:17:58 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
DATE_FORMAT(wp8h_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , MAX(wp8h_wc_order_stats.date_paid) AS datetime_anchor , SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-31 15:17:49' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-31 00:00:00'
GROUP BY
time_interval
ORDER BY
time_interval desc
LIMIT 0,10 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[31-Mar-2026 15:17:58 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
DATE_FORMAT(wp8h_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , MAX(wp8h_wc_order_stats.date_paid) AS datetime_anchor , SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-30 23:59:59' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-30 00:00:00'
GROUP BY
time_interval
ORDER BY
time_interval desc
LIMIT 0,10 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[31-Mar-2026 15:18:27 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-31 15:18:14' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-31 00:00:00'
made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[31-Mar-2026 15:18:27 UTC] WordPress database error Unknown column 'wp8h_wc_order_stats.total_sales' in 'field list' for query
SELECT
DATE_FORMAT(wp8h_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , MAX(wp8h_wc_order_stats.date_paid) AS datetime_anchor , SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) as orders_count, SUM(wp8h_wc_order_stats.num_items_sold) as num_items_sold, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.total_sales - wp8h_wc_order_stats.tax_total - wp8h_wc_order_stats.shipping_total ELSE 0 END ) + COALESCE( SUM(discount_amount), 0 ) as gross_sales, SUM(wp8h_wc_order_stats.total_sales) AS total_sales, COALESCE( SUM(discount_amount), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wp8h_wc_order_stats.net_total < 0 THEN wp8h_wc_order_stats.net_total + wp8h_wc_order_stats.tax_total + wp8h_wc_order_stats.shipping_total ELSE 0 END ) ) AS refunds, SUM(wp8h_wc_order_stats.tax_total) AS taxes, SUM(wp8h_wc_order_stats.shipping_total) AS shipping, SUM(wp8h_wc_order_stats.net_total) AS net_revenue, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.num_items_sold ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN wp8h_wc_order_stats.net_total ELSE 0 END ) / SUM( CASE WHEN wp8h_wc_order_stats.parent_id = 0 THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wp8h_wc_order_stats.customer_id ) ) as total_customers
FROM
wp8h_wc_order_stats
LEFT JOIN (
SELECT
order_id,
SUM(discount_amount) AS discount_amount,
COUNT(DISTINCT coupon_id) AS coupons_count
FROM
wp8h_wc_order_coupon_lookup
GROUP BY
order_id
) order_coupon_lookup
ON order_coupon_lookup.order_id = wp8h_wc_order_stats.order_id
WHERE
1=1
AND ( wp8h_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wp8h_wc_order_stats.`date_paid` <= '2026-03-31 15:18:14' AND wp8h_wc_order_stats.`date_paid` >= '2026-03-31 00:00:00'
GROUP BY
time_interval
ORDER BY
time_interval desc
LIMIT 0,10 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[02-Apr-2026 06:30:35 UTC] PHP Warning: Undefined array key 1535 in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/seo-by-rank-math/includes/modules/instant-indexing/class-instant-indexing.php on line 303
[02-Apr-2026 06:30:46 UTC] PHP Warning: Undefined array key 7921 in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/seo-by-rank-math/includes/modules/instant-indexing/class-instant-indexing.php on line 303
[02-Apr-2026 06:34:23 UTC] WordPress database error Duplicate entry '8100' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-03-12 13:04:35', '2026-03-12 13:04:35', '', '', 'A-modern-luxury-bathroom-featuring-elegant-fluted-and-ribbed-surfaces.-The-foreground-includes-', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-modern-luxury-bathroom-featuring-elegant-fluted-and-ribbed-surfaces-the-foreground-includes', '', '', '2026-03-12 13:04:35', '2026-03-12 13:04:35', 6632, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/03/A-modern-luxury-bathroom-featuring-elegant-fluted-and-ribbed-surfaces.-The-foreground-includes-.jpeg', 8100) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 06:37:04 UTC] WordPress database error Duplicate entry '8257' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-03-12 13:25:32', '2026-03-12 13:25:32', '', '', 'A-cozy-bedroom-interior-showcasing-warm-and-inviting-color-schemes.-In-the-foreground-a-plush', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-cozy-bedroom-interior-showcasing-warm-and-inviting-color-schemes-in-the-foreground-a-plush', '', '', '2026-03-12 13:25:32', '2026-03-12 13:25:32', 6777, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/03/A-cozy-bedroom-interior-showcasing-warm-and-inviting-color-schemes.-In-the-foreground-a-plush.jpeg', 8257) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 06:38:45 UTC] WordPress database error Duplicate entry '7061' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-02-26 08:58:33', '2026-02-26 08:58:33', '', '', 'A-beautifully-designed-outdoor-kitchen-island-layout-featuring-a-modern-design-with-sleek', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-beautifully-designed-outdoor-kitchen-island-layout-featuring-a-modern-design-with-sleek', '', '', '2026-02-26 08:58:33', '2026-02-26 08:58:33', 7058, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/02/A-beautifully-designed-outdoor-kitchen-island-layout-featuring-a-modern-design-with-sleek.jpeg', 7061) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:06:11 UTC] WordPress database error Duplicate entry '3247' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-01-18 04:05:17', '2026-01-18 04:05:17', '', '', 'A-mid-century-bathroom-showcasing-a-smart-mirror-seamlessly-integrated-with-a-vintage-medicine-', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-mid-century-bathroom-showcasing-a-smart-mirror-seamlessly-integrated-with-a-vintage-medicine', '', '', '2026-01-18 04:05:17', '2026-01-18 04:05:17', 3239, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/01/A-mid-century-bathroom-showcasing-a-smart-mirror-seamlessly-integrated-with-a-vintage-medicine-1-1.jpeg', 3247) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:09:32 UTC] WordPress database error Duplicate entry '3437' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-01-21 03:18:46', '2026-01-21 03:18:46', '', '', 'A-cluttered-small-kitchen-undergoing-renovation-highlighting-common-DIY-pitfalls.-In-the', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-cluttered-small-kitchen-undergoing-renovation-highlighting-common-diy-pitfalls-in-the', '', '', '2026-01-21 03:18:46', '2026-01-21 03:18:46', 3428, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/01/A-cluttered-small-kitchen-undergoing-renovation-highlighting-common-DIY-pitfalls.-In-the-1.jpeg', 3437) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:26:08 UTC] WordPress database error Duplicate entry '4873' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-02-05 07:32:01', '2026-02-05 07:32:01', '', '', 'A-contemporary-urban-rooftop-terrace-designed-for-relaxation-and-social-gatherings-featuring', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-contemporary-urban-rooftop-terrace-designed-for-relaxation-and-social-gatherings-featuring', '', '', '2026-02-05 07:32:01', '2026-02-05 07:32:01', 4871, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/02/A-contemporary-urban-rooftop-terrace-designed-for-relaxation-and-social-gatherings-featuring.jpeg', 4873) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:31:48 UTC] WordPress database error Duplicate entry '5555' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-02-11 01:10:40', '2026-02-11 01:10:40', '', '', 'A-cozy-living-room-setting-featuring-a-small-mismatched-sofa-that-appears-cramped-against-the-', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-cozy-living-room-setting-featuring-a-small-mismatched-sofa-that-appears-cramped-against-the', '', '', '2026-02-11 01:10:40', '2026-02-11 01:10:40', 5503, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/02/A-cozy-living-room-setting-featuring-a-small-mismatched-sofa-that-appears-cramped-against-the-.jpeg', 5555) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:40:21 UTC] WordPress database error Duplicate entry '6366' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-02-22 12:53:08', '2026-02-22 12:53:08', '', '', 'A-serene-living-room-setting-showcasing-a-variety-of-drapery-hardware-materials-including', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-serene-living-room-setting-showcasing-a-variety-of-drapery-hardware-materials-including', '', '', '2026-02-22 12:53:08', '2026-02-22 12:53:08', 5804, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/02/A-serene-living-room-setting-showcasing-a-variety-of-drapery-hardware-materials-including.jpeg', 6366) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:42:41 UTC] WordPress database error Duplicate entry '6846' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-02-24 08:50:22', '2026-02-24 08:50:22', '', '', 'image-112', '', 'inherit', 'attachment', 'open', 'closed', '', 'image-112', '', '', '2026-02-24 08:50:22', '2026-02-24 08:50:22', 5859, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/02/image-112.jpeg', 6846) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:51:09 UTC] WordPress database error Duplicate entry '7695' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-03-10 01:09:39', '2026-03-10 01:09:39', '', '', 'image-112', '', 'inherit', 'attachment', 'open', 'closed', '', 'image-112-2', '', '', '2026-03-10 01:09:39', '2026-03-10 01:09:39', 6163, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/03/image-112.jpeg', 7695) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 07:52:08 UTC] WordPress database error Duplicate entry '7746' for key 'wp8h_posts.PRIMARY' for query INSERT INTO `wp8h_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_content_filtered`, `post_title`, `post_excerpt`, `post_status`, `post_type`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_parent`, `menu_order`, `post_mime_type`, `guid`, `ID`) VALUES (1, '2026-03-10 01:50:15', '2026-03-10 01:50:15', '', '', 'A-luxurious-paint-palette-inspired-by-earth-tones-featuring-rich-deep-greens-warm-browns', '', 'inherit', 'attachment', 'open', 'closed', '', 'a-luxurious-paint-palette-inspired-by-earth-tones-featuring-rich-deep-greens-warm-browns', '', '', '2026-03-10 01:50:15', '2026-03-10 01:50:15', 6190, 0, 'image/jpeg', 'https://zang.certproxywizard.com/wp/wp-content/uploads/2026/03/A-luxurious-paint-palette-inspired-by-earth-tones-featuring-rich-deep-greens-warm-browns.jpeg', 7746) made by WP_Import->dispatch, WP_Import->import, WP_Import->process_posts, WP_Import->process_attachment, wp_insert_attachment, wp_insert_post
[02-Apr-2026 15:05:21 UTC] PHP Warning: Undefined property: WP_Error::$taxonomy in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/blocksy-companion/framework/views/blocksy-posts.php on line 94
[02-Apr-2026 15:09:43 UTC] PHP Warning: Undefined property: WP_Error::$taxonomy in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/blocksy-companion/framework/views/blocksy-posts.php on line 94
[09-Apr-2026 13:08:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_template_part() in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php:16
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php on line 16
[09-Apr-2026 17:52:20 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Base_Data_Control" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/promotions/controls/promotion-control.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/promotions/controls/promotion-control.php on line 6
[09-Apr-2026 17:52:58 UTC] PHP Fatal error: Trait "Elementor\Core\Base\Traits\Shared_Widget_Controls_Trait" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php on line 18
[09-Apr-2026 17:52:58 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Modules\LinkInBio\Classes\Render\Render_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php:12
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php on line 12
[09-Apr-2026 17:53:09 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Widget_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php:16
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php on line 16
[09-Apr-2026 17:53:35 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Base\Module" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-opt-in/module.php:10
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-opt-in/module.php on line 10
[09-Apr-2026 17:58:50 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Modules\System_Info\Reporters\Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/experiments/experiments-reporter.php:13
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/experiments/experiments-reporter.php on line 13
[09-Apr-2026 17:59:01 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Database\Base_Database_Updater" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-widgets/database/atomic-widgets-database-updater.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-widgets/database/atomic-widgets-database-updater.php on line 8
[09-Apr-2026 17:59:31 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Database\Base_Database_Updater" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/global-classes/database/global-classes-database-updater.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/global-classes/database/global-classes-database-updater.php on line 8
[09-Apr-2026 17:59:37 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Database\Base_Migration" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-widgets/database/migrations/add-capabilities.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/atomic-widgets/database/migrations/add-capabilities.php on line 7
[09-Apr-2026 17:59:38 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Database\Base_Migration" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/global-classes/database/migrations/add-capabilities.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/global-classes/database/migrations/add-capabilities.php on line 7
[09-Apr-2026 18:03:49 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Data\Base\Endpoint" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/sub-endpoint.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/sub-endpoint.php on line 7
[09-Apr-2026 18:04:12 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/taxonomies.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/taxonomies.php on line 7
[09-Apr-2026 18:04:13 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExportCustomization\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/import-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/import-runner-base.php on line 7
[09-Apr-2026 18:04:14 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/wp-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/wp-content.php on line 8
[09-Apr-2026 18:04:19 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExportCustomization\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/export-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/export-runner-base.php on line 7
[09-Apr-2026 18:04:33 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/plugins.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/plugins.php on line 7
[09-Apr-2026 18:05:16 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/wp-content.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/wp-content.php on line 9
[09-Apr-2026 18:06:16 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/templates.php:10
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/templates.php on line 10
[09-Apr-2026 18:08:21 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/elementor-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/elementor-content.php on line 8
[09-Apr-2026 18:09:16 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExportCustomization\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/revert-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/revert-runner-base.php on line 7
[09-Apr-2026 18:12:22 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/wp-content.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/wp-content.php on line 7
[09-Apr-2026 18:16:18 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/elementor-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/elementor-content.php on line 8
[09-Apr-2026 18:17:22 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/site-settings.php:10
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/site-settings.php on line 10
[09-Apr-2026 18:18:25 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/plugins.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/plugins.php on line 9
[09-Apr-2026 18:20:28 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/templates.php:11
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/templates.php on line 11
[09-Apr-2026 18:21:27 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/taxonomies.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/taxonomies.php on line 6
[09-Apr-2026 18:25:20 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/plugins.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/plugins.php on line 5
[09-Apr-2026 18:26:05 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/elementor-content.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/elementor-content.php on line 7
[09-Apr-2026 18:29:08 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/site-settings.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/site-settings.php on line 9
[09-Apr-2026 18:29:58 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/site-settings.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/site-settings.php on line 8
[09-Apr-2026 18:30:58 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/taxonomies.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/taxonomies.php on line 5
[09-Apr-2026 18:32:02 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExportCustomization\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/templates.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/templates.php on line 9
[09-Apr-2026 18:41:25 UTC] PHP Fatal error: Uncaught Error: Undefined constant "Elementor\Core\Utils\ABSPATH" in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/utils/plugins-manager.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/utils/plugins-manager.php on line 5
[09-Apr-2026 18:46:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function esc_html__() in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/kits/views/panel.php:12
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/kits/views/panel.php on line 12
[09-Apr-2026 18:48:01 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Data\Base\Processor" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/processor/before.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/processor/before.php on line 6
[09-Apr-2026 18:48:02 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Data\Base\Processor" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/processor/after.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/processor/after.php on line 6
[09-Apr-2026 18:48:42 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Debug\Classes\Inspection_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/theme-missing.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/theme-missing.php on line 6
[09-Apr-2026 18:48:43 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Debug\Classes\Inspection_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/htaccess.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/htaccess.php on line 7
[09-Apr-2026 18:49:10 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Debug\Classes\Inspection_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php:4
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php on line 4
[09-Apr-2026 18:51:39 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php on line 8
[09-Apr-2026 18:51:39 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php on line 7
[09-Apr-2026 18:51:41 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php:10
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php on line 10
[09-Apr-2026 18:51:46 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php on line 9
[09-Apr-2026 18:52:42 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php on line 8
[09-Apr-2026 18:53:21 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php on line 6
[09-Apr-2026 18:54:27 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php on line 6
[09-Apr-2026 18:55:27 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php on line 5
[09-Apr-2026 18:56:29 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php:10
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php on line 10
[09-Apr-2026 18:57:35 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php on line 7
[09-Apr-2026 18:58:38 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php on line 9
[09-Apr-2026 18:59:44 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php on line 5
[09-Apr-2026 19:00:47 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Export\Export_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php on line 8
[09-Apr-2026 19:01:51 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Import\Import_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php on line 8
[09-Apr-2026 19:03:59 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php on line 5
[09-Apr-2026 19:04:58 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExport\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php on line 7
[09-Apr-2026 19:06:04 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExport\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php on line 7
[09-Apr-2026 19:07:04 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php on line 8
[09-Apr-2026 19:08:08 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php:5
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php on line 5
[09-Apr-2026 19:09:08 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\App\Modules\ImportExport\Runners\Runner_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php on line 7
[09-Apr-2026 19:10:09 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\App\Modules\ImportExport\Runners\Revert\Revert_Runner_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php on line 7
[09-Apr-2026 19:18:56 UTC] PHP Fatal error: Uncaught Error: Class "WP_REST_Controller" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/controller.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/data/base/controller.php on line 9
[09-Apr-2026 19:25:36 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\Core\Isolation\Elementor_Adapter_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/elementor-adapter.php:11
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/elementor-adapter.php on line 11
[09-Apr-2026 19:27:06 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\Core\Isolation\Plugin_Status_Adapter_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php:4
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php on line 4
[09-Apr-2026 19:27:27 UTC] PHP Fatal error: Uncaught Error: Interface "Elementor\Core\Isolation\Wordpress_Adapter_Interface" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php on line 8
[09-Apr-2026 19:39:38 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Data\V2\Base\Controller" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/controller.php:8
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/controller.php on line 8
[09-Apr-2026 19:39:50 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Editor\Data\Globals\Endpoints\Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php on line 6
[09-Apr-2026 19:39:50 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Editor\Data\Globals\Endpoints\Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php:6
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php on line 6
[09-Apr-2026 19:39:52 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Data\V2\Base\Endpoint" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php:9
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php on line 9
[09-Apr-2026 19:42:42 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Modules\FloatingButtons\Classes\Render\Floating_Bars_Render_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php:14
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php on line 14
[09-Apr-2026 19:42:52 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Modules\FloatingButtons\Classes\Render\Contact_Buttons_Render_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php:12
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php on line 12
[09-Apr-2026 19:43:01 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Control_Hover_Animation" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php:7
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php on line 7
[09-Apr-2026 19:43:29 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Widget_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php:15
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php on line 15
[09-Apr-2026 19:43:30 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Widget_Base" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php:17
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php on line 17
[09-Apr-2026 19:46:05 UTC] PHP Fatal error: Uncaught Error: Class "Elementor\Core\Utils\Collection" not found in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/variables/storage/variables-collection.php:17
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/modules/variables/storage/variables-collection.php on line 17
[09-Apr-2026 20:52:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_template_part() in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php:16
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php on line 16
[14-Apr-2026 10:29:23 UTC] Cron reschedule event error for hook: woocommerce_geoip_updater, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"fifteendays","args":[],"interval":1296000}
[08-May-2026 17:13:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_template_part() in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php:16
Stack trace:
#0 {main}
thrown in /home/certprox/zang.certproxywizard.com/wp/wp-content/themes/blocksy/index.php on line 16
[30-Jul-2026 11:45:23 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 119983768 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 970
[30-Jul-2026 11:48:08 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 145818056 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 970
[30-Jul-2026 11:54:33 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 172565320 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 969
[30-Jul-2026 12:08:59 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 322642872 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 969
[30-Jul-2026 13:03:23 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 94737224 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
[30-Jul-2026 13:04:01 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 105917312 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
[30-Jul-2026 13:34:34 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 74814640 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
[30-Jul-2026 14:26:49 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 361527240 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 969
[30-Jul-2026 14:29:23 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 361527240 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 969
[30-Jul-2026 15:10:45 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78245768 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 970
[30-Jul-2026 15:37:31 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71758776 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
[30-Jul-2026 15:43:57 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 217812528 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 969
[30-Jul-2026 16:03:25 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71758776 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
[30-Jul-2026 16:31:24 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 111380888 bytes) in /home/certprox/zang.certproxywizard.com/pss.php on line 45
Directory Contents
Dirs: 1 × Files: 51