BEWARE: editing wp-config may cause white screen of death
-
When saving the wp-config.php file the site becomes unavailable due to the file saved not having the slashes stripped correctly
The plugin turns this:
define(‘DB_NAME’, ‘abc123′);into this:
define(\’DB_NAME\’, \’abc123\’);For everything in the file that uses quotes, so beware! I posted a support thread about this and received no response, so left a 1 star review just to warn others. Once this is fixed i will have no problem changing my review, just want to make sure others are aware of what might happen
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘BEWARE: editing wp-config may cause white screen of death’ is closed to new replies.