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

greggles’s picture

Status: Active » Closed (duplicate)

I believe this is actually a pathauto problem: http://drupal.org/node/92900 and has been fixed for a while now.