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

problem during creating new thread #124

Closed amitsavla closed 7 years ago

amitsavla commented 7 years ago

image

its shown like an error when creating new thread

brunnopleffken commented 7 years ago

Hello @amitsavla

Yeah, this is related to #121. Version 0.12 now uses the embedded PHP transliterator to convert diacritics (ó, ã, ü, ø, etc.) to ASCII characters, but it seems a little unstable. The PHP official docs shows it works with PHP 5.4 or later and the PECL intl is embedded since 5.2, but it needs further investigation.

Which PHP version are you using?

brunnopleffken commented 7 years ago

Since this is the 2nd report about the same issue, I checked this as High Priority issue, as it doesn't seems like a misconfigured environment.

An update fixing this will be released this week!

brunnopleffken commented 7 years ago

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

amitsavla commented 7 years ago

sure, i ll.

Thanks & Regards, Amit Savla

Email :amit_savla@outlook.com


From: Brunno Pleffken notifications@github.com Sent: Tuesday, March 14, 2017 12:50:58 AM To: brunnopleffken/addictive-community Cc: amitsavla; Mention Subject: Re: [brunnopleffken/addictive-community] problem during creating new thread (#124)

@amitsavlahttps://github.com/amitsavla I sent a commit changing this. It's not released yet, you must use the 'development' branch. Can you perform some tests?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/brunnopleffken/addictive-community/issues/124#issuecomment-286214933, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATMRbR7zn-tJNGtBJWWcylug5wWO7xBzks5rlZcagaJpZM4MUq7w.

brunnopleffken commented 7 years ago

Fixed in v0.12.1