After upgrade from 3.0.1 to 3.0.2 manager not works anymore. It shows always the login page. If I write a wrong password appears the “The username or password you entered is incorrect. Please check the username, re-type the password, and try again.” If I use correct credentials it not prints any errors and shows the standard login page.
Expected behavior
Login into the manager pages
Environment
Debian 11, Apache and MySQL. Browser: Firefox and Chrome
In the apache error logs there is nothing. Under cache/logs/errors.log I see:
[2022-12-27 17:32:37] (ERROR @ /var/www/modx/core/src/Revolution/modX.php : 1713) [OnHandleRequest]web
[2022-12-27 17:32:37] (ERROR @ /var/www/modx/core/src/Revolution/modParser.php : 509) Could not find snippet with name lingua.getValue.
the second row is printed a lot of times
I disabled lingua when I updated to 3, probability there are references to it in some template.
Do you have some idea / suggestion how to debug this problem?
When you open the developer tools in the browser, are there any errors in the tab “Console”? Any errors in the response of requests in the “Network” tab?
Did you clear the cache directory (core/cache) after this change?
Do you use the standard session handler class?
What is the value of the system setting session_handler_class (database table modx_system_settings → key = session_handler_class)?
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.