Invalid field: Log Priorities

When you upload/move a Joomla 4 website to another server, and try on the back-end to save any Global Configuration settings, you just get the message: ” Invalid field: Log Priorities ” and changes are not saved.
The most common culprit here is a line in configuration.php, so find this line and replace it with this line:

public $log_priorities = array('0' => 'all');
Scroll to Top