ช่วยแนะนำการตรวจสอบข้อมูลจาก cache หน่อยครับ
จาก code ใน gcms
แล้วพอรันมัน
Fatal error: Call to a member function get() on a non-object in C:\AppServ\www\...\widgets\ibloger\index.php on line 15
line 15 คือ $datas = $cache->get($sql);
$datas = $cache->get($sql);
if (!$datas) {
$datas = $db->customQuery($sql);
if (sizeof($datas) > 0) {
// save cache
$cache->save($sql, $datas);
}
}
แล้วพอรันมัน
Fatal error: Call to a member function get() on a non-object in C:\AppServ\www\...\widgets\ibloger\index.php on line 15
line 15 คือ $datas = $cache->get($sql);
$cache = new gcmsCache(folder, time);
folder คือ ชื่อโฟลเดอร์ที่เก็บ cache
time คือ เวลาเก็ยแคช (วินาที)