Foren / Cotonti / Support / Faq plugin turkish character error

Trustmaster
#15361 2. August 2009, 15:26
Right, this plugin is still missing UTF-8 support. I will fix it and reupload later.

Added 1 day later:

Fixed, archive reuploaded. To fix the bug run this in phpMyAdmin:
ALTER TABLE sed_faq_cats DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE sed_faq_parsed DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE sed_faq_quest DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
May the Source be with you!

Dieser Beitrag wurde von Trustmaster (am 3. August 2009, 15:36, vor 15 Jahre) bearbeitet