php-install | 2004032
Date: 03/25/04
- Next message: Ola Ogunneye: "RE: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000 server"
- Previous message: klaus: "Re: [PHP-INSTALL] problems at install: zlib error"
- Next in thread: Chris Hewitt: "Re: [PHP-INSTALL] Send-Mail bug in 4.0.4?"
- Reply: Chris Hewitt: "Re: [PHP-INSTALL] Send-Mail bug in 4.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mail, registration, and private messaging all throw an exception because of
line 227 in includes/emailer.php:
$result = <email protected>($to, $this->subject, preg_replace("#(?<!\r)\n#s", "\n",
$this->msg), $this->extra_headers);
Anybody have a fix for this? My "work around" is to comment out the
message_die block, and things start working again.
Mark
-----Original Message-----
From: Galbreath, Mark A
Sent: Thursday, March 25, 2004 1:19 PM
To: 'Vicky McIntyre'; 'php-install <email protected>'
Subject: RE: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000
server
Do you have the following in your [APACHE_HOME]/conf/http.config file?
LoadFile "C:/Apache2/bin/php4ts.dll"
LoadModule php4_module modules/php4apache2.dll
AddType application/x-httpd-php .php
And the corresponding files where this points to?
Mark
-----Original Message-----
From: Vicky McIntyre [mailto:veronica_mcintyre <email protected>]
Sent: Thursday, March 25, 2004 11:56 AM
To: php-install <email protected>
Subject: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000
server
Hello,
I've followed all kinds of different instructions on getting it to work as a
module under Apache 2 but so far I get only two results when I access the
test.php through a browser.
1. it asks if I want to download a file.
2. it shows the code <? php
phpinfo();
?>
I cannot get it to show the page it is supposed to. I can't figure out what
is wrong.
Please Help!
_____
Do you Yahoo!?
<http://taxes.yahoo.com/filing.html> Yahoo! Finance Tax Center - File
online. File on time.
- Next message: Ola Ogunneye: "RE: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000 server"
- Previous message: klaus: "Re: [PHP-INSTALL] problems at install: zlib error"
- Next in thread: Chris Hewitt: "Re: [PHP-INSTALL] Send-Mail bug in 4.0.4?"
- Reply: Chris Hewitt: "Re: [PHP-INSTALL] Send-Mail bug in 4.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

