Gioxx
Forum Replies Created
-
Thanks, I have subscribed the bug on Github ??
GForum: Plugins
In reply to: [Yoast SEO] Very slow typing in Editor after last updateThe problem is reproducible with or without the focus keyword, it’s impossible to write ??
Forum: Plugins
In reply to: [WP-Appbox] Problem during loading Mac App Store iconBTW, compatibility mode for app icons from the (Mac) App Store is on.
Yes, I’m sorry to have forgotten to say, the same for me.
WordPress 4.1.1
Active modules:
Carousel
Contact Form
Custom CSS
Enhanced Distribution
Extra Sidebar Widgets
Gravatar Hovercards
JSON API
Manage
Mobile Theme
Notifications
Omnisearch
Post by Email
Publicize
Related Posts
Sharing
Shortcode Embeds
Spelling and Grammar
Subscriptions
Tiled Galleries
WP.me Shortlinks
Widget Visibility
WordPress.com StatsSame problem here.
Forum: Plugins
In reply to: [Plugin: Jetpack] Twice sharing buttonsIf I modify the first “original” code I obtain a ” Fatal error: Class ‘Jetpack_Likes’ not found in … etc. .
I replaced the function’s code with this:
function jptweak_remove_share() { remove_filter( 'the_content', 'sharing_display',19 ); remove_filter( 'the_excerpt', 'sharing_display',19 ); if ( class_exists( 'Jetpack_Likes' ) ) { remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 ); } } add_action( 'loop_start', 'jptweak_remove_share' );
and now it works. Can I reccomend You to modify the code on Your article?
Thanks for Your support!
cyphog same problem here. I have removed lines 607 & 608 in sharing-service.php (and I’m waiting for a new versione of Jetpack)
I tried to disable both jetpack that broken link checker (one at a time) but the error persists (tomorrow I can try disabling other plugins)
Sure. On the first installation:
- Akismet
- Align RSS Images
- BackUpWordPress
- Broken Link Checker
- Disqus Comment System
- Google Analytics for WordPress
- Google XML Sitemaps
- Jetpack by WordPress.com
- Jetpack shortlinks for sharing buttons
- Liveblog
- Redirection
- Regenerate Thumbnails
- Simple Feed Stats
- Select Viper’s Video Quicktags
- WordPress SEO
On the second installation:
- Add Browser Search
- Akismet
- Align RSS Images
- Antispam Bee
- Audio player
- BackUpWordPress
- Broken Link Checker
- Disqus Comment System
- Disqus Recents Widget (coded by myself)
- Efficient Related Posts
- FCC Old Post Message
- Focus Widget (coded by myself)
- Google Analytics for WordPress
- Google Authenticator
- Google Maps for WordPress
- Google XML Sitemaps
- iLast.Fm
- Jetpack by WordPress.com
- Limit Login Attempts
- Liveblog
- Mail On Update
- Mozilla Persona
- PostLift
- Redirection
- Simple Feed Stats
- SyntaxHighlighter Evolved
- Viper’s Video Quicktags
- WordPress SEO
- WP Customized Login
- WP Google Fonts
plugins in common:
- Akismet
- Align RSS Images
- BackUpWordPress
- Broken Link Checker
- Disqus Comment System
- Google Analytics for WordPress
- Google XML Sitemaps
- Jetpack by WordPress.com
- Liveblog
- Redirection
- Simple Feed Stats
- Select Viper’s Video Quicktags
- WordPress SEO
On the second installation I still have version 2.2.4. If you want to suggest me which plugin switch off before doing the upgrade, I can do it (I have a backup to roll back).
G.
I have deactivated all plugins installed, then I have updated BackupWordpress. Seems to be Ok. Thanks.
WordPress 3.5.2, BackupWordpress 2.3, same error!
If I install manally an older version (2.2.4) all works correctly.Fatal error: Uncaught exception 'Exception' with message 'Argument 1 for HMBKP_Scheduled_Backup::set_reoccurrence must be a valid cron reoccurrence or "manually"' in /wp/wp-content/plugins/backupwordpress/classes/schedule.php:484 Stack trace: #0 /wp/wp-content/plugins/backupwordpress/functions/core.php(151): HMBKP_Scheduled_Backup->set_reoccurrence('hmbkp_daily') #1 /wp/wp-content/plugins/backupwordpress/backupwordpress.php(156): hmbkp_update() #2 [internal function]: hmbkp_init('') #3 /wp/wp-includes/plugin.php(406): call_user_func_array('hmbkp_init', Array) #4 /wp/wp-admin/admin.php(111): do_action('admin_init') #5 /wp/wp-admin/plugins.php(10): require_once('/wp/wp...') #6 {main} thrown in /wp/wp-content/plugins/backupwordpress/classes/schedule.php on line 484
Thanks in advance for the support.