Re: [PHP] 500 Internal Error

2009-06-19 Thread Carlos Medina
Hi, can you get a "test" echo with: echo "test";exit when you call your dbscript.php? If not so. Your Problem is a install problem and need more info about where, what and permissions (Permissions are allways a problem for this strange cases) If you get a "test" then you problem can be the MySQL

Re: [PHP] 500 Internal Error

2009-06-19 Thread Daniel Brown
On Thu, Jun 18, 2009 at 22:05, Shawn Simmons wrote: > > Wrote a small script to connect to the MySql database.  Tried to run the > script (http://localhost/dbscript.php) and I get a 500 Internal Server > error.  I have been up and down the web for two days looking for a solution > and I am complete

Re: [PHP] 500 Internal Error

2009-06-19 Thread Michael A. Peters
Bastien Koert wrote: Ensure that you have 'show friendly error messages in the Internet explorer is turned off ( unchecked ). IE does like to hide errors with this feature. A 500 internal server error is likely due to apache/php mis-configuration, it's doubtful any useful errors would have b

Re: [PHP] 500 Internal Error

2009-06-19 Thread Bastien Koert
Ensure that you have 'show friendly error messages in the Internet explorer is turned off ( unchecked ). IE does like to hide errors with this feature. Bastien On Thursday, June 18, 2009, Shawn Simmons wrote: > Greetings Gurus! > > > I am attempting to use PHP+MYSQL+APACHE and I have download

Re: [PHP] 500 Internal Error

2009-06-19 Thread Thodoris
Greetings Gurus! I am attempting to use PHP+MYSQL+APACHE and I have downloaded all the latest verions and installed them on a fresh windows XP install. Got the Apache server up and running, got MySQL up and running and installed PHP. Tested PHP with a script containing phpinfo(). Everyt

[PHP] 500 Internal Error

2009-06-19 Thread Shawn Simmons
Greetings Gurus! I am attempting to use PHP+MYSQL+APACHE and I have downloaded all the latest verions and installed them on a fresh windows XP install. Got the Apache server up and running, got MySQL up and running and installed PHP. Tested PHP with a script containing phpinfo(). Everythin