After installing lineage.module then trying to create a forum container I get the following error:

Fatal error: Call to undefined function: array2object() in httpdocs/modules/lineage/lineage.module on line 58

I am using Drupal 7.0 Beta 4 with Php 4.3 and MySql Database.

Comments

merlinofchaos’s picture

array2object was unceremoniously removed. You can hack the module to replace array2object($array) with (object) $array

(And similar for object2array)

I'll get this fixed and into CVS soonish =)

merlinofchaos’s picture

Status: Active » Fixed

Fixed in HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)