Thanks for the response. It does take away the warning msg's, but I'm
finding the webpage is loading slow. I have even set the below settings
in php.ini, but it appears as no or very little difference. Is there
something else I am missing?
output_handler = ob_gzhandler
zlib.output_compression = On
http://www.carshows-mi.com/beta
Thanks
Bill
-----Original Message-----
From: Jens Wabnitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 6:31 AM
To: Bill J. Vallance; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Installation Problems - PHP 4.0.6 / Win2k sp2 /
IIS5 / MySQL 3.23.32 / PostNuke 0.62
> I host my website on my friends’ server. He and I were looking into
PHP
> & PostNuke and we liked the features. He installed everything, listed
> in the subject, on his site and came up with bunch of warnings: Use of
> undefined constant… I have an almost exact same setup server at home
so
> I tried installing everything myself with the same results. I am
almost
> certain it is my install of PHP, but I am open to any suggestions.
Looks like different error_reporting settings.
Search for error_reporting in php.ini.
Try to you change the line to error_reporting = E_ALL & -E_NOTICE
The warnings you get are probably caused by arrays used like
$my_array[field] instead of $my_array['field'].
Hope that helps
Jens
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]