ISPCONFIG 3 Interface Login

Discussion in 'Installation/Configuration' started by Mathieu Skelling, Mar 24, 2015.

  1. Mathieu Skelling

    Mathieu Skelling New Member

    Hi,

    When i want to go on Web Interface ISPCONFIG 3. I can't log on the console.
    I have this error :

    #0 db->query(SELECT * FROM sys_session WHERE session_id = 'cgtd7eign0ii0qg7niun6t7v06') called at [/usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php:225] #1 db->queryOneRecord(SELECT * FROM sys_session WHERE session_id = 'cgtd7eign0ii0qg7niun6t7v06') called at [/usr/local/ispconfig/interface/lib/classes/session.inc.php:71] #2 session->read(cgtd7eign0ii0qg7niun6t7v06) #3 session_start() called at [/usr/local/ispconfig/interface/lib/app.inc.php:104] #4 app->__construct() called at [/usr/local/ispconfig/interface/lib/app.inc.php:330] #5 require_once(/usr/local/ispconfig/interface/lib/app.inc.php) called at [/usr/local/ispconfig/interface/web/index.php:32]

    #0 db->query(REPLACE INTO sys_session (session_id,date_created,last_updated,session_data,permanent) VALUES ('cgtd7eign0ii0qg7niun6t7v06',NOW(),NOW(),'s|a:4:{s:2:\"id\";s:26:\"cgtd7eign0ii0qg7niun6t7v06\";s:5:\"theme\";s:7:\"default\";s:8:\"language\";s:2:\"en\";s:6:\"module\";a:1:{s:4:\"name\";s:5:\"login\";}}','n')) called at [/usr/local/ispconfig/interface/lib/classes/session.inc.php:100] #1 session->write(cgtd7eign0ii0qg7niun6t7v06, s|a:4:{s:2:"id";s:26:"cgtd7eign0ii0qg7niun6t7v06";s:5:"theme";s:7:"default";s:8:"language";s:2:"en";s:6:"module";a:1:{s:4:"name";s:5:"login";}}) #2 session_write_close() called at [/usr/local/ispconfig/interface/lib/app.inc.php:126] #3 app->__destruct()


    Thanks you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you change any mysql users or stopped mysql? Seems as if ispconig cant access its database anymore.
     
  3. Mathieu Skelling

    Mathieu Skelling New Member

    my mysqld is started! All website works, but not the ISPCONFIG interface ...
    I updated ISPCONFIG LAST version this morning.
    I dont know if it is the problem ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    login to phpmyadmin, go to the ispconfig database, select all tables and choose repair. it might be that the session table is damaged.
     
  5. Mathieu Skelling

    Mathieu Skelling New Member

    Done!
    Thanks you
     

Share This Page