if these errors are not hampering your site then turn ‘wp_debug’ to ‘false’ in your ‘wp-config.php’ file. But at first be sure all the functionality are working well.
I turned the wp_debug to find out why it’s working so slow. Turning it off just so i don’t see the errors anymore is not an option. I want to get to the bottom of this issue.
– What version of PHP are you using, and are you able to try turning off zlib.output_compression to see if the symptoms regarding admin functionality change at all?
Have you installed your wordpress through one of your auto install package? If yes, the problem would be caused due to it.
Or
Try contacting your hosting guys and ask them to disable php compression for you. This seems to be like a compression error.
PHP Version 5.3.26;
No, i installed it manually.
I will try to contact my hosting company and ask them to disable the compression. I’ll come back with a response afterwards.
Thank you all for your input.