Vyacheslav
Forum Replies Created
-
I saw no errors in console by the way.
I mean in the browser console.
Hi Brad,
Yes, exactly. I’ve already saved the passive mode.
So don’t know how to replicate this.
But as I mentioned earlier the same issue with retention take place.So I recorded the video with saving retention https://drive.google.com/open?id=1I5dgLZSZVrvmrSNGC7x860315O6dSJuB
Sorry for terrible masks 🙂Attempt to save retention to 2 was failed.
I saw no errors in console by the way.
Later I will try to replicate the ftp mode issue on another wordpress installation.
Regards,
Vyacheslav- This reply was modified 6 years ago by Vyacheslav.
- This reply was modified 6 years ago by Vyacheslav.
Hi Brad.
Try this rules
# ftp
$IPTABLES -A INPUT -p tcp –dport 21 -j ACCEPT
$IPTABLES -A INPUT -p tcp –dport 49152:65534 -j ACCEPT # passive mode ports ftp
$IPTABLES -A INPUT -p tcp –dport 20 -j ACCEPT # active mode port ftpI can send you full bash script which I used to generate rules om my server. I just don’t want to post it here publically. Give me please email address where I can send it.
Accept my apologies if I underestimate your plugin. May be you have protection for disk space overflow. Just want to help to avoid some problems.
Today I tried to understand why the active mode doesn’t work for me. And my final thought is it because in my server I have strict firewall rules and all unused and unknown ports are closed for connection.
Regards,
VyacheslavJust fix this minor issue with saving separate options because not expereinced user may not to guess how make it changed.
As I said it is not about only ftp mode. At least the option ‘Retention (Number of backup archives to retain)’ have the same issue.
Just think of this scenario. User think he saved the option ‘Retention (Number of backup archives to retain)’ to 2 for example (after counting free space on a hard drive) but still there 5 remains for instance and user could run out of disk space after or during backup. In consequences some files or even database may be corrupted. I think it would be great if those critical options were displayed in user intarface somewhere after popup window was closed, in dashboard as an option.Regards,
Vyacheslav- This reply was modified 6 years ago by Vyacheslav.
Hi Brad. I wrote earlier that I was able to save this option by changing two options at the same time. After plugin saved the ftp mode option as passive backup was done just fine.
And answering you questions if it still matters
No I configured that not for the first time. I tried to change only one option. Backup didn’t work through ftp. That was the reason why I tried to select another one option. But yes ftp connection is checked by me and it works. And I did sent files from this exact server to this ftp account using console.
Thank you.
- This reply was modified 6 years ago by Vyacheslav.
Thank you Brad for prompt reply. I was close to find the solution. Missed default-character-set const. And you get exactly what I need. Hope it will be in plugin functionality soon.
Hi Brad. Thank you for the prompt reply.
I found the way to save the ftp mode option. Together with the ftp mode option I changed another option which is the number backups to retain. After that the ftp mode option was saved but number of backups wasn’t. So i think you have issue with saving only one option or last option. Still may be I’m doing something wrong here. Please correct me.
P.S. plugin is really good 🙂 thank you.
Already found the solution. This record even in old backup database was somehow corrupted. So I had to take even more older database (month old). This is a great lesson for me. Folks store your backups!!!
Forum: Plugins
In reply to: [WebP Express] WebP Express reverts to factory settings after updating postRolled back to 0.17.2 version of the plugin. For 4 days plugin works perfectly, no more resets
Forum: Plugins
In reply to: [WebP Express] WebP Express reverts to factory settings after updating postConfirm. I got this bug too (version 0.17.3). Every day I have to apply my settings.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Seting not savedI rolled back to 2.10.3 version. Now everything works fine.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Seting not savedHi, i’ve got the same issue today. After hitting the button “save settings” js sends the ajax request to https://mishka-knizhka.ru/wp-admin/admin-ajax.php and server returns 400 status code. Responce body is “0”.
What i did before this issue i deactivated the plugin, then unintalled it and then install it and activate it again. May be during this processes somthing goes wrong. I repeat uninstall and install steps one more time. Still doesn’t work.
And now the plugin doesn’t work at all. Need to notice i used shortcode only. And now on pages i see just [ratemypost] and rate-my-post.js publick script is not loading. There is no any rate-my-post.js in the source html.
- This reply was modified 6 years, 3 months ago by Vyacheslav.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Feedback not submittingHi, Blaz. Thank you for reply.
Today feedback gets OK.
By the way it was wierd for two days. As you said I got ‘wrong nonce’ message on several devices. For sure many visitors of my site have got it as well.I just want to understand how it can happen.
I have such filter for nonce in my functions.php
add_filter( ‘nonce_life’, function () { return 1 * DAY_IN_SECONDS; } );And in the W3TC in page cache section ‘gabage collction interval’ set to 1800 seconds
As i understand in worst case only for 30 minutes a day nonce can be wrong. Or may i missed something important?