Strange Debug-Output on Login-Screen

Discussion in 'General' started by suther, Aug 29, 2014.

  1. suther

    suther Member

    On Login-Screen, I got this output after last upgrade:

    http://i.imgur.com/LXZ0bQN.jpg

    Any Idea, why this is on the login-screen.
    Maybe a debugflag setting can disable this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There seems to be a column missing in the session database of your server. Please check if the sys_session table in the ispconfig has a columns named permanent. If the column is missing, then add it in phpmyadmin, e.g. as varchar(1).
     
  3. suther

    suther Member

    I have this DB-Structure:
     

    Attached Files:

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This seems to be ok. can you post the eroir message as text here in the post?
     
  5. suther

    suther Member

    Code:
    #0 db->query(INSERT INTO sys_session (session_id,date_created,last_updated,session_data,permanent) VALUES ('1tfur933ul12luka756k84jlc2','2014-09-03 11:57:47','2014-09-03 11:57:47','s|a:4:{s:2:\"id\";s:26:\"1tfur933ul12luka756k84jlc2\";s:5:\"theme\";s:3:\"xst\";s:8:\"language\";s:2:\"de\";s:6:\"module\";a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:14:\"top_menu_login\";s:8:\"template\";s:14:\"module.tpl.htm\";s:9:\"startpage\";s:15:\"login/index.php\";}}','n')) called at [/usr/local/ispconfig/interface/lib/classes/session.inc.php:103] #1 session->write(1tfur933ul12luka756k84jlc2, s|a:4:{s:2:"id";s:26:"1tfur933ul12luka756k84jlc2";s:5:"theme";s:3:"xst";s:8:"language";s:2:"de";s:6:"module";a:4:{s:4:"name";s:5:"login";s:5:"title";s:14:"top_menu_login";s:8:"template";s:14:"module.tpl.htm";s:9:"startpage";s:15:"login/index.php";}}) #2 session_write_close() called at [/usr/local/ispconfig/interface/lib/app.inc.php:124] #3 app->__destruct()
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Hmm, strange. Th query works fine here. Which exact ispconfig version do you use?
     
  7. suther

    suther Member

    ISPConfig Version: 3.0.5.4p2

    If I log in, and log out, the messages are gone. Seems only to come, if no cookies or browsercache is set?!
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please update to the p3 release or to the p4 which will be available in a few days.
     

Share This Page