• Hello!

    I’ve just setup a fresh install of wordpress 4.3. The site itself works ok, but in the admin panel i get all kinds of errors, for instance:

    In the login screen:

    Notice: ob_end_flush() [ref.outcontrol]: failed to delete buffer zlib output compression in …/wordpress/wp-includes/functions.php on line 3297

    In Appearance -> Themes

    Warning
    : An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.remarpro.com. Please contact your server administrator.) in …/wordpress/wp-includes/update.php on line 466

    Also, if it helps, in the dashboard’s “WordPress news” panel i have the following entries (same entry, multiple times):

    RSS Error: WP HTTP Error: name lookup timed out

    I didn’t install any plugins or anything other then wordpress itself and the main problem is that those errors make any page in the admin panel load really, really slow (besides the not functional customization preview and the fact that i can’t browse themes or plugins)

    Any input would be much appreciated.

    Thanks,
    Dragos

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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’ve just setup a fresh install of wordpress 4.3…
    …besides the not functional customization preview and the fact that i can’t browse themes or plugins

    – 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.

    Thread Starter dragos090

    (@dragos090)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Installation errors everywhere in the admin panel’ is closed to new replies.