CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 HTTP Header Errors

Print topic Send  topic

Author Message
N Brooks
Posted: 08/06/2002, 4:50 PM

HELP!

I am creating a script that will work just perfect on my Windows XP Server, however, when I upload it to my live server I get this error when loggin in:

Response object error 'ASP 0156 : 80004005'

Header Error

/cookbookasp/header.asp, line 2

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

- OR -

Response object error 'ASP 0156 : 80004005'

Header Error

/cookbookasp/userlogin.asp, line 69

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

on a different page.

Please help as this is very frustrating.

Thanks.



CodeCharge Support
Posted: 08/07/2002, 6:52 AM

then there's superfluous code for parsing login form:
Parse "Formlogin", False

It is using once in the form Show sub, and it is unnecessary in the loginAction sub, that is causing the error.
Remove it from here:
sloginErr = "Login or Password is incorrect."
(line 69) end if
Parse "Formlogin", False

and here:
Session("UserRights") = Empty
Parse "Formlogin", False

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.