CodeIgniter Forums
Yet another problem with Oracle - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Yet another problem with Oracle (/showthread.php?tid=5355)



Yet another problem with Oracle - El Forum - 01-18-2008

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