Forums
(@rafay_mehfooz)
10 years, 7 months ago
I think easiest way would be to make WP_DEBUG false for now, in wp-config file of your site.
define(‘WP_DEBUG’, false); It worked for me to hide the error, hope works for you as well.