I installed the module, enabled, and then tried to go the to 'Notifications' tab. I got this error, and nothing seems to make it go away.

PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined: SELECT u.uid, u.name, u.mail, n.* FROM {users} u LEFT JOIN {notify} n ON u.uid = n.uid WHERE n.status = :n.status AND u.status = :u.status ORDER BY u.name; Array ( [:n.status] => 1 [:u.status] => 1 ) in notify_admin_users() (line 398 of /home/truth/www/sites/all/modules/notify/notify.module).

Does anyone know why this is happening?

Comments

elBradford’s picture

I get the same error.

elBradford’s picture

Priority: Normal » Major
one-five’s picture

It installed fine, but going to notification settings gives the above error. Ran update but no update found

ashishkuc’s picture

Getting the same error ..... Any Update???

wpoely86’s picture

Have you tried the patches from https://drupal.org/node/1159632 ?

gisle’s picture

Status: Active » Fixed

I think this is fixed.
I've tested this extensively, and 7.x-1.x-dev dated 2012-Oct-11 (incorporating the patches mentioned in #5) installs fine.
Additional (minor) bugs are also fixed in http://drupal.org/node/1159632#comment-6718542.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.