• Resolved suzzyq458

    (@suzzyq458)


    Seems i have narrowed down the problem of my critical errors.

    DeprecatedAutomatic conversion of false to array is deprecated+

    1. wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php:138

    Please give an update.

Viewing 1 replies (of 1 total)
  • Hi @suzzyq458

    Seems i have narrowed down the problem of my critical errors. DeprecatedAutomatic conversion of false to array is deprecated+

    wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php:138

    From what I understand, you’re experiencing an issue with the WooCommerce plugin, specifically related to the automatic conversion of ‘false’ to ‘array’ being deprecated. This is often due to a change in the PHP version, as newer versions of PHP have deprecated certain functions or methods.

    Here’s a step-by-step guide on how to resolve this issue:

    1. First, please ensure you have the latest version of the WooCommerce plugin. If not, please update it. An update might contain the fix for this issue.
    2. If you’ve already updated WooCommerce and the issue persists, you might want to consider changing your PHP version. WooCommerce recommends using PHP version 7.4 or higher. Please check with your hosting provider on how to change the PHP version for your website.
    3. If the issue continues after updating PHP, it could be due to a conflict with another plugin or your theme. To check this, temporarily deactivate all other plugins and switch to a default WordPress theme like Storefront. If the issue disappears, reactivate each plugin one by one to identify the culprit.

    Here’s a helpful guide on how to test for conflicts: ?? How to Test for Plugin and Theme Conflicts

    In case none of the above steps work, could you send us a copy of your site’s System Status? This will give us a clearer picture of your site’s setup and help us pinpoint the problem. You can find it via WooCommerce > Status. Select Get system report and then Copy for support.

    Additionally, could you also provide us with the fatal error logs (if any) under WooCommerce > Status > Logs.

    Once you have that, please paste it inside a Code block in your reply, or use https://pastebin.com/ to paste it and share the link with us.

    Thank you for your patience and cooperation in this matter. I’m looking forward to your response so we can solve this issue for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Can you fix your plugin’ is closed to new replies.