Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 setup.asp error
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Polar
Starting Member

Denmark
14 Posts

Posted - 24 October 2004 :  13:13:36  Show Profile
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  Show Profile
What version of Chilisoft ASP are you using? Snitz Forums can't work with the latest version of ChiliASP.

Support Snitz Forums
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 25 October 2004 :  01:34:48  Show Profile
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
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 25 October 2004 :  01:48:36  Show Profile  Visit Gremlin's Homepage
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
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 25 October 2004 :  02:14:48  Show Profile
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


Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 25 October 2004 :  06:48:11  Show Profile  Visit Gremlin's Homepage
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
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 October 2004 :  11:11:16  Show Profile
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
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 25 October 2004 :  16:42:27  Show Profile
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
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 25 October 2004 :  16:49:15  Show Profile
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
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 25 October 2004 :  21:11:12  Show Profile  Visit Gremlin's Homepage
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
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 26 October 2004 :  12:00:33  Show Profile
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
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 26 October 2004 :  17:28:57  Show Profile
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
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 October 2004 :  17:34:38  Show Profile  Send ruirib a Yahoo! Message
Why did you change the variable strConnString to ConnString in config.asp?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 October 2004 :  18:00:51  Show Profile
I guess he changed it? Because it looks ok to me now.

Support Snitz Forums
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 26 October 2004 :  18:01:38  Show Profile
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
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 October 2004 :  18:18:43  Show Profile  Send ruirib a Yahoo! Message
The page still won't load or does it load? What's the error message?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07