Bonjour,
Après restauration de mon serveur egroupware sur une structure d’hébergement, j’ai des erreurs SQL:
Database error
Invalid SQL: SELECT SQL_CALC_FOUND_ROWS 1,egw_addressbook.n_given AS n_given,egw_addressbook.n_family AS n_family,egw_addressbook.contact_id AS id,egw_addressbook.contact_created AS created,egw_addressbook.contact_modified AS modified,egw_accounts.account_id AS account_id,coalesce(egw_addressbook.contact_email,egw_mailaccounts.mail_value) as email,account_lid,account_type,account_status,account_expires,account_primary_group,account_description FROM egw_addressbook RIGHT JOIN egw_accounts ON egw_accounts.account_id=egw_addressbook.account_id LEFT JOIN egw_mailaccounts ON egw_accounts.account_id=-egw_mailaccounts.account_id AND mail_type=3 WHERE egw_addressbook.contact_owner=0 AND (account_expires IS NULL OR account_expires = -1 OR account_expires > 1493396563) AND (account_type IS NULL OR account_type!=‘u’ OR account_status=‘A’) AND (contact_tid != ‘D’ OR contact_tid IS NULL) ORDER BY account_lid
Unknown column ‘account_description’ in ‘field list’ (1054)
comment puis je résoudre ces pbs ?