Closed (fixed)
Project:
Notifications
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 04:45 UTC
Updated:
31 Mar 2010 at 20:20 UTC
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
Comment #1
AntiNSA commentedSince 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!
Comment #2
jose reyero commentedNotifications-dev needs messaging-dev.
That changes have been rolled back and are now in the 4.x branch, not anymore in 2.x