Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

drdreuza

Archived
  • Posts

    2
  • Joined

  • Last visited

About drdreuza

  • Birthday 01/03/1972

Profile Information

drdreuza's Achievements

  1. Hello, if some images files are not present the pdf generation hangs, I have added the: if (is_file("$data_array[12]")) { before line 369 in pdf_catalogue.php to fix this here is the code: if (is_file("$data_array[12]")) { $heightwidth=getimagesize($data_array[12]); $data_array[0]=$data_array[0]; $data_array[1]=$heightwidth[1]*PDF_TO_MM_FACTOR; $this->ShowImage($data_array[0],$data_array[1],$link,$data_array[12]); $y1=$this->GetY(); } Ciao!
×
×
  • Create New...