Česlav Przywara
Forum Replies Created
-
Sorry, didn’t notice there’s an image, but I can see it now 🙂
Those are pretty huge files! Can you check, what happens if you try to manually “Create DB Backup Now” (on the Database Security page)? My guess is that the backup file creation fails in the process (due memory issues or more likely due a server time out) and, as a result, the subsequent “clean old backup files” routine does not get to run, there are no failure messages in the log and last backup timestamp is not updated.
- This reply was modified 9 years, 6 months ago by Česlav Przywara.
Thanks! I have some more things to ask you:
1) Do you have normal or multisite installation?
2) Are the backups created with
.sqlor with.zipextension?3) Do you have option “Send Backup File Via Email” activated? If no and if your backups are of reasonable size, could you please activate it and let me know, if you get backup file by email everytime new backup file is created?
4) Are the backup files readable? Can you import them into some temporary database just to check if they can be imported without errors?
Yes, please post contents of both logs here as soon as you notice that excess backup files are created again by the plugin.
This problem is hard to debug as none of the plugin authors can reproduce it in his environment, so it would help to get as much information as possible. Thanks once more!
You should find it under AIOWPSF menu > “Dashboard” page > “AIOWPS Logs” tab 🙂 Thanks!
@dacodekid Do you have logging in the plugin enabled (Settings > General Settings > Debug Settings > Enable Debug)? If so, can you post contents of your log files here (Dashboard > AIOWPS Logs)?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Log Files Always EmptyHi, one possible reason why your log files are empty is that the log files are always emptied on plugin update.
I believe this “feature” is not intended and rather a side-effect of an unfortunate decision to keep the log files inside plugin’s directory. Expect this to be fixed in some future version of the plugin.
Cheers,
ČeslavHow is this related to the AIOWPSF plugin?
I can only recommend to carefully read the changelog next time you update the plugin, it has useful information sometimes 😉
I’m marking this thread as resolved.
Cheers,
Česlav@barboustache Since version 4.1.8, Enable Copy Protection feature is automatically disabled for admin users. Please, check if you are still experiencing the problem when you open your website in another browser window (or log out from backend and check).
Cheers,
ČeslavIt is under User Login > Login Lockdown (below Instantly Lockout Invalid Usernames option).
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Image sizeHi,
Yes, there is a 10MB limit on any uploaded file, if you activate Basic Firewall Settings (under Basic Firewall Rules tab). The limit is mentioned in “More Info” box by Basic Firewall Settings.
Cheers,
ČeslavForum: Plugins
In reply to: [WooCommerce mPAY24 Gateway] php file replacement leads to error 500@datenwerk I fixed some bugs I had encountered (some of them have also been reported here on forums), but I also made some changes I needed for my project (like support for Polylang plugin in addition to WPML) – you might or might not like them. Anyway, if you have any questions to a change that I made, simply drop me a line on Github.
Forum: Plugins
In reply to: [WooCommerce mPAY24 Gateway] php file replacement leads to error 500Hi,
I believe it’s because of fatal error generated due to not implemented abstract method MPay24Shop::createBackend2BackendOrder() that has been added in recent mPAY24 API.
@datenwerk, just this week, I patched your plugin in order to make it work with current version of WordPress, WooCommerce and mPAY24 API. If you’re interested, take a look at my fork on Github.
Greetings,
ČeslavHi,
The feature is now available in the plugin.
Enjoy! 😉
Hi Archie,
If there’s no
define('DISALLOW_FILE_EDIT', true);line in your wp-config.php file, then perhaps some other plugin is hiding editor page in admin menu. Can you try, if you can access http://www.example.com/wp-admin/plugin-editor.php directly? Of course, replace “http://www.example.com/” with your site address.Cheers,
Česlav- This reply was modified 9 years, 6 months ago by Česlav Przywara.