Closed (won't fix)
Project:
Notifications
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 23:53 UTC
Updated:
5 Oct 2009 at 18:05 UTC
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 'SELECT MIN(eid) FROM notifications_queue)' at line 1 query: DELETE FROM notifications_event WHERE created < 1253395120 AND eid < (SELECT MIN(eid) FROM notifications_queue) in /homepages/38/d16352159/htdocs/www/includes/database.mysql.inc on line 174.
Comments
Comment #1
jose reyero commentedSome databases (old mysql, pgsql) don't support sub queries.
If this is the case, we don't support such databases. If I've missed anything and the error is different please reopen.