Bu hata bir sonrakine de sebep oluyor..RedStar yazdı:Fatal error: Call to undefined function: mb_convert_case() in C:\Inetpub\vhosts\xxxxxxxxxxx.com\httpdocs\includes\functions_lowercase.php on line 48
mb_convert_case() fonksiyonu bulunamadığı için, bu son hata çıkıyor.RedStar yazdı:Fatal error: Call to undefined function: mb_convert_case_title_tr() in C:\Inetpub\vhosts\xxxxxxxxxxx.com\httpdocs\posting.php on line 650
http://tr2.php.net/manual/en/function.m ... t-case.php
mb_convert_case => (PHP 4 >= 4.3.0, PHP 5) tarafından desteklendiği yazılı, acaba php sürümünüz nedir?
Ben localhost ta php 5.2.5 ve sunucuda php 5.2.6 ile test ettim eklentiyi, eski php sürümleri için test edilmedi.
alttaki kodu phpinfo.php gibi bir isimle sunucuya kaydedip, php sürümünüze bakarsanız sebep php uyumsuzluğu mudur anlaşılır.
- Kod: Tümünü seç
<?php
phpinfo();
?>





