Ok, being a very content ISPConfig user I really ran into a weird thing. I try to login with a known username/password and I return to the login screen. No message about the fact that I may login with the wrong username password. When I login with the username/wrong password ..... ISPConfig tells me that the credimentals are wrong.... Do I miss something here ? Is there anybody that had the same ?
If you had started with this: https://forum.howtoforge.com/threads/please-read-before-posting.58408/ the report would have shown if some services are not running.
Hi Till... my ispconfig/authlog shows a succesfull login Successful login for user 'bteunis' from xxx.xxx.xxx.xxx at 2023-12-29 14:12:46 root@hosting:/var/log/ispconfig# systemctl status mysql ● mysql.service - MySQL Community Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2023-12-29 15:07:46 CET; 7min ago Process: 1243 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS) Main PID: 1492 (mysqld) Status: "Server is operational" Tasks: 40 (limit: 4608) Memory: 537.5M CPU: 6.004s CGroup: /system.slice/mysql.service └─1492 /usr/sbin/mysqld
You can try two things, first, does login work in browser incognito mode? If no, check if harddisk is full. If that's ok, try to login to phpmyadmin as mysql root user, open dbispconfig database, select all tables and choose repair. Might be that the session table is broken and can not store the session for that reason.