Hallo, ich habe heute unser OJS auf die 3.3.0.7 upgegradet. Datenbankupgrade ist durchgelaufen. Das Problem ist, es hat irgendwie das Layout zerschossen. Siehe https://ojs.uni-passau.de.
Dabei fällt auch auf, dass es mit den Umlauten ein Kodierungsproblem gibt. Die Datenbank ist UTF-8, die Daten kommen auch korrekt aus der DB. Die Konfiguration schaut an der relevanten Stelle so aus:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Localization Settings ;
;;;;;;;;;;;;;;;;;;;;;;;;;
[i18n]
; Default locale
locale = de_DE
; Client output/input character set
client_charset = utf-8
; Database connection character set
; Must be set to “Off” if not supported by the database server
; If enabled, must be the same character set as “client_charset”
; (although the actual name may differ slightly depending on the server)
connection_charset = UTF8
; Database storage character set
; Must be set to “Off” if not supported by the database server
database_charset = Off
; Enable character normalization to utf-8 (recommended)
; If disabled, strings will be passed through in their native encoding
; Note that client_charset and database collation must be set
; to “utf-8” for this to work, as characters are stored in utf-8
charset_normalization = utf-8
Hat das noch jemand und/oder eine Idee, was man da tun könnte?