Joomla 4.0-dev @ af9be59
Joomla Global Config Error Reporting = maximum
php cli/joomla.php config:set error_reporting=NONSUCH -vvv
Expect that NONSUCH
is rejected as a non valid value of error_reporting like it would be if submitted in Joomla Admin
value is stored in configuration.php
public $error_reporting = 'NONSUCH';
Affects other properties of the config too - no validation.
Labels |
Added:
?
|
The difference being, at least a dropdown of predefined values is given in the admin console, so under normal circumstances its impossible to set an invalid value unless you are hacking yourself (while logged in as a super admin)
At the command line a typo is VERY easy to make!
Not arguing that - just that the reported comment was not true
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-08 18:14:18 |
Closed_By | ⇒ | wilsonge |
My test shows that there is no validation in the admin either. It is perfectly possible to manipulate the form to submit garbage values.