Closed (fixed)
Project:
Content Complete
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 22:18 UTC
Updated:
16 May 2010 at 14:35 UTC
Hello,
It seems to be a usefull module! :)
but I've got this warning message on node type where I use it:
user warning: Column 'nid' in where clause is ambiguous query: SELECT DISTINCT(n.nid) FROM node n INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'domain_site') OR (na.gid = 9 AND na.realm = 'domain_id') OR (na.gid = 2 AND na.realm = 'nodeaccess_rid') OR (na.gid = 5 AND na.realm = 'nodeaccess_rid') OR (na.gid = 7 AND na.realm = 'nodeaccess_uid') OR (na.gid = 7 AND na.realm = 'nodeaccess_author') OR (na.gid = 2 AND na.realm = 'user_relationship_node_access_1') OR (na.gid = 6 AND na.realm = 'user_relationship_node_access_1') OR (na.gid = 12 AND na.realm = 'user_relationship_node_access_1') OR (na.gid = 8 AND na.realm = 'user_relationship_node_access_1') OR (na.gid = 3 AND na.realm = 'user_relationship_node_access_2') OR (na.gid = 5 AND na.realm = 'user_relationship_node_access_2') OR (na.gid = 11 AND na.realm = 'user_relationship_node_access_2') OR (na.gid = 7 AND na.realm = 'user_relationship_node_access_author') OR (na.gid = 0 AND na.realm = 'og_public') OR (na.gid = 3907 AND na.realm = 'og_admin') OR (na.gid = 3904 AND na.realm = 'og_admin') OR (na.gid = 2 AND na.realm = 'forum_access') OR (na.gid = 5 AND na.realm = 'forum_access'))) AND ((n.moderate != 1 OR n.uid = 7)) AND (n.language ='fr' OR n.language ='' OR n.language IS NULL) AND ( type = 'fiche' AND nid = '50') in /home/pariscin/www/sites/all/modules/content_complete/content_complete.module on line 402.
Comments
Comment #1
pvhee commentedI am not using nodeaccess, if anyone has run into compatibility issues please use this issue to report.
Comment #2
pvhee commentedClosing old issues, please reopen if this issue might occur again.