Hello!
After moving a website of my client I got this error. I couldn’t find what this exactly means so I just wanted to check it out with you.
Is there anything I can do?
Hello!
After moving a website of my client I got this error. I couldn’t find what this exactly means so I just wanted to check it out with you.
Is there anything I can do?
Hi Lisa,
Thanks for reaching out.
The mentioned issue has been already reported to our development team and they fixed it in the upcoming release. For a temporary fix, you can downgrade the PHP version of your Hosting server or add the following code into the wp-config.php to suppress the issue for now.
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
I would also suggest you go through the following thread on a similar topic.
Hope it helps.
Thanks
It works again. Thank you very much for the quick response. My client is now very happy and so am I.
You are most welcome Lisa
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.