[Plugin: Jetpack] Admin-bar Stats image not showing up
-
I’m using Jetpack Version 1.1.3
My admin bar is displaying a broken image instead of the stats on my site. Clicking the broken image displays the full stats, so I know the plugin is gathering stats. This is a site hosted on Dreamhost. Others I run hosted on dreamhost do not have this problem.
Here is a screenshot of the bar: http://i.imgur.com/Zl70z.png
There are no htaccess files in the wp-admin directory, the plugin directory, jetpack, or modules. The only htaccess file is in the root which just contains the rewrite rules. I’ve deleted and reinstalled the plugin. Everything is up-to-date.
Lastly, I’m using the BusyBee template and my other installed plugins are:
- akismet 2.5.3
- disqus comment system 2.67
- Googlyzer 1.2.1
- MediaElement.js 2.2.5
- wordpress amazon associate 1.7.4
- WordPress SEO 1.0.3
How do I fix, or troubleshoot this problem further?
Thanks
-Jasonp.s. for the more technically inclined: when I download the image it’s not an empty file, it’s just a corrupt png. (Saved with File->Save As on the image url):
texbook:~ jason$ ls -la Desktop/admin.png -rw-r--r--@ 1 jason staff 204 Oct 29 11:25 Desktop/admin.png texbook:~ jason$ cat Desktop/admin.png ?PNG ?0@Q???x??n?Ku@???? ?2??Y^2????<??A?d|??A???"b?Xd|??A?d|??A????w??x?|?=?@??""???:?????+???έ?ܝ?,z?{w?o??Վ?}&f?IEND?B ?texbook:~ jason$
-
I have the exact same problem after I moved my site to a new host. I haven’t been able to trace the problem, so I’m hoping someone know how to fix this.
Anyone figure this out? Im having the issue after moving to a new host (dreamhost)
FWIW, I havent. It’s still broken.
I’m having the same issue after migrating to a new host as well, just like @pbassham mentioned. Would like to see a resolve to this.
Same issue and I run my server and just installed jet pack. Dooes any know the image file name?
Having had the same problem for a few weeks now I analysed this problem today and applied a patch to my local copy of Jetpack along the lines proposed in
http://stackoverflow.com/questions/4604804/chrome-browser-does-not-show-images-generated-by-http-handlerI changed some code in module/stats.php (function stats_report_page() )
replacing
die( $get['body'] );with
$img = $get['body']; header( 'Content-Length: ' . strlen( $img ) ); echo $img; exit();This has resolved the problem me.
I will attempt to make a patch for Jetpack version 1.7 available.I have created a patch file on my blog
http://herbmiller.me/2012/09/11/h2gd-part-15-broken-image-in-chrome-for-jetpack-stats/
Thanks for the patch @bobbingwide! Committed and will be in the next Jetpack update.
I’m having the same problem. Used bobbingwide’s patch and it’s still not working. :/ Not sure what the next step should be…
I have the same issue in all browser, IE, Chrome, FireFox, Opera. But when I select show image in new tab in Chrome I still get broken image. Would some be kind enough to tell me the image filename?
The topic ‘[Plugin: Jetpack] Admin-bar Stats image not showing up’ is closed to new replies.