Hi,
each webserver have a PHP error log. You probably can find it via FTP or from hosting cpanel.
Anyway this seems a Joomla issue, I hope Joomla Dev Team can fix this ASAP.
For now you can try following solution:
- go to /libraries/vendor/joomla/registry/src/Format and edit Json.php:
- Comment the line 72:
throw new \RuntimeException(sprintf('Error decoding JSON data: %s', json_last_error_msg()));
This temporary solution come from
https://github.com/joomla/joomla-cms/issues/12460
Otherwise please post me your site details, we will investigate about this. You can use the form below the reply in "Site Details" tab.
a small question:
Joomla User Management Backend works?