This topic is locked

error message

10/3/2005 10:41:37 AM
ASPRunnerPro General questions
author

i've tried ASPRunnerPro3.2 trial version and get my webdatabase built in just a few minute. I test runned on my local computer....and wow!! it really works...but when i uploaded all the files to my remote server....i got the massage
''Response object error 'ASP 0156 : 80004005'
Header Error
/include/commonfunctions.asp, line 9
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. ''
What it does mean?....how can i fixed the problem..?

Sergey Kornilov admin 10/3/2005

This error appears on Windows NT 4.0 Web servers. I would recommend to find Windows 2000/Windows XP Web hosting.
This issue will be fixed in the next ASPRunnerPro update.

500330 10/4/2005

thanks for the recommendation...i'm really interested in the product.

R
roller 10/27/2005

I am getting the same error but only if someone tries to export results or print friendly version.
The line error is 8 instead of 9.
Is there any workaround?

Sergey Kornilov admin 10/27/2005

What's in the line 8 in print and export files?

R
roller 10/27/2005

Response.CharSet = "Windows-" & "1252" is line 8 of commonfunctions.asp
Full error is as follows:
Response object error 'ASP 0156 : 80004005'
Header Error
/reports23/include/commonfunctions.asp, line 8
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
I have had to add <% response.buffer=true %> to many pages. Whether this is relevant or not I don't know.

Sergey Kornilov admin 10/27/2005

Remove Response.CharSet ... line from commonfunctions.asp.

Also remove all response.buffer statements.