I faced a similar issue when moving from PHP 5.6 to newer versions — even rolling back didn’t fully restore compatibility because some session handling changed. Try clearing browser cache/cookies and double-check the sessions.save_path in your PHP configuration. If the login page still just reloads, setting up a fresh instance of webERP and restoring your database backup can help confirm whether it’s an environment problem or something in the code. If you want to explore more fixes, you can click...
I faced a similar issue when moving from PHP 5.6 to newer versions — even rolling back didn’t fully restore compatibility because some session handling changed. Try clearing browser cache/cookies and double-check the sessions.save_path in your PHP configuration. If the login page still just reloads, setting up a fresh instance of webERP and restoring your database backup can help confirm whether it’s an environment problem or something in the code. If you want to explore more fixes, you can click...