Hi @mmorris8
If I cross check the error raised during the WP CLI Get the wp-config code and eval( $this->get_wp_config_code() );
So before that somewhere else the constant might be defined + AIOS setting constant that can be the issue.
https://github.com/wp-cli/wp-cli/blob/main/php/WP_CLI/Runner.php#L1335
We have worked on the fix for the Constant DISALLOW_FILE_EDIT already defined warning.
Can you please upload the zip as Add a new plugin and replace it with the existing AIOS plugin?
https://gofile.io/d/HRCB6v
Please turn off the Disable ability to edit PHP files: feature once from the
WP security > File Security > File protection tab and remove the
DISALLOW_FILE_EDIT defined false constant in the wp-config.php
Then refresh the WP security > File Security > File protection tab you might can see the warning.
turn on the Disable ability to edit PHP files: feature.
It will add below so there will not be any such error by AIOS
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }
Please let me know if still there the issue. This fix is going to be in next release of AIOS Free.