Closed (duplicate)
Project:
Workflow Fields
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2007 at 18:43 UTC
Updated:
1 Mar 2007 at 23:34 UTC
After editing node which has assigned workflow and field visibility I got following errors:
warning: Illegal offset type in isset or empty in \www\modules\taxonomy\taxonomy.module on line 1150.
warning: Illegal offset type in \www\modules\taxonomy\taxonomy.module on line 1151.
warning: Illegal offset type in \www\modules\taxonomy\taxonomy.module on line 1154.
: Object of class stdClass could not be converted to string in \www\sites\all\modules\pathauto\pathauto_node.inc on line 221.
There's no problem after I disable workflow fields module. I tried to find bug by myself but it was a way too complicated for me.
My nodetype has 2 vocabularies and 2 cck fileds. Visibility of those 2 cck fields are different for 4 workflow states.
Comments
Comment #1
gregglesI believe this is actually a pathauto problem: http://drupal.org/node/92900 and has been fixed for a while now.