If I click "Emails" and "Adresses" this error is shown...
What does the Administrator says?
Ein unerwarteter Fehler ist aufgetreten!
Falls dieser Fehler bestehen bleibt, melden Sie ihn bitte dem Administrator.
Zurück zur Startseite gehen
Zusätzliche Informationen zu diesem Fehler:MySQL error!
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_german2_ci,IMPLICIT) for operation '='(Errno=1267)
Your query: Results::Query()
SELECT SQL_NO_CACHE emblk_ID, emblk_address, emblk_status, emblk_last_sent_ts, emblk_sent_count, emblk_sent_last_returnerror, emblk_last_error_ts,
( emblk_prmerror_count + emblk_tmperror_count + emblk_spamerror_count + emblk_othererror_count ) AS emblk_all_count,
emblk_prmerror_count, emblk_tmperror_count, emblk_spamerror_count, emblk_othererror_count,
COUNT( user_ID ) AS users_count
FROM evo_email__blocked
LEFT JOIN evo_users ON user_email = emblk_address
WHERE (emblk_status IN ('warning','suspicious3'))
GROUP BY emblk_ID
ORDER BY emblk_last_sent_ts DESC
LIMIT 0, 20
DONE by this:
http://b2evolution.net/man/advanced-topics/troubleshooting/illegal-mix-of-collations
THANK YOU