• 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

    • This topic was modified 8 years, 4 months ago by tripflex.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I am going through the same issue. I am using wordpress 4.7.2 and I don’t have access to the ftp and wp-editor of wordpress. And this has cause a big hazard for me. Please suggest how can I make it work.
    Thanks

    Is there any solution of this problem?

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.