Closed (duplicate)
Project:
http:BL
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2013 at 09:29 UTC
Updated:
26 Aug 2013 at 19:04 UTC
Today I found in my logging this message, with a request for rss.xml:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1305 SAVEPOINT savepoint_1 does not exist: ROLLBACK TO SAVEPOINT savepoint_1; Array ( ) in _httpbl_cache_set() (line 610 of /.../sites/all/modules/httpbl/httpbl.module).
Comments
Comment #1
bryrock commentedWill need (a lot) more information for this, especially on versions you are using for Drupal, PHP, MySql, and whether you are using a hacked version of httpbl (line 610 in the released version is whitespace).
You may also want to reference #1803886: PDOException: Syntax error or access violation: 1305 SAVEPOINT savepoint_1 does not exist, as this could be a core issue.
Comment #2
promesI searched this module issues not finding any issue with PDOException.
I made some time ago a change by deleting 3 lines in httpbl_request_whitelist_submit() for something I was testing and forgot the replace it with the original.
I will replace the source by the original module and hope the core issue will be solved.
Sorry to bother you and thanks pointing out the reference to the core problem.
I closed this issue as being a duplicate.