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.
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.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-02-23 06:17:43 |
Closed_By | ⇒ | QuyTon |
Please test #44978. Thanks.