Author |
Topic  |
Polar
Starting Member
Denmark
14 Posts |
Posted - 24 October 2004 : 13:13:36
|
Hi
I have uploaded the files but when I get to the setup-part, the sewrver gives this error:
Response object error 'ASP 0156 : 80004005' Header Error config.asp, line 39 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
The server is using Chilisoft asp - could that have anything to do with it. I set the Mysql-string up a few dusin times and I can't find anything wrong in passw server etc...
I am a bit of a newbie in this, so please be gentle with me :-)
Thanks in advance for any reply!
Kind regards
Morten
|
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 24 October 2004 : 20:32:12
|
What version of Chilisoft ASP are you using? Snitz Forums can't work with the latest version of ChiliASP. |
Support Snitz Forums
|
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 25 October 2004 : 01:34:48
|
quote: Originally posted by Davio
What version of Chilisoft ASP are you using? Snitz Forums can't work with the latest version of ChiliASP.
I will check it out! Thank you
Kind regards
Morten |
 |
|
Gremlin
General Help Moderator
    
New Zealand
7528 Posts |
Posted - 25 October 2004 : 01:48:36
|
Actually I believe it will work with the latest version of Sun One with just a few minor changes as documented here
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=53152
Your error may be due to the way the files were uploaded, double check you uploaded everything in ASCII mode rather than binary as that can sometimes cause isues on *nix servers.
|
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 25 October 2004 01:50:16 |
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 25 October 2004 : 02:14:48
|
quote: Originally posted by Gremlin
Actually I believe it will work with the latest version of Sun One with just a few minor changes as documented here
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=53152
Your error may be due to the way the files were uploaded, double check you uploaded everything in ASCII mode rather than binary as that can sometimes cause isues on *nix servers.
Thank you for the reply! Only - as I read the tread it seems as if the changes are made in an existing forum - and not being very good ( to say the least) at ASP-coding I wouldn't know how to change the setup-asp.
As to the upload mode - I did see that mentioned in some tread here - so I was consious about that.
Kind regards
Morten
|
 |
|
Gremlin
General Help Moderator
    
New Zealand
7528 Posts |
Posted - 25 October 2004 : 06:48:11
|
Hi Polar, the changes suggested in that thread aren't relevant to setup.asp, the thread lists 3 files to change. They won't correct your setup.asp problems, but should prevent further problems once you've resolved this issue.
My suggestion based on nothing more than a hunch really would be to try the following. open up config.asp using a text editor (notepad will do). And find line 38 which should read
Response.Buffer = true
And comment this line out by changing it to read
'Response.Buffer = true
Then upload the updated file to your host and try it again and see if it makes any difference.
|
Kiwihosting.Net - The Forum Hosting Specialists
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 25 October 2004 : 11:11:16
|
I remembered a guy had problems with the latest chiliasp, and those fixes didn't fix all the errors he was getting. There were more problems which cropped up and that we couldn't fix.
But some users have gotten it to work, surprisingly. |
Support Snitz Forums
|
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 25 October 2004 : 16:42:27
|
quote: Originally posted by Gremlin
Hi Polar, [snip] My suggestion based on nothing more than a hunch really would be to try the following. open up config.asp using a text editor (notepad will do). And find line 38 which should read
Response.Buffer = true
And comment this line out by changing it to read
'Response.Buffer = true
Then upload the updated file to your host and try it again and see if it makes any difference.
Thanks for the reply - and that did - ehh - something :-) Now the error says:
Active Server Pages error 'ASP 0113' Script timed out /forum/setup.asp The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the ASP administration tools.
Kind regards
Morten |
Edited by - Polar on 25 October 2004 16:53:55 |
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 25 October 2004 : 16:49:15
|
Ohh and btw - my host is using Sun ONE Active Server Pages v. 3.6.2
If that's of any use now.
Kind regards
Morten
|
 |
|
Gremlin
General Help Moderator
    
New Zealand
7528 Posts |
Posted - 25 October 2004 : 21:11:12
|
Sounds like maybe its trying and failing to connect to the database, could you just post a link to a txt version of your config.asp so we can take a quick look at it (if theres any passwords in there for your database etc be sure just to blank them out first). |
Kiwihosting.Net - The Forum Hosting Specialists
|
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 26 October 2004 : 12:00:33
|
quote: Originally posted by Gremlin
Sounds like maybe its trying and failing to connect to the database, could you just post a link to a txt version of your config.asp so we can take a quick look at it (if theres any passwords in there for your database etc be sure just to blank them out first).
Edited by ruirib: Gremlin asked you to post a link to a txt version of your file, not to post the file contents here. Please do as requested. |
Edited by - ruirib on 26 October 2004 12:04:51 |
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 26 October 2004 : 17:28:57
|
quote: Originally posted by Polar
quote: Originally posted by Gremlin
Sounds like maybe its trying and failing to connect to the database, could you just post a link to a txt version of your config.asp so we can take a quick look at it (if theres any passwords in there for your database etc be sure just to blank them out first).
Edited by ruirib: Gremlin asked you to post a link to a txt version of your file, not to post the file contents here. Please do as requested.
Sorry!
Here it is http://www.esmannoglundsteen.dk/configASP.htm
Kind regards
Morten
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 26 October 2004 : 18:00:51
|
I guess he changed it? Because it looks ok to me now. |
Support Snitz Forums
|
 |
|
Polar
Starting Member
Denmark
14 Posts |
Posted - 26 October 2004 : 18:01:38
|
quote: Originally posted by ruirib
Why did you change the variable strConnString to ConnString in config.asp?
It was just a try out, based on material from my host, that havn't been changed back. I have just put the "str" back - and still no go.
Kind regards
Morten
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Topic  |
|