aporter
Forum Replies Created
-
Hi,
Thanks, so you don’t have the missing table issue..
So there is something else going on but I’m not sure what without seeing the error log
Do you have any errors in:wp-content/debug.log ?
Best Wishes,
AshleyHi,
No need to unzip the file
In the WordPress admin dashboard go to:
Plugins -> Add new
Then press the “upload plugin” button
Then once it’s uploaded press the “Replace current with uploaded”
Or if you have FTP/SFTP file access you can replace all the files in:
wp-content/plugins/all-in-one-wp-security-and-firewall
With the extracted contents of the zip file.Best Wishes,
AshleyHi,
Are you now using the latest zip I sent?
If so that has resolved the issue (as the new version would have attempted to create the audit log table again and this time succeed)
Resetting your settings is unlikely to resolve anything.Best Wishes,
AshleyHi,
If you are getting the same issue as another user where the audit log table doesn’t exist, there is a tweaked copy of the plugin here:
https://gofile.io/d/bI3CEt
Which will check the table exists before we try to use it.But I still don’t know why it’s failing to be created on some installs as I’ve been unable to reproduce it on any of my installs and I’ve not seen an error log yet that explains why thats happening.
Best Wishes,
AshleyHi,
Sorry about the delay overnight.
I’ve still not been able to reproduce the audit log table not being created.
But I’ve got a tweaked copy of the plugin here that makes sure we don’t try to use the audit table if it doesn’t exist, which should prevent the errors your getting.
It will also try again to create the audit log.
But I still don’t know why the table hasn’t been created, if it doesn’t get created again would you be able to check with your hosts to see if theres errors in the SQL error logs for why that table isn’t being created on your server?
Download for plugin zip is here:https://gofile.io/d/bI3CEt
Best Wishes,
AshleyHi,
Thank you for the error log, it’s very helpful.
For some reason the audit log table hasn’t been created on your site.
Are you able to find out what version of MySQL you have? (you may need to ask your hosts)
Are you also able to check if the tables aiowps_debug_log and aiowps_login_lockdown exist?Best Wishes,
AshleyHi,
Are you able to check if the table “{prefix_here}aiowps_audit_log” exists in your database?
A report from another user shows an error that the audit log table doesn’t exist for some reason.That maybe the issue here as well.
Best Wishes,
AshleyHi,
Them warnings are nothing to worry about.
Will work on a tweak to ensure they don’t get output to your logs.Best Wishes,
AshleyHi,
You may need to speak to your hosts to find your PHP error log.
Or you could turn on WP_DEBUG and WP_DEBUG_LOG by adding these to your wp-config.php file
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
This should then either put the error messages to the screen or in the debug.log normally found in:
/wp-content/debug.log
Best Wishes,
AshleyHi @oamck
Are you able to share your PHP error logs?
Best Wishes,
AshleyHi all,
Please make sure you actually have version 5.1.7 this resolves the fatal error:
PHP Fatal error: Uncaught Error: Call to a member function get_value() on nullIf you have this:
$ip_method_id = $aiowps_firewall_config->get_value('aios_ip_retrieve_method');On line 23 in all-in-one-wp-security-and-firewall/classes/wp-security-helper.php
You do not have version 5.1.7, you have version 5.1.6 where the issue exists.
If you have version 5.1.7 the line will look like this:
$ip_method_id = empty($aiowps_firewall_config) ? '' : $aiowps_firewall_config->get_value('aios_ip_retrieve_method');If you are on version 5.1.7 and your still getting issues, I need to see the errors from your PHP error log.
Best Wishes,
Ashley@jasolution That error is from 5.1.6, version 5.1.7 fixes that.
Could you uninstall AIOS completely (your settings are safe)
Then download a fresh copy of 5.1.7 and upload that
https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.7.zipHmm @yvdich I’m not sure why your getting that error, if I visit the link directly I get the download as expected
https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.7.zip
Could you try downloading that manually and then uploading it to your site?Hi,
Can you check your PHP error logs and copy it’s contents here please?
Best Wishes,
AshleyHi,
Version 5.1.7 is going to be released in the next few minutes, this resolves an error that is caused when the firewall is not setup.
Theres also a new premium update that has been released (if you have premium).
Hopefully updating to these versions will resolve your issue, but without seeing anything from your PHP error logs it’s hard to say whats going on.Best Wishes,
Ashley