• Resolved WildFire

    (@wildfire9859)


    hello
    i have been getting an error about deprecated filters from aioseo in my error-log for several month now.
    i would appreciate some help or advice.
    thanks in advance

    [02-Jun-2021 16:54:29 UTC] ???? Commands out of sync; you can't run this command now ?? ??????????? ?????? ???? ????? SELECT 
    	*
    FROM wp_aioseo_notifications
    WHERE 1 = 1 AND
    	<code>notification_name</code> = 'deprecated-filters'
    /* 1 = 1 */ Created by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\Plugin\Common\Utils\Filter->flagDeprecated, AIOSEO\Plugin\Common\Models\Notification::getNotificationByName, AIOSEO\Plugin\Common\Utils\Database->run
    [02-Jun-2021 16:54:29 UTC] ???? Commands out of sync; you can't run this command now ?? ??????????? ?????? ???? ????? SELECT 
    	*
    FROM wp_aioseo_notifications
    WHERE 1 = 1 AND
    	<code>notification_name</code> = 'deprecated-filters-v2'
    /* 1 = 1 */ Created by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\Plugin\Common\Utils\Filter->flagDeprecated, AIOSEO\Plugin\Common\Models\Notification::getNotificationByName, AIOSEO\Plugin\Common\Utils\Database->run
    [02-Jun-2021 16:54:29 UTC] ???? Commands out of sync; you can't run this command now ?? ??????????? ?????? ???? ????? INSERT INTO wp_woocommerce_sessions (<code>session_key</code>, <code>session_value</code>, <code>session_expiry</code>) VALUES ('ea3023e7e06b7baebfa427f805453773', 'a:8:{s:4:\"cart\";s:416:\"a:1:{s:32:\"e2c420d928d4bf8ce0ff2ec19b371514\";a:11:{s:3:\"key\";s:32:\"e2c420d928d4bf8ce0ff2ec19b371514\";s:10:\"product_id\";i:71;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:21000;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:21000;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:5:\"21000\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:5:\"21000\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"21000\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1622825640)
     					ON DUPLICATE KEY UPDATE <code>session_value</code> = VALUES(<code>session_value</code>), <code>session_expiry</code> = VALUES(<code>session_expiry</code>) Created by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Session_Handler->save_data
    [03-Jun-2021 00:05:22 UTC] ???? Commands out of sync; you can't run this command now ?? ??????????? ?????? ???? ????? SELECT 
    	*
    
Viewing 1 replies (of 1 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    @wildfire9859 this typically happens when another plugin or your theme has started a query but did not complete it. Our plugin then fires another query and throws an error, which would make you think we’re causing the issue, but the cause of it lies elsewhere. I would recommend temporarily switching themes, deactivating your other plugins and reactivating one by one until you’ve found the culprit.

Viewing 1 replies (of 1 total)
  • The topic ‘deprecated filter error’ is closed to new replies.