Can you run the javaScript Console on the Performance setup page and see if you see any errors in red? You may have to wait for several minutes. Try saving the settings while it is open.
tim
I’m getting a javascript error “WFAD is not defined” in admin.php:1:0
There seems to be a more general problem… If I try to manually start a scan, nothing happens by way of a scan starting and I get the following error:
ReferenceError: wordfenceAdmin is not defined
Latest versions of WF and WP
OK… fixed it… My plugin had uploaded with a folder name that wasn’t ‘wordfence’. While much of the interface was working after activating the plugin, critical javascripts, and perhaps other items, did not load.
Renaming the word fence plugin folder to ‘wordfence’ and restarting the plugin fixed all problems.
Hi Tim
I was about to post a reply saying there were no warnings or errors in the console but, before I did, I thought I’d try a different version of PHP. I was running 5.5, and changed it to 5.3 via .htaccess.
At that point, the settings saved okay. Are there issues with php5.5, or is it more likely a php config issue?
Cheers
migs
I’m betting a config issue. Check the php.ini files. Maybe do a diff? See what is changed from one in 5.3.
tim