[eluser]rfer[/eluser]
Okay, so I've already compiled PHP with Oracle support, phpinfo() even shows that the Oci8 module is loaded.
The thing is, when I access some table's scaffolding page, I get an error when I try to view or add table entries...
"Message: Use of undefined constant OCI_COMMIT_ON_SUCCESS - assumed 'OCI_COMMIT_ON_SUCCESS'
Filename: database/DB.php
Line Number: 81"
I've seen this error before, but that was when I still hadn't PHP with Oci8 loaded...