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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | unsupported_operand-2021613-2.patch | 846 bytes | fprevos2 |
Comments
Comment #1
fprevos2 commentedComment #2
fprevos2 commentedComment #3
jcnventuraThat 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.
Comment #4
jcnventuraI've added node as a module dependency. It should fix this problem properly.