Forum Moderators: coopster

Message Too Old, No Replies

Can phpinfo cause internal server error?

Help, I may have crashed our server

         

phpquestion

12:24 am on Dec 14, 2004 (gmt 0)



I was reading a tutorial on PHP (Very, Very New) The tutorial said to see if my server had php installed by running the phpinfo script. I'm not sure if I actually uploaded the file, but now when I go to the website there is a server error. Did I cause this?

Gulp!

Elijah

1:33 am on Dec 14, 2004 (gmt 0)

10+ Year Member



I really doubt that you caused the server to crash or anything like that.
It could just be having an internal server error because the PHP file is not valid or something. Why don't you re-check your PHP file and make sure that the file only contains the following:

<?php
phpinfo();
?>

Do any of the other pages on the server work?

Hope this helps,

Elijah

coopster

2:52 am on Dec 14, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, phpquestion.

Elijah has a good point, start simple and work from there. It sounds like you have a CGI installation, can you confirm?