Update Broke Site
-
The recent upgrade broke my site. I have a single site installation. I had to remove the folder to get back the site.
I think the automatic configuration of the firewall had happened but I am on siteground there was additional settings with php.ini which I have not done.
There is no entry related to wordfence in my .htaccessHere is the content of wordfence-waf.php
<?php
// Before removing this file, please verify the PHP ini settingauto_prepend_file
does not point to this.if (file_exists(‘/home/domain/public_html/wp-content/plugins/wordfence/waf/bootstrap.php’)) {
define(“WFWAF_LOG_PATH”, ‘/home/domain/public_html/wp-content/wflogs/’);
include_once ‘/home/domain/public_html/wp-content/plugins/wordfence/waf/bootstrap.php’;
}
?>
- The topic ‘Update Broke Site’ is closed to new replies.