I get the following error when I attempt to execute the install.
"Warning: Failed opening 'c_templates\install.html' for inclusion (include_path='C:\Inetpub\wwwroot\BugTrac\inc') in c:\inetpub\wwwroot\BugTrac\inc\smarty\Smarty.class.php on line 686'
I have checked my folder privs and everthing seems to be set correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Next Problem is that I cannot connect to Oracle 8i. When app tries to load php_oci8.dll. I get the message "Unable to load dynamic library 'c:\php\php_oci8.dll' - The specificed procedure could not be found....
I do have the Oracle 8 OCI and Net 8 required support files loaded....
You help is appreciated!
Thankx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Next Problem is that I cannot connect to Oracle 8i. When app tries to load php_oci8.dll. I get the message "Unable to load dynamic library 'c:\php\php_oci8.dll' - The specificed procedure could not be found....
I do have the Oracle 8 OCI and Net 8 required support files loaded....
You help is appreciated!
Thankx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do have oracle connectivity from other applications.. I did load PHP from the installer and borrowed the php_ extension file from
php-4.3.0pre2-Win32....
Might this make a difference?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following error when I attempt to execute the install.
"Warning: Failed opening 'c_templates\install.html' for inclusion (include_path='C:\Inetpub\wwwroot\BugTrac\inc') in c:\inetpub\wwwroot\BugTrac\inc\smarty\Smarty.class.php on line 686'
I have checked my folder privs and everthing seems to be set correctly.
Try adding . to the list of directories in your include_path in php.ini.
Great Thanks... That '.' worked...
Next Problem is that I cannot connect to Oracle 8i. When app tries to load php_oci8.dll. I get the message "Unable to load dynamic library 'c:\php\php_oci8.dll' - The specificed procedure could not be found....
I do have the Oracle 8 OCI and Net 8 required support files loaded....
You help is appreciated!
Thankx
Great Thanks... That '.' worked...
Next Problem is that I cannot connect to Oracle 8i. When app tries to load php_oci8.dll. I get the message "Unable to load dynamic library 'c:\php\php_oci8.dll' - The specificed procedure could not be found....
I do have the Oracle 8 OCI and Net 8 required support files loaded....
You help is appreciated!
Thankx
I do have oracle connectivity from other applications.. I did load PHP from the installer and borrowed the php_ extension file from
php-4.3.0pre2-Win32....
Might this make a difference?
It does make a difference.... the 4.3 extensions do not work with 4.2.x...
Now getting Ora-12514 connection error.