Closed (duplicate)
Project:
Printer, email and PDF versions
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2008 at 04:45 UTC
Updated:
9 May 2008 at 09:02 UTC
After installing dompdf, I get the following error on Printerfriendly pdf admin page:
Fatal error: Call to undefined function: array_combine() in ***/drupal/sites/all/modules/print/print_pdf.admin.inc on line 75
Seems like array_combine() is a pure PHP5 function:
http://cn2.php.net/manual/en/function.array-combine.php
Comments
Comment #1
jcnventuraYes,
This is a known problem (#246915) that has already been fixed in the HEAD version since April 17. When I create rc3, this will be fixed.
Thanks for reporting it,
João
Comment #2
splash112 commentedThanks!