Bug leads to “deny from all” in wp-admin/.htaccess
-
It seems the latest version contains some logic in classes/Helpers/class-logger.php which does the following on specific AJAX requests (for example when you import CSV data via Digimember):
– creates wp-admin/wp-security-audit-log-debug-xxxxx.log
– creates wp-admin/index.php and wp-admin/.htaccess
– writesdeny from all
into wp-admin/.htaccess which blocks further access to wp-admin
See also https://www.ads-software.com/support/topic/wp-admin-wp-security-audit-log-debug-xxxxx-log/. The content of the logfile, accesslog entries and some tests may help to fix this.
Also I see that you haveapply_filters(?WSAL_PREFIX?.?'logging_enabled',?true?);
in the mentioned file. Not sure if this is correct. Also in this file I see no directory for allwrite_to_file
calls.
- The topic ‘Bug leads to “deny from all” in wp-admin/.htaccess’ is closed to new replies.