Loving the performance of this droplet. I installed my site from a backup made using All In One WP Migration. Everything works great except for Wordfence. No matter how many times I run through the WAF (firewall) setup, it keeps sayin that it is incomplete, even after it says that it is successful! I’ve tried clearing the litespeed cache, etc. but no luck
Any ideas would be greatly appreciated
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
This is quite interesting, I’ve just tested this on a fresh new OpenLiteSpeed WordPress Droplet from the marketplace and the Wordfence installation went through successfully:
How large is your Droplet? I’ve tested this on a 2GB RAM server.
Do you by any chance see any errors in your web console when you try to enable the plugin?
I could also suggest enabling the WordPress debug to see if there are any other errors that might be causing the issue like incompatible plugins for example. To do that you can edit the
wp-config.php
file and setWP_DEBUG
totrue
. This will enable WordPress’s debug mode, which can provide more verbose error messages.Also, ensure that OpenLiteSpeed is configured to log errors. Access the OpenLiteSpeed WebAdmin console and check the error log settings under
Server Configuration > Log
.Feel free to share any of the errors here so I could try to advise you furhter!
Best,
Bobby
Heya @rodolfomartinez,
Check the error logs of WordPress, PHP, and OpenLiteSpeed for any relevant messages that might indicate what’s going wrong. Wordfence itself might have logs that can provide insights, accessible from the Wordfence dashboard in your WordPress admin are
Additionally, if you have any other Security Plugins I’ll suggest you to disable them as well.