manu.p
Forum Replies Created
-
Thanks @slash1andy but this message is no longer displayed. Meanwhile, I have been working on the DB which looked like almost saturated, unless it is the new version (4.5.0) of MailPoet.
Forum: Plugins
In reply to: [pCloud WP Backup] == ERROR == Too many failures ( 501 / 500 ), leaving.. !Last try. Looking down into the PHP code, I found in class-wp2pcloudfilebackup.php the following lines (341-349):
if ( $num_files > 500000 ) { WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 15000 ); } elseif ( $num_files > 100000 ) { WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 6000 ); } elseif ( $num_files > 40000 ) { WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 2000 ); } elseif ( $num_files > 10000 ) { WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 500 ); }
In a first try, I replaced 500 with 2000 for the same result, i.e.
== ERROR == Too many failures ( 2001 / 2000 ), leaving.. !
OK then I tried 5000, same song! And then, for a last try: 15 000.
2022-12-17 12:55:36 [mem: 159.77MB/-1] - == ERROR == Too many failures ( 15001 / 15000 ), leaving.. !
I’m wondering if it’s not the use of zip the problem, instead of tar gz or bz2 for instance… I’m not a dev, I can’t say.
But without anyone here participating to the topic, I think I’ll forget it and put my handkerchief on it. ??
Forum: Plugins
In reply to: [pCloud WP Backup] == ERROR == Too many failures ( 501 / 500 ), leaving.. !Hi, so after two weeks without a single reply, I’m afraid I have to consider this plugin just does not work, and that’s a pity! ??
OK, the PHP version is the cause. When I revert back to PHP 7.4 there’s no error opening the settings section.
Now, the PHP Community Support for 7.4 is december 2022, isn’t it time to do something to make the plugin compliant with PHP 8?
Is this plugin still supported or should we forget it? (which would be a pity, on the paper it’s a good addition to WP)
- This reply was modified 2 years, 4 months ago by manu.p.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Workaround for error with formatted text?Hi, I’m experiencing the same issue with bold/italic texts with tooltipy 5.2
Whenever the text or part of it is bold and/or italic, no tooltip is displayed.
Hi, same for my site.
Forum: Plugins
In reply to: [Modula Image Gallery] Migration not working ?“Patience is bitter, but its fruit is sweet” is, it seems, a French proverb.
In this case it pays off because by dint of persistence and restarting the WPGs migration, I think I managed to convert the 25 galleries I wanted. By the way, I have a hundred of duplicated galleries in the bin.
Not exactly what I was expecting in terms of process, but it finally did it.
Forum: Plugins
In reply to: [Modula Image Gallery] Migration not working ?And this morning, after having launched many WPG migrations yesterday, I find a huge number of GEN-MG-… galleries in the list. Some of them being replicated a number of times (same name GEN-MG-1234-1)
Quite easy then to modify/remove them one by one and insert them in pages replacing the old WPGs.
I can’t say so far if all the previous WPG have been migrated, it will take a few hours to make it sure.
Forum: Plugins
In reply to: [BNE Gallery Extended] Photos displayed more than onceThanks for replying @bluenotes
Since my last post I have started the migration of my existing galleries to another system which embeds me more features and proposes a WPG migration tool.
So I can’t help anymore and the previous link I posted no longer is a WPG.
This closes not the issue though, for other users of BNE Gallery Extended.
Forum: Plugins
In reply to: [Modula Image Gallery] Migration not working ?And this morning, after having launched many WPG migration yesterday, I find a huge number of GEN-MG-… galleries in the list. Some of them being replicated a number of times (same name GEN-MG-1234-1)
Quite easy then to modify/remove them one by one and insert them in pages replacing the old WPGs.
I can’t say so far if all the previous WPG have been migrated, it will take a few hours to make it sure.
Forum: Plugins
In reply to: [Modula Image Gallery] Migration not working ?For what reason I don’t know, but after I installed “Modula Foo Migrator” and had a previous foogallery migrated, I saw a number of Modula GEN-MG… galleries appeared in the gallery list. It was (I guess) all my previous try to migration a WPG. Just kept one, renamed it and all was fine!
Could not replicate this, though! :-/
Please please fix this bug soon, Modula is exactly what I’ve looking for since a while now.
Forum: Plugins
In reply to: [Modula Image Gallery] Migration not working ?Hi, same here.
Definitely looking forward for the next version, hoping it’ll be released pretty soon, at least before I change my mind and switch to another solution.Forum: Plugins
In reply to: [BNE Gallery Extended] Photos displayed more than onceMh mh… seems like this extension is not supported anymore. Bad news.
Thanks @brunoairam for the tip about WP Rollback. Worked perfectly.
Hi, same issue here!
Here’s what I get when I try to log in as WP admin:
Fatal error: Uncaught Error: Class "WC_Payments_Admin_Settings" not found in /homepages/18/d319076814/htdocs/lpp/wp-content/plugins/woocommerce-payments/includes/class-wc-payments-account.php:572 Stack trace: #0 /homepages/18/d319076814/htdocs/lpp/wp-includes/class-wp-hook.php(308): WC_Payments_Account->maybe_redirect_to_onboarding('') #1 /homepages/18/d319076814/htdocs/lpp/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #2 /homepages/18/d319076814/htdocs/lpp/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /homepages/18/d319076814/htdocs/lpp/wp-admin/admin.php(175): do_action('admin_init') #4 /homepages/18/d319076814/htdocs/lpp/wp-admin/index.php(10): require_once('/homepages/18/d...') #5 {main} thrown in /homepages/18/d319076814/htdocs/lpp/wp-content/plugins/woocommerce-payments/includes/class-wc-payments-account.php on line 572
Had to log in in recovery mode and deactivate Woocommerce Payments.
Will I have to unactivate automatic updates for woocommerce plugins? I’m afraid yes…- This reply was modified 2 years, 4 months ago by manu.p.