Using WordPress Firewall 2, I notice two problems:
1. The alert emails always arrive as html attachments that Outlook Express can't view directly.
2. Clicking on the "click here to turn off these emails" gives the error message "You do not have sufficient permissions to access this page.".
Anyone else noticed this?
Cheers,
Graham Stoney
http://wordpress.org/extend/plugins/wordpress-firewall-2/
HTML emails are not always reliable (there are many email clients, services, etc., and each has its own way of interpreting). I am about to release an update for the plugin which will contain a plain text email option.
As far as the permissions issue, I will look into that to see what I can find out.
Thanks for the feedback!
I've just installed Firewall2 and am getting the same permissions error message when attempting to whitelist items using the link in the email.
maduro-blanco
Member
Posted 10 months ago #
@tdsinfo
This seems to be due to a bug which produces an email link missing parts of the address. It misses out wordpress-firewall-2/ from the url e.g. it produces -
http://your-site.com/wp-admin/options-general.php?page=wordpress-firewall-2.php&set_whitelist_variable=option_page
instead of -
http://your-site.com/wp-admin/options-general.php?page=wordpress-firewall-2/wordpress-firewall-2.php&set_whitelist_variable=option_page
something to do with basename(__FILE__) in its code not firing up properly.
In the meantime just add the missing bit to the url to get it to work. It should then automatically add the exception to the whitelist if you look down the page.