Hallo!
Ich möchte einen Benutzer eines Kunden löschen. Leider erhalte ich nur ein Popup mit dem "Fehler 503" und danach einen sich drehenden Spinner.
Aktuelle Debian 7.0 stable und LiveConfig stable.
Die liveconfig.log wirft folgende Meldung:
Code
[2013/05/26 20:24:24.836953] [3816|3824] ERROR: Releasing db connection, but still have open statements
[2013/05/26 20:24:24.836988] [3816|3824] aborting SQL: 'SELECT * FROM USERS LEFT JOIN CONTACTS ON ( U_CONTACTID = CON_ID ) WHERE ( ( ( U_ID = ? ) AND ( U_CUSTOMERID = ? ) ) AND ( U_DELETED = 0 ) )'
[2013/05/26 20:24:24.837100] [3816|3824] ERROR: Releasing db connection, but still have running transaction (-> forcing ROLLBACK)
[2013/05/26 20:24:24.884989] [3816|3824] Database Exception: Unknown column 'U_OTPPASSWORD' in 'field list' (SQL: UPDATE USERS SET U_PASSWORD='', U_SOAPTOKEN=NULL, U_OTPPASSWORD=NULL, U_OTPSECRET=NULL, U_LOCKED=0, U_LANGUAGE=NULL, U_TEMPLATE=NULL, U_TIMEZONE=NULL, U_DELETED=1 WHERE U_ID=:1)
[2013/05/26 20:24:35.410504] [3816|3824] ERROR: Releasing db connection, but still have open statements
[2013/05/26 20:24:35.410539] [3816|3824] aborting SQL: 'SELECT * FROM USERS LEFT JOIN CONTACTS ON ( U_CONTACTID = CON_ID ) WHERE ( ( ( U_ID = ? ) AND ( U_CUSTOMERID = ? ) ) AND ( U_DELETED = 0 ) )'
[2013/05/26 20:24:35.410611] [3816|3824] ERROR: Releasing db connection, but still have running transaction (-> forcing ROLLBACK)
[2013/05/26 20:24:35.461710] [3816|3824] Database Exception: Unknown column 'U_OTPPASSWORD' in 'field list' (SQL: UPDATE USERS SET U_PASSWORD='', U_SOAPTOKEN=NULL, U_OTPPASSWORD=NULL, U_OTPSECRET=NULL, U_LOCKED=0, U_LANGUAGE=NULL, U_TEMPLATE=NULL, U_TIMEZONE=NULL, U_DELETED=1 WHERE U_ID=:1)
Ist das ein bekannter Fehler?
Viele Grüße
Martin