Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Plugin ErrorI believe that we’ve resolved the problem for the next version of Jetpack; details here: http://wordpress.org/support/topic/jetpack-youtube-embeds
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsAwesome. You can leave the line there; it will be included in the next Jetpack update. Thanks so much for your help with this.
An aside: if you feel like investigating further, the question at the root of the problem is: why does has_post_thumbnail() return true but wp_get_attachment_image_src() returns false? My guess is data leftover from an uninstalled plugin, but I have nothing to back that up.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsCan you confirm that if you remove the line you added, the error returns?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsWhoops, that should have been:
if ( ! $thumb ) return '';Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsIf you still have a post where you can get the error to appear, can you try adding the following line of code to modules/sharedaddy/sharing-sources.php after line 1138?
if ( ! $thumb ) continue;I’m thinking that a plugin you used to have installed is making it seem that posts have featured images even when they don’t, and this discrepancy is causing the problem.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsVery strange. The featured image thing adds yet another level of interestingness…
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsThere is at least one other user experiencing the same issue (http://wordpress.org/support/topic/plugin-error-12?replies=10#post-3615666), so it’s probably not specific to your theme, but any information you can dig up is very much appreciated.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Plugin ErrorDid you only disable the Sharing module, or do you have other Jetpack modules disabled?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsAlso, is the one site that you are having this problem on on a different host than your other sites? Is it running on a different version of PHP?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Youtube embedsHave you tried disabling all of the Jetpack modules one-by-one and seeing which one causes the error to disappear? This can take a few minutes, but it would be very helpful.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Plugin Erroregardner: The Sharing settings page is the settings page for the Jetpack sharing module; it’s possible that your specific sharing settings are the key to finding out why the error is occurring.
Forum: Plugins
In reply to: [Feed Statistics] [Plugin: Feed Statistics] Showing count in sidebarYes, there is a Feed Statistics widget that will display your subscriber count.
Are you talking about the mobile app links in the footer of the mobile theme? They are disabled by default in Jetpack 1.8.1, and can be enabled via the Configure button for the Mobile Theme.
The newest version of Jetpack requires WordPress 3.2, which is probably why you’re not getting the update notice.
To check on your theme’s compatibility, it would be best to see if the theme’s author has posted an upgrade or any compatibility information. Where did you get the theme from?
This bug has been fixed in Jetpack 1.8.1, which is now available at http://wordpress.org/extend/plugins/jetpack/