We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontediting
php cli/joomla.php config:set frontediting=0
[OK] Configuration set
The property frontediting is set to 0 in configuration.php.
[ERROR] Can't find option *frontediting* in configuration list
The property frontediting doesn't exist in the initial configuration.php file, and config:set refuses to add it.
config:set
Workaround: Go to the Global Configuration page and click Save. This adds frontediting to configuration.php, so config:set can modify it thereafter.
Found this in Joomla 4.x but can repro on latest Joomla 5.
I'm installing Joomla from the CLI as well, if that matters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the issue
php cli/joomla.php config:set frontediting=0
Expected result
The property
frontediting
is set to 0 in configuration.php.Actual result
The property
frontediting
doesn't exist in the initial configuration.php file, andconfig:set
refuses to add it.Workaround: Go to the Global Configuration page and click Save. This adds
frontediting
to configuration.php, soconfig:set
can modify it thereafter.System information (as much as possible)
Additional comments
Found this in Joomla 4.x but can repro on latest Joomla 5.
I'm installing Joomla from the CLI as well, if that matters.
The text was updated successfully, but these errors were encountered: