• Resolved Riccardo79

    (@riccardo79)


    Hello everyone, In one of my sites I’ve installed the last version of AIOWPS plugin. In the tab “PHP file editing” I’m not able to remove the checkbox selection.

    In fact, I un-check the box, I save, but if I reload the page the ceckbox is still checked. This is quite annoying because I’d like to edit plugin or robots.txt file and I can’t do it if this option is enabled.

    Have you heard anyting else having this issue?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @riccardo79

    For PHP file editing if you uncheck the checkbox it tries remove the DISALLOW_FILE_EDIT true in wp-config.php constant. If you uncheck and save do it show error message ? or do there is entry in debug log?

    WP security > Dashboard > Debug log tab shows debug log.

    you can enabled debug log form. WP Security > Settings > General settings > Enable the Debug log

    Generally this is not the issue for others. please remove from wp-config.php file to allow edit php files.

    define('DISALLOW_FILE_EDIT', true);

    Regards

    Thread Starter Riccardo79

    (@riccardo79)

    Hello @hjogiupdraftplus, thanks to your suggestions I fixed the problem.

    In my wp-config.php the define DISALLOW_FILE_EDIT was missing.

    I added it manually, then I tried to un-check and save, and now the option is currently disabled.

    Now in wp-config.php the define DISALLOW_FILE_EDIT is ‘false’ and I can edit php files from dasboard.

    Thanks again for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with PHP file editing’ is closed to new replies.