Forums
(@aga83)
3 years, 3 months ago
Hi, you can hide debug mode in wp-config.php file. Find the line: define(‘WP_DEBUG’, true); and change for: define(‘WP_DEBUG’, false);
That way you won’t solve the problem, but at least hide the error message.