Warning ! Breaks site when uninstalling/deactivating plugin
-
This has now happened 3 times in a row.
When you go to deactivate the plugin, it writes the following to your wp-config.php file. It forces everything through SSL, and if you don’t use SSL on your hosting it breaks your site.
define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true );
define( ‘DISALLOW_FILE_EDIT’, true );You need to manually edit wp-config.php and remove these.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Warning ! Breaks site when uninstalling/deactivating plugin’ is closed to new replies.