Skip to main content

error from the last update

Comments

3 comments

  • Ariel H.

    Hi Miranda,

    Thank you for reaching out to us.

    We have recently received similar reports, and it has already been escalated to our senior support team. I will get back to you as soon as I receive an update.

    In the meantime, please add the following directives in wp-config.php to hide the warning:

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Sorry for the inconvenience.

    Best regards,
    Ariel H.

    0
  • Miranda Rosengren

    Sorry my question shows 2 times. 

    Same answer back :) ok. thats fine. Thanks for support and the code.

    0
  • Ariel H.

    Hi Miranda,

    We've released an update to resolve this issue. Please update, and feel free to reach out if you have any further questions. If you added the above directives in your wp-config.php file, you could remove them or leave them in place—they simply suppress PHP warnings and won’t affect your site. 

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.