Opened 3 years ago

Closed 3 years ago

#1486991 closed Bugs (invalid)

Cannot Save Changes to Identities

Reported by: jcaster Owned by:
Priority: 5 Milestone: later
Component: Addressbook Version: 0.4-stable
Severity: normal Keywords:
Cc:

Description

Go to settings, then identities, any changes cannot be saved with the following error:
/var/www/html/roundcubemail-0.4/program/include/rcube_mdb2.php (644): MDB2 Error: no such field Query: _doQuery: [Error message: Could not execute statement] [Last executed query: UPDATE identities SET changed = now(), name = 'name', email = 'email@…', organization = , reply-to = , bcc = , standard = '1', signature = , html_signature = 0 WHERE identity_id = '15' AND user_id = '15' AND del <> 1] [Native code: 1054] [Native message: Unknown column 'changed' in 'field list']

I had to add the changed column to the identities table as it is in contacts.

Change History (1)

comment:1 Changed 3 years ago by alec

  • Resolution set to invalid
  • Status changed from new to closed

Upgrade procedure was probably not completed. Check SQL/mysql.update.sql file.

Note: See TracTickets for help on using tickets.