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

jcnventura’s picture

Status: Active » Closed (duplicate)

Yes,

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

splash112’s picture

Thanks!