Wordfence on seperate sites crashes site
-
Hello
I’m having this problem that when I enable wordfence on completly seperate domains located on the same VPS, it will crash the site that was second to activate the plugin.
Example
Step1– domain111.com has wordfence enabled. It’s fine.
Step2– domain222.com now activates wordfence. It crashes.
Wordfence is still technically enabled on the crashed site even though I can not access the site.
Step3– restarting httpd service on the VPS.
Step4– refreshing the crashed site. It works and has wordfence enabled already.
Step5– Refresh the first site that was working. It has now crashed.My memory limit on php.ini is set to 256MB
What’s the issue and how can I fix it?
I already tried:
– Reinstalling the plugin, including doing a complete manual deletion of plugin folder and plugin database tables.
– Enabling debug mode on wp-config.php file, but I cant seem to get any output with any of the variables debug, even with this code:// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true);
- The topic ‘Wordfence on seperate sites crashes site’ is closed to new replies.