Skip to content
New issue

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

Can't set frontediting option from CLI after installation #44934

Open
ThatsJustCheesy opened this issue Feb 18, 2025 · 0 comments
Open

Can't set frontediting option from CLI after installation #44934

ThatsJustCheesy opened this issue Feb 18, 2025 · 0 comments

Comments

@ThatsJustCheesy
Copy link

Steps to reproduce the issue

  • Install Joomla 5.2.4
  • Run php cli/joomla.php config:set frontediting=0

Expected result


 [OK] Configuration set

The property frontediting is set to 0 in configuration.php.

Actual result


 [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.

System information (as much as possible)

  • PHP 8.2.25 via fpm-fcgi on Apache httpd
  • MySQL 8.0.36

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants