SQL ERROR after installing Private Nodes
vpoma - April 4, 2009 - 16:00
| Project: | Private nodes |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
After installed Private Nodes the top of any page show this error message:
user warning: Unknown column 'n.uid' in 'where clause' query: SELECT DISTINCT(n.nid) FROM node_comment_statistics n INNER JOIN node_access na ON na.nid = n.nid LEFT OUTER JOIN private_nodes pn ON pn.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 2 AND na.realm = 'term_access') OR (na.gid = 3 AND na.realm = 'term_access') OR (na.gid = 5 AND na.realm = 'term_access'))) AND ((pn.nid is null OR n.uid=5 )) AND ( n.comment_count > 0 ) ORDER BY n.last_comment_timestamp DESC LIMIT 0, 10 in /home/eurosol/public_html/drupal/includes/database.mysql.inc on line 172.
Any suggestion???
