[Interchange-bugs] [Bug 218] Changed - rollback error prevents checkout when using DBI

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Fri Jun 15 10:17:00 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=218

*** shadow/218	Fri Jun 15 07:31:57 2001
--- shadow/218.tmp.28246	Fri Jun 15 10:16:10 2001
***************
*** 93,95 ****
--- 93,160 ----
  rollback. The rollback itself may not be working because of some other reason, 
  maybe because transactions are new. I turned off pre-forked server mode and had 
  the same result.
+ 
+ ------- Additional Comments From matt@boltbluecorp.com  2001-06-15 10:16 -------
+ This also happens the same way with other demos. With Construct, there is 
+ actually a premature end of script headers and the following appears in the 
+ catalog's error.log
+ 
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:02:31 +0100] 
+ construct /cgi-bin/construct/ord/checkout.html s
+ earch error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group withou
+ t search specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:02:55 +0100] 
+ construct /cgi-bin/construct/process.html search
+  error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group without sea
+ rch specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:03:11 +0100] 
+ construct /cgi-bin/construct/process.html search
+  error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group without sea
+ rch specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:03:58 +0100] 
+ construct /cgi-bin/construct/process.html search
+  error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group without sea
+ rch specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:04:09 +0100] 
+ construct /cgi-bin/construct/process.html search
+  error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group without sea
+ rch specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:04:36 +0100] 
+ construct /cgi-bin/construct/process.html Displa
+ y of receipt on order number 000001 failed: DBD::Oracle::db prepare failed: 
+ Error while trying to retrieve text for
+  error ORA-03114 (DBD ERROR: OCIStmtExecute/Describe) {select * from products 
+ where sku = 'os28086'} at /usr/local/
+ ic.4.7.x/lib/Vend/Table/DBI.pm line 1021.
+ >
+ 172.16.42.11 aihS36cm:172.16.42.11 - [15/June/2001:15:06:39 +0100] 
+ construct /cgi-bin/construct/ord/checkout.html s
+ earch error: Limit subroutine creation: bad limit creation code in coordinated 
+ search, probably search group withou
+ t search specification. at /usr/local/ic.4.7.x/lib/Vend/Search.pm line 773.
+ 
+ 
+ Here is the configuration code I stuck at the end of catalog.cfg for CyberCash 
+ support:
+ 
+ #==========================================================================#
+ 
+ # Payment processing stuff
+ 
+ #==========================================================================#
+ Require module Vend::Payment::CyberCash
+ Variable   MV_PAYMENT_MODE  cybercash
+ Route cybercash configfile /data/www/A002000102164657/mck-cgi/conf/merchant_conf
+ Route cybercash currency gbp
+ 
+