- Posts: 5
- Thank you received: 0
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
17 years 3 weeks ago #5542
by ErtgrL
Replied by ErtgrL on topic Re:Arama yapmıyor hata veriyor
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.
- Firardaxman
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
17 years 3 weeks ago #5615
by Firardaxman
Replied by Firardaxman on topic Re:Arama yapmıyor hata veriyor
PHP Sürümü: 5.2.8 hata veren hotstun sürümü
PHP Sürümü: 4.3.9 hata vermeyen host
PHP Sürümü: 4.3.9 hata vermeyen host
Please Log in or Create an account to join the conversation.
- Firardaxman
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
17 years 3 weeks ago #5642
by Firardaxman
Replied by Firardaxman on topic Re:Arama yapmıyor hata veriyor
Please Log in or Create an account to join the conversation.
- Firardaxman
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
17 years 3 weeks ago - 17 years 3 weeks ago #5930
by Firardaxman
Replied by Firardaxman on topic Re:Arama yapmıyor hata veriyor
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
değiştirilmiş
...
..../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