When enabling the book module and trying to edit a book, I receive the following PDO error:

PDOException: SQLSTATE[HY000]: General error: 25 bind or column index out of range: SELECT u.uid, u.name, u.mail, m.email_for FROM {role_permission} p INNER JOIN {users_roles} r ON r.rid = p.rid INNER JOIN {users} u ON u.uid = r.uid OR u.uid = 1 LEFT JOIN {antispam_moderator} m ON m.uid = u.uid WHERE p.permission LIKE '%:perm1%' OR p.permission LIKE '%:perm2%'; Array ( [:perm1] => moderate spam in nodes of type Book page [:perm2] => administer nodes ) in antispam_notify_moderators() (line 1377 of /home/tdrealms/domains/erion.tdrealms.com/homes/msg/books/modules/antispam/antispam.module).

I have looked at my Drupal permissions page. There is no permission called "administer nodes".

Comments

apaderno’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Issue summary: View changes