Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Odd message at the top of screen

Status
Not open for further replies.

snix1

Programmer
Joined
Dec 12, 2000
Messages
107
Location
US
Hi! When I use cfform and enter the data and then click submit, I get the next page o.k., but with the following message across the top of the screen: (prior to my page).

HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Wed, 03 Jul 2002 23:27:41 GMT Connection: close Content-type: text/html Page-Completion-Status: Normal Page-Completion-Status: Normal

Does anyone know what this is and how I can get rid of it?

Thanks much!
 
Hello there!

I believe this is due to page expiring ... I believe so because I am getting it and it just started as I started to use code to expire page.

Did you ever find a solution/work around for this?

I would like to know ...

Thanks;

Jose Lerebours

KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
 

Have you looked at this thread

thread232-216718

Looks like a similar symptom was due to a bug in CF 4.5?

What version are you running?
Hope it helps,
-Carl
 
Hi!

4.5a .... :-(

Thanks;


Jose Lerebours
KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
 
HI all! Thanks for the response. I am also running CF 4.5 but I only get this error once in a while. I'm using session management. Maybe a service pack corrects it?
 
Howdy y'all!

I followed the above mentioned thread and don't think problems are related.

I get the message if I use the BACK button and try to go back to a page set to expire and already has expired ...

This is very anoying and makes one's site look bugsy :-)

I checked for IIS settings and found nothing that suggest such behaviour.

I guess that the next best thing is to upgrade to ver 5 or MX ... Before, I will change my tags from CFHEADER to actual HTML counterparts.

Regards;

Jose Lerebours


KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
 
If you care to, you can post or send me stripped down versions of your files and I'd be happy to test it on 5 or MX just to make sure it'll actually solve your problem.

Hope it helps,
-Carl
 
Carl,

What would I need to send you? You must first promise not to laugth 'too loud' when you see my code ... I'm a novice!

I use one master page within which I use the cfswitch tag to cfinclude other templates ... Do I send you the entire tree (zipped) or just the metta tags I am using?

Oh, lets not forget the database!

Thanks;


Jose Lerebours


PS: Check my website - - nothing fancy but with a lot of ideas I just can't put together yet. KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
 
Yeah... I doubt I'd be able to replicate the database here anyway... I'm more interested in just the code that we think is producing the "error" (or, rather, the "non-error") message.

I suppose it'd probably be a simple thing the code up. Have you tried getting your pages down to their simplest elements (page A, page B, page A set to expire immediately when moving to page B) without any database queries or fancy includes? Just basic CFML (or even just HTML)? And your meta tags. Strip out everything else.

Get down to just the basics to see what is actually producing the message. It's probably a good place to start on the troubleshooting. And it's also the pages I'd want to test on 5 and MX. Hope it helps,
-Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top