Closed (fixed)
Project:
Taxonomy Lineage
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2006 at 12:13 UTC
Updated:
25 Feb 2006 at 18:30 UTC
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