cannot get error messages (from Apache?)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Jim from Oakland
Forum Newbie
Posts: 3
Joined: Sun May 11, 2003 4:58 pm
Location: Oakland CA

cannot get error messages (from Apache?)

Post by Jim from Oakland »

php dev-meisters

Installed php and Apache on Windows XP Home, at home. Works fine except I cannot see error messages in browser. Have set all pphp settings and even turn error messaging on in code. Apache error log shows errors as I would expect to see on screen. PLEASE help.

Here is a flat/text file with details.

http://www.emailoffice.com/php/php_ini_notes2.txt

Thanks so much in advance. (I hope to be a php programmer, not a web server administrator!)

Jim
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

sure you edited the right php.ini? ;)

Code: Select all

<?php phpinfo(); ?>
will tell you..
Post Reply