[PHP-INST] Installing php-4.2.1 on Solaris 8 -

2002-07-04 Thread Atif_Jakupovic
I'm in a process of installing php-4.2.1 on my Solaris 8 UNIX server. I have Apache 1.3.26 installed as well. First I run ./configure script: ./configure -with-oci8=$ORACLE_HOME/bin -with-apache=/myapps/apache_1.3.26 -enable-track-vars When I run make I get 'make: Fatal error: Command

[PHP-INST] PHP 4.0.6 with Oracle 8i - Blank screen

2002-01-22 Thread Atif_Jakupovic
Hi, I configure PHP with Oracle "-with-oci8=". Everything looks fine, but when I try to logon and create a table I got a blank page, and my table was not created. The script that I was using is below: |-| |";

[PHP-INST] Configure Oracle 8i with PHP-4.0.6

2002-01-21 Thread Atif_Jakupovic
Hi, I have installed PHP and configured with MYSQL, Oracle and Apache. MYSQL works fine, but I have problem to connect Oracle. I'm getting this error: "Fatal error: Call to undefined function: ocilogon() in /u01_0/food_web/htdocs/db-query/db-query.php on line 16" Please, could somebody help

[PHP-INST] SSI (Service Side Includes) - How to get Top and Side Bar with PHP scripts

2001-08-22 Thread Atif_Jakupovic
Hi, I install Apache 1.3.12, PHP-4.0.6 & MYSQL on Solaris 2.6 server. Everything work fine. Only I cannot get the Top & Side Bar with PHP scripts. Please, does somebody know how to enable the SSI features with PHP scripts? Thanks for your time, Atif -- PHP Install Mailing List (http://w

RE: [PHP-INST] Re: Suse 7.2 + Apache + PHP

2001-08-22 Thread Atif_Jakupovic
Hi Marcel, Check your "httpd.conf" file, and look for this line: AddHandler server-parsed .shtml .htm .html .php If you have the ".php" in the above line remove it, then restart apache server. I hope it will help, Atif "Walter, Marcel" <[EMAIL PROTECTED]> on 22/08/2001 04:01:39 AM

[PHP-INST] After I add below settings in the /etc/system my PHP scripts have stoped to execute with Apache server.

2001-08-21 Thread Atif_Jakupovic
Hi, I installed Apache v1.3.12 & PHP-4.0.5. Everything was working fine until I added below entries to the /etc/system file. I running Solaris 2.6. Even my Hello World PHP script is blank now. Please, does somebody knows how below entries may stop execution of PHP scripts: How I can fix the

[PHP-INST] Apache v.1.3.12 & PHP-4.0.5 - Apache does not execute my PHP scripts, I get a white page

2001-08-17 Thread Atif_Jakupovic
Hi, I installed apache v1.3.12 and PHP-4.0.5 on my Solaris 2.6 machine. It was working normally since June 2001. Suddenly, apache has stopped to execute my PHP scripts. Instead to get my "Hello World" PHP message I get a white page only. Do you have any idea why my PHP scripts cannot be execut