Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: We don't use Joomlas object classes so we never call stringToObject, which appears to be the problem. Most likely it's in Joomlas user object or some sort of loading behavior for a system plugin or modules parameters. In short it's a problem in Joomlas own database tables. Probably the easiest way to fix it is manually review the _modules and _extensions database tables then ensure the params columns have valid json.
Please Log in or Create an account to join the conversation.
UPDATE `XXXX_users` SET `params` = '{}'.
Please note: XXXX has to be replaced by your database-prefix, that your Joomla uses in your MYSQL database.
Keep in mind, what Krileon said above: This will reset ALL user parameters to default state.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.