Wed 24 Mar 2004 04:22:04 PM UTC, comment #3:
I get the same error too:
Database error: Invalid SQL: UPDATE phpgw_accounts SET account_firstname='Cédric', account_lastname='Delfosse', account_status='A', account_expires=-1, account_lid='cedric', person_id=665, account_quota=-1 WHERE account_id=599439
MySQL Error: 1054 (Unknown column 'account_quota' in 'field list')
File: /var/www/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php
Line: 103
Session halted.
|
Thu 04 Mar 2004 12:56:16 PM UTC, original submission:
when adding a new user, phpgroupware gives back the message:
------------------------------------------------------------
1.
Database error: Invalid SQL: INSERT INTO phpgw_accounts (account_lid, account_type, account_pwd,account_firstname, account_lastname, account_status, account_expires,person_id,account_quota) VALUES ('pruebas','u','e10adc3949ba59abbe56e057f20f883e','123456','123456','A',-1,128,-1)
MySQL Error: 1054 (Unknown column 'account_quota' in 'field list')
File: /srv/www/htdocs/devonics/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php
Line: 383
------------------------------------------------------------------
the other:
Database error: Invalid SQL: SELECT contact_note_type.note_type_id AS note_type_id, contact_note_type.description AS note_description FROM phpgw_contact_note_type AS contact_note_type
MySQL Error: 1100 (Table 'contact_note_type' was not locked with LOCK TABLES)
File: path/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php
Line: 1322
-------------------------------------------------------------
I have updated of version 0.9.14.006 to version 0.9.16.000. If I make a new installation, nonupdate, works well. Exists some solution?
|