วันอาทิตย์ที่ 8 มิถุนายน พ.ศ. 2557

Fatal error: Call to undefined function lcfirst() in C:\AppServ\www\wp-content\plugins\gantry\functions.php on line 465

ติดตั้งทีมเวิดเพรส ในโฮสที่มี php ต่ำกว่า 5.3 
เพิ่มโค้ดเหล่านี้ ลงในหน้า config

if(function_exists('lcfirst') === false) {
function lcfirst($str) {
$str[0] = strtolower($str[0]);
return $str;
}
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น