Re: [PHP] strange new problem with IE

2003-09-11 Thread Sam Folk-Williams
The server is hosted by Interland. I have a ticket opened with them. It
seems to me it must be something with the server because this just started
happening all of a suden.

Sam
- Original Message - 
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Sam Folk-Williams" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 7:55 AM
Subject: RE: [PHP] strange new problem with IE


[snip]
Well, this is pretty weird. Now I'm trying to look at the site and I
can't
get it at all. I'm either getting the file download diagloue or this
strange
error message: php-engine: file
/home/k/h/user191796/html/staff/index.php
has incorrect uid/gid for effective uid 51 (2116/2116)

Below is some code from the top of a page, but this is working in other
browsers and everything has worked fine for the past 6 months or so.

http://www.rise.org
[/snip]

It asked me if I wanted to download too, the downloaded file contained
the message above. It's not your browser. Remember the PHP is processed
server side, so there is an error there. Has the server had any work
done to it?

P.S. Always make sure to "reply-all" so that responses get sent to the
list unless an off-list request has been made.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] strange new problem with IE

2003-09-11 Thread Jay Blanchard
[snip]
Well, this is pretty weird. Now I'm trying to look at the site and I
can't
get it at all. I'm either getting the file download diagloue or this
strange
error message: php-engine: file
/home/k/h/user191796/html/staff/index.php
has incorrect uid/gid for effective uid 51 (2116/2116)

Below is some code from the top of a page, but this is working in other
browsers and everything has worked fine for the past 6 months or so.

http://www.rise.org
[/snip]

It asked me if I wanted to download too, the downloaded file contained
the message above. It's not your browser. Remember the PHP is processed
server side, so there is an error there. Has the server had any work
done to it?

P.S. Always make sure to "reply-all" so that responses get sent to the
list unless an off-list request has been made.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] strange new problem with IE

2003-09-11 Thread Jay Blanchard
[snip]
For about the past week or so (after getting a new IE update) I've been 
having strange problems with IE and my PHP scripts. One out of ten times

or so, when you click on a link or open a page, IE pops up a file 
download dialogue instead of displaying the page. It's asking you  to 
open or save the page you are trying to visit. This is on a site that's 
been working fine for about 6 months. It seems to happen on any type of 
page, whether it's just grabbing DB content for display, or has a form 
and is updating a database.

Anyone else seeing this? Any thing I can do?
[/snip]

What is the URL of the site? That way we can test.

The only thing that I can think of is that you may have header
declarations in your PHP/HTML which prompts IE to execute the "wanna
download?" routine that IE used to just open. Let's have a look at some
code from the top of a page and we may be able to help.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] strange new problem with IE

2003-09-11 Thread Sam Folk-Williams
Hi,

For about the past week or so (after getting a new IE update) I've been 
having strange problems with IE and my PHP scripts. One out of ten times 
or so, when you click on a link or open a page, IE pops up a file 
download dialogue instead of displaying the page. It's asking you  to 
open or save the page you are trying to visit. This is on a site that's 
been working fine for about 6 months. It seems to happen on any type of 
page, whether it's just grabbing DB content for display, or has a form 
and is updating a database.

Anyone else seeing this? Any thing I can do?

Sam

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php