T O P I C R E V I E W |
JohnGhadimi |
Posted - 25 June 2001 : 19:35:33 Hi;
I am having problems when people are trying to register in my forum. After clicking on submit when registering, I get the following ASP error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
?
Invalid class string
I'm not sure why I am getting this error. Any help would be greatly appreciated. The wierd thing is that if I refresh the page, it will recognize the newly registered user!
Thanks; John
< |
4 L A T E S T R E P L I E S (Newest First) |
Davio |
Posted - 26 June 2001 : 10:44:50 You can get ASP Mail here: http://www.serverobjects.com/products.htm#aspmail
But that isn't free. You can get a free email component called JMail from here: http://www.dimac.net
When you ran the Check Email Components script, did it say that none of the components where installed on your server?
- David< |
JohnGhadimi |
Posted - 25 June 2001 : 20:13:36 quote:
It means that the email component you selected in your Email Configuratons is not installed on your server. To check which email component you have installed, go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Check Email Components" tool. Extract it to your forum folder and run it from your browser. It will tell you which components you have installed.
- David
Ah, thank you. Do you know per chance where I can get either ASP Mail or SMTP, so I can install it under my IIS?
Thanks; John
< |
JohnGhadimi |
Posted - 25 June 2001 : 20:09:08 I wanted to add some additional info, just in case it helps when replying to my problem:
- my strDBType=access - my strConnString = "DSN=forum_db"
I registered a system DSN, instead of using the other string that was there before.
John
< |
Davio |
Posted - 25 June 2001 : 20:07:48 It means that the email component you selected in your Email Configuratons is not installed on your server. To check which email component you have installed, go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Check Email Components" tool. Extract it to your forum folder and run it from your browser. It will tell you which components you have installed.
- David< |