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

bryrock’s picture

Will 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.

promes’s picture

Status: Active » Closed (duplicate)

I 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.