age where the browser shows.
>
>Dominik
>
>- Original Message -
>From: "Chris Hewitt" <[EMAIL PROTECTED]>
>Newsgroups: php.install
>To: "Dominik Picek" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Sent: Tuesday, July 09, 2002 1:12 P
Dominik,
It can't find the file. It sounds as though (if your document root is
/var/www/html) then it can't find "/var/www/html/pnadodb/adodb.inc.php".
Do you really mean to have that extension (.inc.php). Is this really
what the file is called?
HTH
Chris
Dominik Picek wrote:
>hello
>
>when
hello
when i start my web application, i get the following error message:
Fatal error: Failed opening required 'pnadodb/adodb.inc.php'
(include_path='.:/usr/share/pear') in /var/www/html/install.php on line 48
what is the problem? what i have to do?
regards, dominik
--
PHP Install Mailing
I'm trying to install PHP on a Sun Solaris machine, building the binaries
was no problem but when I try to install with this options
./configure --with-oci8 --with-apxs=/path/to/apxs
(dynamic conf with apache)
I get an error:
can“t use strict.pm @INC (INC contains ...
I found the strict file
On 6/24/01 10:22 PM, in article
9h6788$s91$[EMAIL PROTECTED], ""Rob Beckett""
<[EMAIL PROTECTED]> wrote:
>> If the file has a .php extension, my browser tries to download it.
>> If the file has a .php3 extension, I see the source code of the file.
>> If the file has a .php4 extension, my browser
> If the file has a .php extension, my browser tries to download it.
> If the file has a .php3 extension, I see the source code of the file.
> If the file has a .php4 extension, my browser tries to download it.
Ok, I'm not a pro, but this stinks of (to call it something) the httpd.conf
or definit
Hello,
I have been trying to get PHP 4.0.5 to work correctly. I was finally
able to get Apache to load the module. However, I can't get the PHP files I
test to execute. Here's what happens:
If the file has a .php extension, my browser tries to download it.
If the file has a .php3 extension,
Newbie question
I am trying to get a linux (redhat 7.0) box running apache (1.3.19) and php
(4.0.5) to communicate with Microsoft Sql Server version 7 or 2000. I am
trying to use the iodbc driver manager with the OpenRDA odbc driver.
Following all the instructions i have managed to install and c