krko
Forum Replies Created
-
Hi Sybre,
Unfortunately the development version doesn’t solve the permalinks issue…
krko
Will test it tomorrow
I don’t know if it’s related but I had some problems with version 2.6 messing up with permalinks.
Re-saving the permalinks solved the problem for me.krko
Now that’s what I call a plugin developer!
Thanks.
krko
Nginx as reverse proxy in front of Apache ??
Anyway thanks for forwarding it to development team
Hi There,
The site is large but the server is fast…
It’s a VPS with 8GB RAM and 4 cores…krko
Eventually the restore succeeded.
The unresponsiveness of the interface and lack of progress bars is what led to these posts. Everything is fine now, I just thought you might wanna check how it can be improved.By the way, my website is quite large, 650MB approx.
krko
I did some more checking and had a few more tries…
I got to the ‘looking for entity’ stage which appeared to be hanging and than after 5 min or so it jumped to the ‘file ready’ stage (without progress bar advancing. it jumped from 0 to 100) only without the ability to click the restore button.
So I waited some more and than after some more wait, the restore proceeded. I was able to click restore button.
Than after some more long wait, I had two files ready – download themes and download uploads with once again unresponsive restore button.
The most worrying thing about all this is that the interface is really hanging and there are no progress bars shown. So you don’t know what’s going on.
Quite far from the smooth experience restore should offer…
krko
Forum: Plugins
In reply to: [WooCommerce] Help me forward IPN to external apiIn case someone else is looking for a solution here’s the code that works with woocommerce subscriptions as well.
add_action( ‘valid-paypal-standard-ipn-request’, function( $post ) {
wp_remote_post( ‘https://apiaddresshere.com’, array( ‘body’ => $post ) );
}, 0 );All best.
GoranForum: Plugins
In reply to: [WooCommerce] Help me forward IPN to external apiHi Mike,
Thanks!
Goran
Forum: Plugins
In reply to: [Flamingo] Emails do not display properlu in FlamingoAwesome! Thanks.
Forum: Plugins
In reply to: [Flamingo] Emails do not display properlu in FlamingoI see, it appears flamingo only knows about subject and name and email fields if they’re called [your-subject] [your-name] [your-email]. Is there a way to tell Flamingo how subject and name fields are called so in Summary view I get meaningful subjects instead of a list of [your-subject]?
krko
Forum: Plugins
In reply to: [Two Factor Authentication] 2 step 2 factor authentication less secure?Hi David,
I already did ?? Long time ago… I knew I made the right choice choosing your plugin.
krko
Hi nikfuente,
Figured it out as well. Thanks anyway.
Matt, do you have any estimate for when will the bug be fixed?krko