Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question htmlspecialchars_decode hatası - Çözüldü

More
15 years 2 months ago - 15 years 2 months ago #1 by ErtgrL
Merhaba arkadaşlar. fireboard u kunena son sürüme yükseltince yeni konu açtıgımda konu başlıdıgında da yazmış olduğum htmlspecialchars_decode hatası alıyodum. Bunun sebebi ise php5 altındaki sunucudan kaynaklanıyormuş.. buranın wiki kısmında verilen bir bilgide bunun için

Add this to components/com_kunena/class.kunena.php, line 1275:
Code:
if (!function_exists("htmlspecialchars_decode")) { function htmlspecialchars_decode($string,$style=ENT_COMPAT) { $translation = array_flip(get_html_translation_table(HTML_SPECIALCHARS,$style)); if($style === ENT_QUOTES) { $translation['''] = '\''; } return strtr($string,$translation); } }

Bu kodu uygulayın diyordu denediğimde tekrar hata aldım belki başkalarında çalışabilir. sonra yaptıgım araştırma sonucu cmsturk sitesinde aynı kod için şöyle bir çözüm önermişler
Code:
htmlspecialchars_decode
hatası verilen dosyayı açıyoruz o dosyada tüm
Code:
htmlspecialchars_decode
yazan yerleri
Code:
html_entity_decode
ile değiştiriyoruz. sorun ortadan kalkıyor. belki başkalarınında başına gelir diye paylaşmak istedim.. İyi çalışmalar herkeze kolay gelsin :)
Last edit: 15 years 2 months ago by ugur.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #2 by ugur

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #3 by Enes
paylaşım için teşekkürler. sorun yaşayan olursa faydalanır

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #4 by limitsizim
teşekkürler...

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #5 by ErtgrL
Rica ederim.. Başımıza gelen sorunların çözmlerini yazarsak bir çok kişininde sorunu çözümlenmiş olacaktır.:)

Please Log in or Create an account to join the conversation.

Time to create page: 0.635 seconds