Kunena 7.0.2 Released

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

Question Çözüldü - Arama yapmıyor hata veriyor

More
17 years 3 weeks ago #5542 by ErtgrL
Php Sürümün ne _ php 5 altındaki sürümlerde böyle hatalar çıkıyor benimde yeni konu açarken hata veriyodu kunena nın son sürümünde php 5 üstü host isteniyor belki bundanda kaynaklanıyor olabilir..

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

More
17 years 3 weeks ago #5615 by Firardaxman
PHP Sürümü: 5.2.8 hata veren hotstun sürümü
PHP Sürümü: 4.3.9 hata vermeyen host

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

More
17 years 3 weeks ago #5642 by Firardaxman
Enes hocam arama hatası konusunda yardımlarınızı bekliyorum

forumdaki mesajlarda geçen bir kelimeyi arattığımda bu şekilde bir hata oluyor




ama forumda geçmeyen bir kelime arattığımda ise bu şekilde oluyor



PHP Sürümü: 5.2.8 hata veren hotstun sürümü

Turhost.com da

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

More
17 years 3 weeks ago - 17 years 3 weeks ago #5930 by Firardaxman
Sorun çözümlenmeyince deneme yanılma yolu ile eski sürümlere bakarak kendi sorunumu çözdüm fakat doğru bir işlem yapıp yapmadığımdan emin değilim

..../components/com_kunena/lib/kunena.search.class.php dosyası içindeki 264. satırdaki mb_substr kodunu substr olarak değiştirdim sorun çözüldü.

Konuyu ingilizce bilen arkadaşlarımız ilgililere bildirirlerse çok sevinirim..

orjinali
Code:
$searchResultList = str_replace("{{", '<span class="fb_search-results">', mb_substr(html_entity_decode_utf8($resmessage), 0, 300));

değiştirilmiş
Code:
$searchResultList = str_replace("{{", '<span class="fb_search-results">', substr(html_entity_decode_utf8($resmessage), 0, 300));

...
Last edit: 17 years 3 weeks ago by Firardaxman.

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

Time to create page: 0.261 seconds