Posted by jparets on July 8, 2010 at 9:58am
4 followers
Jump to:
| Project: | Content Construction Kit (CCK) |
| Version: | 6.x-2.7 |
| Component: | userreference.module |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
There'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
#2
Thanks. I discovered the problem was a view with an argument with role selection. I removed it.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.