HELP - Internal server error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
BrunoAun
Forum Newbie
Posts: 4
Joined: Sat May 03, 2003 6:33 pm

HELP - Internal server error

Post by BrunoAun »

Hello fellas, my name is Bruno, new to PHP and this forum.

I just finished installing PHP4 under Win2000 / apache.

When trying to run any PHP pages, i get a 500 error, and the log says


"PREMATURE END OF SCRIPT HEADERS: C:/PHP/PHP.EXE"


P.S. there are no errors on the PHP code

Anyone to help????

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

Post by volka »

might be improper file permissions or (if installed as cgi) doc_rootin php.ini set to a wrong value
Post Reply