Only "No results found" shown in the list

Here is the new module built by me called “業務”, and I choose the type :person.
After creating some data ,only “No results found” shown in the list.
I already checked that the filter is clear and data can be viewed via reports module.
Please tell me what should I do or anything miss , thankyou.
BTW the version is 8.1.2

1 Like

MySQL error 1267: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation ‘=’

I checked the log, seems that error 1267 is the main problem.
There is only suitecrm website on my computer, what should I do?
Or I should ask the man who developed the crm and SQL , thank you.

Hi, @stevenk

You need to alter your table collations so they are consistent.

Thanks