When try to go to event tab in Settings become this message:
Notice: Undefined index: title в функции notifications_admin_events_form() (строка 241 в файле /var/www/u2075053/public_html/sochinitell.pp.ua/sites/all/modules/notifications/notifications.admin.inc).
Notice: Undefined index: object в функции notifications_admin_events_form() (строка 244 в файле /var/www/u2075053/public_html/sochinitell.pp.ua/sites/all/modules/notifications/notifications.admin.inc).
Notice: Undefined index: template в функции notifications_admin_events_form() (строка 245 в файле /var/www/u2075053/public_html/sochinitell.pp.ua/sites/all/modules/notifications/notifications.admin.inc).
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'node_insert', 'node_update' ORDER BY ta.weight' at line 1: SELECT ta.aid, a.type, a.label FROM {trigger_assignments} ta LEFT JOIN {actions} a ON ta.aid = a.aid WHERE ta.hook = :hook_0, :hook_1, :hook_2 ORDER BY ta.weight; Array ( [:hook_0] => node_publish [:hook_1] => node_insert [:hook_2] => node_update ) в функции trigger_get_assigned_actions() (строка 169 в файле /var/www/u2075053/public_html/sochinitell.pp.ua/modules/trigger/trigger.module).
And after that when I add a signup notification and then try to signup I become this:
Fatal error: Call to undefined method Notifications_Subscription::set_account() in /var/www/u2075053/public_html/sochinitell.pp.ua/sites/all/modules/notifications/notifications.subscription.inc on line 1061
Comments
Comment #1
webflo commentedPlease update to latest 7.x-1.x-dev and try again. 7.x-1.0-alpha1 is really outdated.
Comment #2
johazielSame error with latest 7.x-1.x-dev
Comment #3
yuriy.babenko commentedGetting the same error (different piece of functionality) in 7.x-1.0-alpha2.
Did a GREP through both 7.x-1.0-alpha2 and latest 7.x-1.x-dev for 'set_account' and see no function declaration.
Comment #4
deanflory commentedI'm getting the same thing here on June 13th with the June 12th dev version (7.x-1.x-dev 2012-Jun-12).
Here's the errors I'm receiving when attempting to access the Events tab/page at /admin/config/messaging/notifications/events:
Notice: Undefined index: title in notifications_admin_events_form() (line 240 of /home/account/public_html/drupal/sites/all/modules/notifications/notifications.admin.inc).
Notice: Undefined index: object in notifications_admin_events_form() (line 243 of /home/account/public_html/drupal/sites/all/modules/notifications/notifications.admin.inc).
Notice: Undefined index: template in notifications_admin_events_form() (line 244 of /home/account/public_html/drupal/sites/all/modules/notifications/notifications.admin.inc).
Warning: Illegal offset type in isset or empty in trigger_get_assigned_actions() (line 168 of /home/account/public_html/drupal/modules/trigger/trigger.module).
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'node_insert', 'node_update' ORDER BY ta.weight' at line 1: SELECT ta.aid, a.type, a.label FROM {trigger_assignments} ta LEFT JOIN {actions} a ON ta.aid = a.aid WHERE ta.hook = :hook_0, :hook_1, :hook_2 ORDER BY ta.weight; Array ( [:hook_0] => node_publish [:hook_1] => node_insert [:hook_2] => node_update ) in trigger_get_assigned_actions() (line 171 of /home/account/public_html/drupal/modules/trigger/trigger.module).
Comment #5
StuddMan commentedWe are getting same error on June 12th dev version (7.x-1.x-dev 2012-Jun-12) version as well.
Fatal error: Call to undefined method Notifications_Subscription::set_account() in /xxxxxxx/modules/notifications/notifications.subscription.inc on line 1082