Installed 4.5.1e build(4019) on a LAMP Mysql 5.x PHP 5.x
I am getting the following error when scheduling a meeting:
Error retrieving Meeting list: Query Failed: SELECT users.id , jt0.id m_accept_status_fields, users.first_name , users.last_name , CONCAT(IFNULL(users.first_name,''),' ',IFNULL(users.last_name,'')) as name, users.user_name , users.email1 , users.phone_work , users.created_by , 'users' panel_name FROM users AND jt0.deleted=0 where users.deleted=0 ORDER BY name asc LIMIT 0,10::MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND jt0.deleted=0 where users.deleted=0 ORDER BY name asc LIMIT 0,10' at line 1
I can't figure out what - jt0.id m_accept_status_fields, and jt0.deleted=0 is doing there. Obvious it's getting data form table users.
Anybody out there who can tell me about this.
Ed


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks