There is my logs error
PHP Code:
Wed Apr 2 15:31:53 2008,182 [24411] INFO SugarCRM - Query: SELECT documents.id , documents.document_name , documents.category_id , jt0.user_name created_by
_name , jt0.created_by created_by_name_owner , 'Users' created_by_name_mod, documents.active_date , documents.exp_date , documents.created_by FROM documents
LEFT JOIN users jt0 ON
jt0.id= documents.created_by AND jt0.deleted=0
AND jt0.deleted=0 where documents.deleted=0 AND document_revisions.id = documents.document_revision_id LIMIT 0,21
Wed Apr 2 15:31:53 2008,183 [24411] INFO SugarCRM - Query Execution Time:0.000306
Wed Apr 2 15:31:53 2008,183 [24411] ERROR SugarCRM - MySQL error 1054: Unknown column 'document_revisions.id' in 'where clause'
The same problem appears now also with the admin user.
This problem started after selecting the documents list link when before we used the document tab to display the list.
Bookmarks