Jump to content

Found out another bug on v1.3.2 - pdf file can't be opened!


Recommended Posts

Try changing lines 139-140 of classes/PDF.php from:

if (file_exists(_PS_IMG_DIR_.'/logo.jpg'))
   $this->Image(_PS_IMG_DIR_.'/logo.jpg', 10, 8, 0, 15);



to:

if (file_exists(_PS_IMG_DIR_.'logo.jpg'))
   $this->Image(_PS_IMG_DIR_.'logo.jpg', 10, 8, 0, 15);



Looks like another bug worth reporting on the bug tracker.

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 2 months later...
solved. thanks
hello, can u tell me please how you resolve this problem with PDF eror?? Thank you.


How did you solve this?
I have same problem running version 1.4.1

FPDF error: Not a JPEG file:
Link to comment
Share on other sites

×
×
  • Create New...