Re: [PHP] Internal Server Error

2006-04-13 Thread Georgi Ivanov
Do you have access to server logs ? If yes, what they say ? PHP as module or as CGI/FastCGI ? When the error occurs ? immediately or after some time ? On Thursday April 13 2006 17:00, Rahul S. Johari wrote: > Ave, > > This is something I don¹t understand. > I have 3 php scripts that run fine on m

Re: [PHP] Internal Server Error

2006-04-13 Thread chris smith
> I have 3 php scripts that run fine on my localhost server, but when I upload > the 3 files to my Internet Server (Hosting Account), I get the 500 Internal > Server Error. I am able to access them fine on my machine here (Running > Apache Web Server)... But on my internet server, it just keeps giv

Re: [PHP] Internal Server Error : Resolved

2006-04-13 Thread Rahul S. Johari
> > Original Message >> Date: Thursday, April 13, 2006 10:00:26 AM -0400 >> From: "Rahul S. Johari" <[EMAIL PROTECTED]> >> To: PHP >> Subject: [PHP] Internal Server Error >> >> Ave, >> >> This is so

[PHP] Internal Server Error

2006-04-13 Thread Rahul S. Johari
Ave, This is something I don¹t understand. I have 3 php scripts that run fine on my localhost server, but when I upload the 3 files to my Internet Server (Hosting Account), I get the 500 Internal Server Error. I am able to access them fine on my machine here (Running Apache Web Server)... But on m

Re: [PHP] Internal Server Error ?!?

2005-03-09 Thread [EMAIL PROTECTED]
thankns guys for your help. problem solved. tech from hosting company said they had last night power problem and rebooted server few times and "left open some files" ?!? I didn't get this part but didn't have time and nervs to talk to him more. Thanks! -afan -- PHP General Mailing List (http://

Re: [PHP] Internal Server Error ?!?

2005-03-09 Thread John Nichel
[EMAIL PROTECTED] wrote: Sound silly but: Where I can find error logs on server? :) Reply to the list. Where are _YOUR_ error logs? I have no idea. I don't know what web server software you're running, how you installed it, where you installed it, etc. Honestly, if you don't know where your er

Re: [PHP] Internal Server Error ?!?

2005-03-09 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi guys. Last night I got "Internal Server Error" on every page written in php. HTML pages work just fine. Our web site is on dedicated server. I contacted tech and he said they didn't touch the server and must be something I did. I REALLY don't remember I did anything wr

[PHP] Internal Server Error ?!?

2005-03-09 Thread [EMAIL PROTECTED]
Hi guys. Last night I got "Internal Server Error" on every page written in php. HTML pages work just fine. Our web site is on dedicated server. I contacted tech and he said they didn't touch the server and must be something I did. I REALLY don't remember I did anything wrong. Just regular php cod

Re: [PHP] internal server error

2004-06-18 Thread Bob Lockie
On 06/18/04 14:24 Marek Kilimajer spoke: What installation instructions did you follow. Did you install cgi or module version? I fixed it, I had the test file in the cgi-bin directory. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] internal server error

2004-06-18 Thread Marek Kilimajer
What installation instructions did you follow. Did you install cgi or module version? Bob Lockie wrote --- napísal:: I'm getting an 'Internal Server Error' when I run: http://216.15.235.3/cgi-bin/testphp.php I've added AddType directives, this is not my first install of PHP but it is my first in

[PHP] internal server error

2004-06-18 Thread Bob Lockie
I'm getting an 'Internal Server Error' when I run: http://216.15.235.3/cgi-bin/testphp.php I've added AddType directives, this is not my first install of PHP but it is my first install with the latest versions. Is anybody using the php-install mailing list? I got tons of SPAM when I posted there.

Re: [PHP] Internal server error

2004-03-02 Thread Raditha Dissanayake
The server's error log will tell you the cause (most of the time) kringla wrote: We are using a web-hotel named b-one. Very often we stumble on 'internal server error 500' without any reason. I have not touched the php-pages and yet the problem occur. What should I do? Is there any possibilty

RE: [PHP] Internal server error

2004-03-02 Thread Chris Sandy
PROTECTED] Subject: [PHP] Internal server error We are using a web-hotel named b-one. Very often we stumble on 'internal server error 500' without any reason. I have not touched the php-pages and yet the problem occur. What should I do? Is there any possibilty that my scrips are causing th

[PHP] Internal server error

2004-03-02 Thread kringla
We are using a web-hotel named b-one. Very often we stumble on 'internal server error 500' without any reason. I have not touched the php-pages and yet the problem occur. What should I do? Is there any possibilty that my scrips are causing these errors? We also get the same errors when working

RE: [PHP] Internal Server Error?

2002-01-06 Thread Kraa de Simon
> -Original Message- > From: GoodFella [mailto:[EMAIL PROTECTED]] > Sent: zondag 6 januari 2002 17:31 > To: php Mail > Subject: [PHP] Internal Server Error? > > > Hello, > > Does anybody have any ideas why the code below is giving me > internal server e

[PHP] Internal Server Error?

2002-01-06 Thread GoodFella
Hello, Does anybody have any ideas why the code below is giving me internal server errors? if (!isset($PHP_AUTH_USER)) { header('WWW-Authenticate: Basic realm="XYZ Company Admin Area"'); header('HTTP/1.0 401 Unauthorized'); echo 'Authorization Required.'; exit; } else if (isset($PHP_AUTH_U