เปลี่ยน Theme ใหม่แล้วเกิดปัญหา Error ครับ ช่วยดูให้หน่อยครับ
ถาม-ตอบ แนะนำไอเดียว โค้ดตัวอย่าง แนวทาง วิธีแก้ปัญหา เปลี่ยน Theme ใหม่แล้วเกิดปัญหา Error ครับ ช่วยดูให้หน่อยครับ
เปลี่ยน Theme ใหม่แล้วเกิดปัญหา Error ครับ ช่วยดูให้หน่อยครับ
ขึ้นแบบนี้เกิดขึ้นจากอะไรครับ ส่วนหน้า admin หลังบ้านเข้าได้ปกติ
Notice: Error: Could not load template /home/takeandc/domains/takeandcare.co.th/public_html/paulfrank/catalog/view/theme/default/template/common/footerbottom.tpl! in /home/takeandc/domains/takeandcare.co.th/public_html/paulfrank/system/library/template/php.php on line 23
อันนี้คือส่วนที่มันเรียกครับ online 23
<?php
namespace Template;
final class PHP {
private $data = array();
public function set($key, $value) {
$this->data[$key] = $value;
}
public function render($template) {
$file = DIR_TEMPLATE . $template;
if (is_file($file)) {
extract($this->data);
ob_start();
require($file);
return ob_get_clean();
}
==> อันนี้ trigger_error('Error: Could not load template ' . $file . '!');
exit();
}
}
Notice: Error: Could not load template /home/takeandc/domains/takeandcare.co.th/public_html/paulfrank/catalog/view/theme/default/template/common/footerbottom.tpl! in /home/takeandc/domains/takeandcare.co.th/public_html/paulfrank/system/library/template/php.php on line 23
อันนี้คือส่วนที่มันเรียกครับ online 23
<?php
namespace Template;
final class PHP {
private $data = array();
public function set($key, $value) {
$this->data[$key] = $value;
}
public function render($template) {
$file = DIR_TEMPLATE . $template;
if (is_file($file)) {
extract($this->data);
ob_start();
require($file);
return ob_get_clean();
}
==> อันนี้ trigger_error('Error: Could not load template ' . $file . '!');
exit();
}
}

คำแนะนำ และการใช้งาน
สมาชิก กรุณา ล็อกอินเข้าระบบ เพื่อตั้งคำถามใหม่ หรือ ตอบคำถาม สมาชิกใหม่ สมัครสมาชิกได้ที่ สมัครสมาชิก
- ถาม-ตอบ กรุณา ล็อกอินเข้าระบบ
ความคิดเห็นที่
1
ลืมบอกไปใช้ Opencart ครับ

ความคิดเห็นที่
2


ขอบคุณทุกการสนับสนุน
![]()