Update #6007
Failed: UPDATE {notifications} n SET n.mdid = (SELECT d.mdid FROM {messaging_destination} d WHERE d.uid = n.uid AND d.method = n.send_method AND d.address = n.destination)
Update #6008
Failed: UPDATE {notifications_queue} q SET q.mdid = (SELECT n.mdid FROM {notifications} n WHERE n.sid = q.sid)
Update #6009
Failed: UPDATE {notifications_sent} n SET n.mdid = (SELECT d.mdid FROM {messaging_destination} d WHERE d.uid = n.uid AND d.method = n.send_method)
Failed: ALTER TABLE {notifications_sent} ADD PRIMARY KEY (mdid, send_interval

Comments

AntiNSA’s picture

Since update I can no longer list installed modules or switch to non dev version... I need notifications.. I can delete the directory but I can no longer install the new dev or release version at all!

jose reyero’s picture

Status: Active » Fixed

Notifications-dev needs messaging-dev.

That changes have been rolled back and are now in the 4.x branch, not anymore in 2.x

Status: Fixed » Closed (fixed)

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