Hi,
Go to WP Security -> Filesystem Security -> PHP File Editing and make sure you activated the following feature Disable Ability To Edit PHP Files:.
Let me know if this helps you.
Thank you
Thread Starter
byzgl
(@byzgl)
When I want to activate it I got this:
Failed to make a backup of the wp-config.php file. This operation will not go ahead.
Operation failed! Unable to modify or make a backup of wp-config.php file!
wp-config.php is 777
Thread Starter
byzgl
(@byzgl)
I manually edited wp-config and added this at the bottom:
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);
Now it is working, thank you so much…:)
Hi, just thought of sharing this information with you. I know you manually entered the above entry in wp-config.php file but that should have been done automatically by our plugin. That means there is a problem somewhere in your site.
wp-config.php is 777
Setting files and folders with 777 permission is very dangerous. Please read the following instructions.
https://wordpress.org/support/article/changing-file-permissions/#the-dangers-of-777
Thank you
-
This reply was modified 5 years, 5 months ago by
mbrsolution.
-
This reply was modified 5 years, 5 months ago by
mbrsolution.