Hello,
thanks a lot for your help.
@matt: Okay, you checked the UI. Here's everything fine. 'Ä' is displayed as 'Ä'. The error is only in the DB. Could you please check the piwik table "log_action". :)
@lesjokolat: I checked the configs. UTF-8 everywhere. :) Thank you. The CMS-System use the same DB, same Webserver. Here's everything fine - the charset error is only in the piwik tables. Is umlaut "Ä" saved as hex "C384" in your piwik table "log_action"?
Micha
thanks a lot for your help.
@matt: Okay, you checked the UI. Here's everything fine. 'Ä' is displayed as 'Ä'. The error is only in the DB. Could you please check the piwik table "log_action". :)
select name, hex(name) from piwik_log_action where idaction=<id from the new entry>;
@lesjokolat: I checked the configs. UTF-8 everywhere. :) Thank you. The CMS-System use the same DB, same Webserver. Here's everything fine - the charset error is only in the piwik tables. Is umlaut "Ä" saved as hex "C384" in your piwik table "log_action"?
Micha