Hi @asmecher,
I’m tried to upgrade the OJS from version 3.1.1.4 to 3.3.0.6 and we have always the same problem, after upgrade sucefully (from github and the last time is download the zip file) I can’t authenticate with any user in the site. the php version is PHP 7.4.21 and mysql57-community-release-el7-11.noarch. I put the variables in the php.ini
error_reporting = E_ALL , display_errors = On ,display_startup_errors = On, log_errors = On. in the config.inc.php I put the variables show_stacktrace = On, display_errors = On,log_web_service_info = On, but not show me a error for that and restart httpd and not show me a rror.
when I checked the date_last_loggin in the table users show me the date according a authentication attempt. the same when I looked the table sessions show the registers… but I can’t authenticate.
The web isn’t show me a error, but when I tried to register a new user show this messages.
I tried to update a password with the same method in config.inc.php than the database had before a the upgrade, it’s MD5, with the sentece UPDATE users SET password=MD5(‘testuser’) WHERE username=‘testuser’;
but the problem is continued, I can’t authenticate with the admin and any user.
Really I don’t know how can I check the authenticate and why the admin menu isn’t show.
Can you help me?
1 post - 1 participant