ISPConfig not loggin in

Discussion in 'General' started by Bart Teunis, Dec 29, 2023.

  1. Bart Teunis

    Bart Teunis New Member

    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 ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check if mysql / mariadb is started.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  4. Bart Teunis

    Bart Teunis New Member

    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


     
  5. Bart Teunis

    Bart Teunis New Member

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    ahrasis likes this.
  7. Bart Teunis

    Bart Teunis New Member

    Till....
    Thanks repair the tables did the trick .....
     
    till likes this.

Share This Page