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
Comment #1
merlinofchaos commentedarray2object 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 =)
Comment #2
merlinofchaos commentedFixed in HEAD.
Comment #3
(not verified) commented