Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Fehlermeldung nach Installation #125

Closed
dzinedev opened this issue Jan 15, 2021 · 3 comments
Closed

Fehlermeldung nach Installation #125

dzinedev opened this issue Jan 15, 2021 · 3 comments

Comments

@dzinedev
Copy link

Ich habe das Addon installiert und beim Aufruf der Seite bekomme ich folgenden Fehler:

rex_sql_exception thrown with message "Error while executing statement "SELECT SQL_CALC_FOUND_ROWS a.*,
                   a.id AS id,
                   k.id,
                   k.category AS category_name,
                   k.color, u.name AS realname 
                   FROM rex_aufgaben AS a, rex_aufgaben_categories AS k, rex_user AS u WHERE  a.status > 0 and a.category = k.id and a.createuser = u.login  GROUP BY a.id ORDER BY a.id DESC LIMIT 0,30"! SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='"

Was kann ich da tun?

@olien
Copy link
Member

olien commented Jan 15, 2021

Hallo,

leider kann ich den Fehler nicht nachvollziehen. Habe gerade das AddOn problemlos installiert. Kannst Du mal gucken ob die Installation auf einer anderen Webseite funktioniert?

LG
Oliver

@dzinedev
Copy link
Author

Hey, hab´s schon gelöst. Das Redaxo existiert schon eine ganze Weile. Habe den Zeichensatz bei der rex_user Tabelle überall von utf8_general_ci auf utf8_unicode_ci geändert. Nun läufts :)

@olien
Copy link
Member

olien commented Jan 15, 2021

Super. Dann kann das ja hier zu...

@olien olien closed this as completed Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants