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?
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).
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()
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?!