Any idea why I am getting this error (go to the bottom of the page pls)?
This topic has 6 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Any idea why I am getting this error (go to the bottom of the page pls)?
Hello,
That is related to wp-includes folder, so to WordPress and as it’s just warning, not an error you can ignore it and disable display_errors function on your server. Ask your hosting provider support to do this.
Best regards,
Jack Richardson.
I took care of it in the wp-config.php with the following code:
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
will there be any problems with that?
Hello,
No, there won’t be any problems.
Regards,
Eva Kemp.
Great… TU!!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Error while sending QUERY packet’' has been successfully resolved, and the topic is now closed for further responses