Hi,

I just installed the module print and enable the pdf print. When I go to the configuration page I get the following error.

[Mon Jun 17 12:29:35 2013] [error] [client 10.17.0.197] PHP Fatal error: Unsupported operand types in modules/contrib/print/print.module on line 546

It looks like the empty info array is causing this exception. I'll try to update with a patch soon.

CommentFileSizeAuthor
#1 unsupported_operand-2021613-2.patch846 bytesfprevos2

Comments

fprevos2’s picture

StatusFileSize
new846 bytes
fprevos2’s picture

Status: Active » Needs review
jcnventura’s picture

That information is usually added by the node module.. The module depends on node for so many things that I should add it as a dependency explicitly.. There used to be a time when you couldn't disable the node module in Drupal.

jcnventura’s picture

Status: Needs review » Fixed

I've added node as a module dependency. It should fix this problem properly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.