Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.7
Component:
userreference.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 09:58 UTC
Updated:
21 Feb 2012 at 14:00 UTC
I am no idea of the origin of the error because the error appeared when I installed the latest version of drupal (6.17) and cck (6.x-2.7). Until now it worked correctly.
The error only appears when some content types are selected: I have a lot of content types and only some of them are rejected.
I can't find similarities between the rejected and accepted content types.
The error is independent of the selection of content type or views, it seems be dependent on the type of the node finally selected. For instance, if I mix two content types for selection, the error appears only in one content type.
The error appears for user, not for administrators.
Some idea?
Thanks
Comments
Comment #1
fonant commentedThere's a nasty bug introduced into Views with version 6.x-2.11 (released 17 June 2010) that alters the global user's roles array. This causes all sorts of problems, perhaps also the issue here.
Fix will be in the next release of Views, patch is available from the issue:
http://drupal.org/node/832954
Comment #2
jparets commentedThanks. I discovered the problem was a view with an argument with role selection. I removed it.
Comment #3
magnus commented