Upon attempt to enable notification for user 1 I get this error:
PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined: SELECT u.uid, u.name, u.mail, n.status, n.node, n.teasers, n.comment FROM {users} u LEFT JOIN {notify} n ON u.uid = n.uid WHERE u.uid = :u.uid AND u.status = :u.status; Array ( [:u.uid] => 1 [:u.status] => 1 ) in notify_user_settings_form() (line 307 of /home/leadinc/public_html/drupal7/sites/all/modules/notify/notify.module).
Error
The website encountered an unexpected error. Please try again later.
Comments
Comment #1
coveryoureyes commentedI got the same error after installation and defining basic settings:
Comment #2
extrarumeno commentedSubscribe
Comment #3
fildair commentedSame here, also having a Fatal error when cron is executed.
PDOException : SQLSTATE[HY093]: Invalid parameter number: parameter was not defined: SELECT u.uid, u.name, u.mail, n.status, n.node, n.teasers, n.comment FROM {users} u LEFT JOIN {notify} n ON u.uid = n.uid WHERE u.uid = :u.uid AND u.status = :u.status; Array ( [:u.uid] => 1 [:u.status] => 1 ) dans notify_user_settings_form() (ligne 307 dans /homez.356/padlam/www/drupal7/modules/notify/notify.module).
Comment #4
henrijs.seso commented#1279232: Cannot install Notify