Author |
Topic |
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 07:23:47
|
Snitz forums team
I will tell you my bad story with the Snitz forums and my (lot) visitors.
I was using Access data (mdb) untill 2 weeks ago.
I had a lot of errors and problems with more than 8 hosting company. Some told me that I have to change the data from (access to Mysql) and take a unix server (before was NT).
I did it.. and the site is faster and it looks very good.
But there is 1 more problem some time accourd..and show this error for all ASP pages (ChilisoftASP) : --------------- HTTP Error 501 501 ASP Service Disabled
The ASP service has not been started or has been temporarily disabled. Please try your request at a later time.
Please contact the server's administrator if this problem persists. ---------------- the company most restart the ASP server to working again.
after 2 days I know what is the problem. It wan a file for sending e-mails. when I try to access all asp pages disabled!! this is the files lines: <%
set objMail=CreateObject("CDONTS.NewMail")
objMail.From="whoever@mysite.com"
objMail.To="you@yourmail.com"
objMail.Subject="Your Subject"
objMail.Body= "This is a test message." & Chr(10) & "This is the second line."
objMail.Host = "localhost"
objMail.Send
set objMail=Nothing
%>
then I remove it .
and the site become OK I have tried all the pages and it seems OK,, and I was happy:(
then when I have transfered all my visitors to the new server. and after only 30m the same error happen again:( and I don`t know what is the problem and what can I do?!
I hope I well find the solution in your forums.
thank you a lot.
|
Edited by - some12 on 15 August 2002 10:39:19 |
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 07:56:21
|
!!!! No Help??!!
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 August 2002 : 08:33:22
|
change your en=mail component in admin options, cdonts only works on windows not unix |
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 09:21:39
|
Dear HuwR
thank you for your reply.
I have removed all E-mail files.
Is this cause the problem even I removed the E-ail files?
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 15 August 2002 : 09:28:36
|
I don't think you should remove any files at all. Just change the email configuration, so that you use a component suitable for your server. Or, if you don't plan to use email, maybe turn Email off in the Admin Options panel. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 August 2002 : 09:52:10
|
quote: Originally posted by some12
Dear HuwR
thank you for your reply.
I have removed all E-mail files.
Is this cause the problem even I removed the E-ail files?
yes more than likely, how does the forum know you have deleted the files? just go in to admin options and change your mail component to something other than cdonts or cdosys.
Check with your ISP to find out what they support. |
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 09:52:58
|
thank you ruirib
Why I have reomved E-mail files? because any one try to send E-mail by the forums all ASP pages will disabled (the above error)
and why I did`n let it (off)? because some of my members use private E-mails and they don`t want any one know what are thier E-mails :)
I hope you will give me the solution.
|
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 10:05:15
|
Ohhhhhhhhhhh Noooo
I have returned the files and but E-mail function (off) .
but when I try to open (inc_mail.asp) the same problem is there :( :( :(
now I can`t open any ASP files :(
untill they restast the ASP server tomorow or after tomorow :(
?????!!!!! |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 August 2002 : 10:09:21
|
what were you opening inc_mail for ?
|
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 10:15:18
|
Sorry I ment POP_MAIL.ASP
to try if the problem has been solved. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 August 2002 : 10:19:46
|
well opening the files without using the correct links is one good way to bugger up your forum.
you should have checked the forum to see if all the email functions had gone, not try to open the files directly.
Did you also cchange the mail type like I suggested twice |
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 10:31:17
|
quote: Originally posted by HuwR
well opening the files without using the correct links is one good way to bugger up your forum.
sorry..I can`t understand you!! dow you mean for example let pop_mail.asp to pop_mail1.asp??then try?? the same error will accourd if you ment that.
quote:
you should have checked the forum to see if all the email functions had gone, not try to open the files directly.
Did you also cchange the mail type like I suggested twice
I have checked the forum!! from this Icon:
that what I have opened it. then the ASP is Disabled!
I think there is another thing (not only E-mail) cause the same problem.
thank you |
Edited by - some12 on 15 August 2002 10:40:51 |
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 14:30:32
|
Up |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 15 August 2002 : 15:01:18
|
Look why don't you contact your host, find out what email component is support by the server, and change your email configuration to use that component? This is the third time you're advised to do this and you don't even bother to address it in your replies... |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 15 August 2002 15:05:55 |
|
|
some12
Starting Member
20 Posts |
Posted - 15 August 2002 : 16:11:00
|
Dear ruirib,, who told you that I didn`t change it?? I have changed it when HuwR told me that.
|
Edited by - some12 on 15 August 2002 16:11:50 |
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 15 August 2002 : 17:03:35
|
Unless you have an incomplete set of snitz files in your forum folder (which sure sounds possible to me, maybe you should re-upload from a fresh download), it sounds like a problem with your host.
Snitz is installed on many many ChiliSoft/MySQL/ChiliMail and works, so the problem is not in the base Snitz code. I think ChiliSoft even uses Snitz as their support forum (perhaps you can check that out ;)
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
|
Topic |
|