After installing Drupal 6.19 I get the following error on any pages that have the cumulus block enabled:

Fatal error: Unsupported operand types in common.inc on line 1592

after disabling cumulus block, the error disappears and the page loads properly.

Comments

kars-t’s picture

Priority: Critical » Normal

Are you using php 5.3?

czoper’s picture

I have basicly the same problem just that it's not related to cumulus module as I dont use/have it.
my php is 5.2.9

kars-t’s picture

Status: Active » Postponed (maintainer needs more info)

1592 is the array merge of the l() funtion. This could come from cumulus or maybe tagadelic. I set this to postponed as I would need more information to see if this comes from cumulus. If you can please check this with a debugger.

czoper’s picture

The problem I had was actually on line 1598 as far as I remember and disabling Special Menu Items (6.x-1.5) module solved the problem.