When I log in with a wrong password, I get the login page with a warning that there was a user error with the entered data.
When I log in correctly, I get returned to the same login page. Nothing else happens.
I turned on debugging. I can't see anything wrong there. Here are the last three items of debugging output:
Suggestions are welcome!Debug:
(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1' - Error (0):
Debug:
(mysql): INSERT INTO cms_adminlog (timestamp, user_id, username, item_id, item_name, action) VALUES (1144847682,0,'',-1,'','User Login') - Error (0):
Debug:
(mysql): SELECT version from cms_version - Error (0):
Harry
P.S. I already tried a fresh re-install, but no luck.