[PHP-INSTALL] Problems with $DOCUMENT_ROOT being blank

2003-08-30 Thread brad e
I set up a PHP4.3.3/mySQL4.0.14/Apache2.0.47 server and everythign is configured and running properly. i tested php with some scripts and functions and they all work. When i try and do any file editing/including in scripts i get file not found errors all over the place when i open like $DOCUMENT_RO

[PHP-INSTALL] Visnetic Website & PHP

2003-08-30 Thread b26440510
Visnetic Website, Win2K, OS on NTFS, programs on FAT32 After installing PHP, I entered the association (.php -> G:\PHP\PHP.exe) and mapping (.php -> wwwserver/shellcgi) in Website. When I called the test.php file, I kept getting a 500 error. After I added PHP to Win2K's file extensions, then I go

[PHP-INSTALL] '--with-imap' (FreeBSD)

2003-08-30 Thread JW NetSource
I found this problem occurs only when configuring using '-- with-impa' I understand this is a freeBSD problem. Anybody know how to configure FreeBSD using '--with-imap'? "Jw Netsource" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Any idea why the install fails? > > #

[PHP-INSTALL] how to install xslt

2003-08-30 Thread edwin lin
php 4.3 was installed to work with apache 1.2.26 and mysql 4.0. But developer required xslt module. Questions: 1. Does the old php need to be removed? 2. If yes, what command to remove it completely? 3. If no, does php need to be reconfigured with all modules or only include --enable-xslt --with-

[PHP-INSTALL] Warning: E-mail viruses detected

2003-08-30 Thread MailScanner
Our virus detector has just been triggered by a message you sent:- To: <[EMAIL PROTECTED]> Subject: Re: That movie Date: Sat Aug 30 13:02:22 2003 Any infected parts of the message have not been delivered. This message is simply to warn you that your computer system may have a virus present a

[PHP-INSTALL] Warning: E-mail viruses detected

2003-08-30 Thread MailScanner
Our virus detector has just been triggered by a message you sent:- To: <[EMAIL PROTECTED]> Subject: Re: Thank you! Date: Sat Aug 30 10:59:12 2003 Any infected parts of the message have not been delivered. This message is simply to warn you that your computer system may have a virus present a

[PHP-INSTALL] Disable error/warning output

2003-08-30 Thread fatih olcer
how to disable error/warning output ? error_reporting = 0 (in PHP.ini) doesn't work. is "error_reporting = 0;" configuration string true? is there an other way to to disable error/warning output? thanks.