Warning: getimagesize(img/header.jpg) [function.getimagesize]: failed to open stream:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AlokMohan
    New Member
    • Oct 2014
    • 1

    Warning: getimagesize(img/header.jpg) [function.getimagesize]: failed to open stream:

    Hi Team ,

    Please help me to solve this error ,

    Warning: getimagesize(im g/header.jpg) [function.getima gesize]: failed to open stream: No such file or directory in /home/u322615259/public_html/biotech/fpdf/fpdf.php on line 1213
    FPDF error: Missing or incorrect image file: img/header.jpg

    I am sending full code of fpdf.php file ,
    please find attached file.

    Thanks & Regards
    Alok Mohan
    Attached Files
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    So it looks like the image doesn't exist that you are trying to open. Not sure what else you want answered?

    if you don't want it to error out I suppose you better verify the file exists before trying to parse it

    Comment

    Working...