php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59349 Auto commit failure
Submitted: 2010-08-09 08:02 UTC Modified: 2017-10-24 08:41 UTC
From: alex dot trofast at ingres dot com Assigned:
Status: Suspended Package: ingres (PECL)
PHP Version: 5.3.2 OS: Linux x86_64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex dot trofast at ingres dot com
New email:
PHP Version: OS:

 

 [2010-08-09 08:02 UTC] alex dot trofast at ingres dot com
Description:
------------
At some point auto commit will fail with the following error 
message:

PHP Fatal error:  Unknown: An error occur when issuing an 
internal commit in Unknown on line 0, referer: 
http://localhost/drupal/install.php?
locale=en&profile=default&op=start&id=1 

This happens during the install of Drupal, unfortunately I'm 
not sure exactly what part of the code causes it so while I 
know I can reproduce it by installing Drupal, I don't have a 
proper test case outside of this situation.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-11 06:43 UTC] grant dot croker at ingres dot com
Error occurs due a duplicate key

!IIapi_query: starting a query
!IIapi_query: connHndl = 00007FAE89503D90, tranHndl = 
00007FAE89504600, queryType = 0
!IIapi_query: queryText = INSERT INTO variable (name, value) 
VALUES ('menu_expanded', 'a:0:{}')
!IIapi_appCallback: request completed, status = SUCCESS
!IIapi_getQueryInfo: retrieving response data from server
!IIapi_getQueryInfo: stmtHndl = 00007FAE89954D60
!DBMS Error: (0x00001194) Duplicate key on INSERT detected.
!IIapi_appCallback: request completed, status = ERROR
!SQL Tran: Transaction aborted
!IIapi_getErrorInfo: retrieving errors from API
!IIapi_getErrorInfo: handle = 00007FAE89954D60
!IIapi_close: closing a query
!IIapi_close: stmtHndl = 00007FAE89954D60
!IIapi_appCallback: request completed, status = SUCCESS
!IIapi_query: starting a query
!IIapi_query: connHndl = 00007FAE89503D90, tranHndl = 
00007FAE89504600, queryType = 0
!IIapi_query: queryText = DELETE FROM cache WHERE cid = 
'variables'
!IIapi_appCallback: request completed, status = FAILURE
!IIapi_getErrorInfo: retrieving errors from API
!IIapi_getErrorInfo: handle = 00007FAE89504600
!IIapi_close: closing a query
!IIapi_close: stmtHndl = 00007FAE89954590
!IIapi_appCallback: request completed, status = SUCCESS
!IIapi_commit: commiting a transaction
!IIapi_commit: tranHndl = 00007FAE89504600
!IIapi_commit: can't delete with active statements
!IIapi_appCallback: request completed, status = FAILURE
 [2014-12-30 10:46 UTC] tyrael@php.net
-Assigned To: grantc@php.net +Assigned To: grantc
 [2017-10-24 07:03 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: grantc +Assigned To:
 [2017-10-24 08:41 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 08:41 UTC] kalle@php.net
The ingres package has not had any activity for 4 years, so its safe to say that its no longer in active development, if activity picks backup then the maintainer can re-open this report
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC