Welcome Guest, Not a member yet? Register   Sign In
Can someone explain this error?
#2

[eluser]JoostV[/eluser]
This looks like a bug.

I looked into my 1.7.1 install and found that the constant OCI_COMMIT_ON_SUCCESS is used in system/database/drivers/oci8/oci8_driver.php, but it was never defined anywhere. Hence the error.
Code:
// Set "auto commit" by default
var $_commit = OCI_COMMIT_ON_SUCCESS;

Set it beforehand and you should be fine. Or, it may be fixed in 1.7.2 or SVN trunk.


Messages In This Thread
Can someone explain this error? - by El Forum - 11-08-2009, 11:57 PM
Can someone explain this error? - by El Forum - 11-09-2009, 02:28 AM
Can someone explain this error? - by El Forum - 11-10-2009, 01:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB