HOME > PHP > PHP Forum > ออกรายงาน PDF error แก้ยังไง Warning: FPDF::include(helvetica.php) [function.FPDF-include]: failed to open stream: No such file or directory in
ออกรายงาน PDF error แก้ยังไง Warning: FPDF::include(helvetica.php) [function.FPDF-include]: failed to open stream: No such file or directory in
Warning: FPDF::include(helvetica.php) [function.FPDF-include]: failed to open stream: No such file or directory in D:\AppServ\www\bamboocamp\customer\fpdf.php on line 541
Warning: FPDF::include() [function.include]: Failed opening 'helvetica.php' for inclusion (include_path='.;C:\php5\pear') in D:\AppServ\www\bamboocamp\customer\fpdf.php on line 541
FPDF error: Could not include font metric file
failed to open stream: No such file or directory แปลว่าไฟล์ไม่มีอยู่จริงหรือเรียกพาทไดเรทอรรีไม่ถูกครับ
เช็คว่าไฟล์ helvetica.php อยู่ที่่ไหน ถ้าอยู่ใน fpdf ก็ใส่พาทนี้ด้วยเช่น
include("fpdf/helvetica.php");
Warning: FPDF::include(helvetica.php) [fpdf.include]: failed to open stream: No such file or directory in F:\AppServ\www\Engineering\PDF2\fpdf.php on line 541
Warning: FPDF::include() [function.include]: Failed opening 'helvetica.php' for inclusion (include_path='.;C:\php5\pear') in F:\AppServ\www\Engineering\PDF2\fpdf.php on line 541
FPDF error: Could not include font metric file
ตาม คห.5 ครับ
failed to open stream: No such file or directory แปลว่าไฟล์ไม่มีอยู่จริงหรือเรียกพาทไดเรทอรรีไม่ถูกครับ
ลองเช็คเรื่องของพาทไดเรทอรรีดูนะครับ ว่าไฟล์ืั้ต้องการเรียกอยู่ที่ไหน