Hello,
I just install your module in my Drupal 463 testing site. In this site i just have the bookreview module install, plus node_privacy_byrole.
The install goes well. Before the install of node_privacy_byrole module, i had 4 bookreview nodes.
When i create a new bookreview with the node_privacy_byrole module install, i have the correct grant by role checkboxes.
But when i go to the following link
http://localhost/drupal463/?q=bookreview
I got this result
user error: Erreur de syntaxe pr�s de '(n.nid), n.title, b.booktitle, b.cover, b.publisher, b.isbn, b.c' � la ligne 1
query: SELECT DISTINCT b.DISTINCT(n.nid), n.title, b.booktitle, b.cover, b.publisher, b.isbn, b.copyright, b.pages, b.rating FROM bookreview b INNER JOIN node n ON b.nid = n.nid WHERE n.type = 'bookreview' ORDER BY b.booktitle ASC LIMIT 0, 20 in c:\programme\easyphp1-8\www\drupal463\includes\database.mysql.inc on line 66.
Home
So i disable the node_privacy_byrole module, and no more bug.
any idea what happenned ?
Comments
Comment #1
nicopepe commentedSee http://drupal.org/node/33996 for complete bug report
Comment #2
alexgarmi commentedsolution in:
http://drupal.org/node/88987
Comment #3
jondoesdrupal commentedSolution referenced by another user, so treating as a duplicate and closing.