Please enable Oracle extension -- how to resolve? |
Veteran
|
Hi - thank you for the post, but we will need more info - what do you mean by select config, what is the error message - please give us detaild description of your steps, content of your files, location of your files and the error messages. Thank You!
|
||||||||||||
|
Please enable Oracle extension |
|
I'm a newbie and I'm having the same problem. I'm using the Evaluation version. I created a new project and then ran the Tools>>DB-Form Wizard. I tried running, and it couldn't resolve the path to my config.inc.php file. So, I commented out the include statement and then copied and pasted the contents of that file. Now when I try to run it, I get the following error:
"Please enable Oracle extension" I traced the source and this appears to be causing the error: function isConnectionAvailable() { return(function_exists('ocilogon')); } Where is the "ocilogon" function? How does this function get created? Thanks! |
||||||||||||
|
SOLVED |
|
I found the problem. Edit your php.ini file and uncomment the following two lines:
;extension = php_oci8.dll ;extension = php_oracle.dll |
||||||||||||
|
Site Admin
|
you need only php_oci8.dll if you use oci* funtions. Php_oracle.dll provides ora* funtions and is considered outdated.
|
||||||||||||
_________________ The PHP IDE team |
Please enable Oracle extension -- how to resolve? |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by