Postponed (maintainer needs more info)
Project:
Cumulus
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 01:38 UTC
Updated:
2 Sep 2010 at 17:01 UTC
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
Comment #1
kars-t commentedAre you using php 5.3?
Comment #2
czoper commentedI 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
Comment #3
kars-t commented1592 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.
Comment #4
czoper commentedThe 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.