Oracle ocilogin issue
Brought to you by:
mpalmerlee
I have created a schema in the database, and I can
connect to the database via the command line on UNIX.
But I get this error when I attempt to run the web page:
Fatal error: Call to undefined function: ocilogon() in
/www/itms/db_tools.php on line 139
I call the page as http://localhost/itms
I have setup the config.php with all the right values.
Scott
Logged In: YES
user_id=222242
Hello, thank you for your bug report.
The ocilogon() error sounds to me that php is not correctly
configured to work with Oracle.
This page may be some help for you to configure Oracle in php:
http://us2.php.net/manual/en/ref.oci8.php
You may also want to make a phpinfo() page so that you can
see if Oracle looks like it is correctly configured in PHP.
hope this helps, let me know how it goes,
-Matt
Logged In: YES
user_id=1277702
I have this fixed, now I get [Fri May 13 10:56:49 2005]
[notice] child pid 25347 exit signal Illegal instruction (4)
So, I'm still working on solving this issue