simonmwilson
Forum Replies Created
-
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] I can’t close popupYep, still broken.
Constantly redirects to the master slider admin page. De-activated.
Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] Log settingsThe update killed my blog:
[Thu Sep 22 18:40:35 2016] [error] [client 59.167.157.243] PHP Fatal error: Can’t use function return value in write context in /var/www/wordpress/wp-content/plugins/authentication-and-xmlrpc-log-writer/admin/admin-class.php on line 130, referer: https://blog.simonandkate.net/wp-admin/update-core.php?action=do-plugin-upgrade
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Not logging pingbacksAt least you are getting the log entries. It’s not logging at all for me, so your issue is not connected with this thread.
WP fail2ban is still not logging at all for me.
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Not logging pingbacksI’ve installed v3, will see how it goes. I’ve added the following to wp-config.php to start with just to see if it logs, if it works I will jump into fail2ban config.
It’s a CentOS system and uses AUTHPRIV…
define(‘WP_FAIL2BAN_AUTH_LOG’,LOG_AUTHPRIV);
define(‘WP_FAIL2BAN_LOG_PINGBACKS’,true);
define(‘WP_FAIL2BAN_PINGBACK_LOG’,LOG_LOCAL3);The requests are hitting apache as I see all of the httpd processes…