ตั้งค่าการบันทึกข้อผิดพลาด PHP
เมื่อแก้ไข ข้อผิดพลาด PHP คุณจะต้องตรวจสอบบันทึก PHP ของคุณ หากคุณไม่มีบันทึก PHP ที่ต้องตรวจสอบให้ใช้กระบวนการต่อไปนี้เพื่อตั้งค่าการบันทึก:
Note: For WordPress and Managed WordPress error logging please see เปิดใช้งานโหมดแก้ข้อบกพร่องของ WordPress เพื่อแสดงข้อผิดพลาด
- คุณควร สำรองข้อมูลเว็บไซต์ทุกครั้ง ก่อนทำการเปลี่ยนแปลงใด ๆ กับเว็บไซต์
- ค้นหาไฟล์เริ่มต้น PHP ของคุณ
- Edit the file. (Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting)
- Place the following line in your initialization file:
error_log = /path/to/your/webroot/php_error.log
- error_log เป็นฟังก์ชัน PHP ที่จะบอกให้เว็บเซิร์ฟเวอร์ส่งออกบันทึกของคุณไปยังไฟล์ใหม่
/path/to/your/webroot/php_error.log
is the path to your new log.
- Make sure to replace
/path/to/your/webroot
with the actual path your hosting account uses. - What is my absolute path? (
Web Hosting (cPanel) / Windows Hosting (Plesk) ). - สร้างไฟล์ชื่อ php_error.log ในเว็บรูท ของโฮสติ้งของคุณ
- Restart your PHP processes.(
Web Hosting (cPanel) / Windows Hosting (Plesk) ).
ขั้นตอนต่อไป
- Review your php_error.log for error details. (
Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting )
ข้อมูลเพิ่มเติม
- สำหรับข้อมูลเพิ่มเติมเกี่ยวกับบันทึกข้อผิดพลาดของ PHP โปรดไปที่ PHP.net