Hi,
We have exactly the same problem.
And this is what we got
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);//Disable File Edits
define(‘DISALLOW_FILE_EDIT’, false);
But it does not work even if we delete these setting.
Any idea??
Thank you.