Hi guys, i am adding on a custom field within the accounts module, this custom field will be a unique identifier for each individual account. When i create this field and then go to the accounts tab the following error message appears:
" Error running count query for Account List: Query Failed:SELECT count(*) FROM accounts LEFT JOIN users ON accounts.assigned_user_id=users.id LEFT JOIN accounts_cstm ON accounts.id = accounts_cstm.id_c where accounts.deleted=0 ::MySQL error 1267: Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' "
When i delete the custom field it start working again, creating custom fields within the contacts module didnt cause this problem.
I have checked through all the mysql details for the tables and can find no reference to a collation being set to latin1_swedish_ci, they are all set to either latin1_general_ci or default.
PLEASE PLEASE help me on this as it is driving me insane.![]()


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks