brunnopleffken / addictive-community

The definitive open-source discussion forum software.
https://addictivehub.github.io/
GNU General Public License v2.0
28 stars 9 forks source link

bug with Cyrillic #121

Closed inrussiawithhate closed 7 years ago

inrussiawithhate commented 7 years ago

When I try to let my topic Cyrillic displays this error:

Fatal error: Class 'Transliterator' not found in C:\xampp\htdocs\kernel\Text.php on line 172

brunnopleffken commented 7 years ago

Which PHP version are you using? Since version 0.12, Addictive Community uses the embedded Transliterator from PHP 5.4 to convert cyrillic, greek, etc. characters to latin.

More info: http://php.net/manual/en/transliterator.transliterate.php

brunnopleffken commented 7 years ago

@inrussiawithhate I sent a commit changing this. Can you perform some tests? It's not released yet, you must use the 'development' branch. Thanks!

zalexstudios commented 7 years ago

To inrussiawithhate! Use Russian localhost script Denwer! And will be all ok!!! Если ты Русский пиши по Русски я отвечу.

brunnopleffken commented 7 years ago

Fixed in v0.12.1