Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - User does not receive account activation
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

User does not receive account activation

 Post Reply Post Reply Page  <1 2345>
Author
Jason2004 View Drop Down
Newbie
Newbie


Joined: 08 January 2004
Location: United States
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jason2004 Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:39pm

I just changed the line:

blnUseApplicationVariables = false

and it works now.

Thanks for the help.

 

Back to Top
danm View Drop Down
Groupie
Groupie


Joined: 01 July 2002
Location: Romania
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote danm Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:41pm

Same here, changed

blnUseApplicationVariables = false

in common.asp and it works

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:45pm
Right finally tracked down the problem. The application variable at line 338 of the file common.asp has the wrong name:-

Change line 338 of the file common.asp from:-

Application("strIncomingMailServer") = strOutgoingMailServer

To:-

Application("strOutgoingMailServer") = strOutgoingMailServer

This meant that the SMTP server name was not being loaded into the forum and so the email was not sent.
Back to Top
Bruce Brown View Drop Down
Newbie
Newbie


Joined: 09 January 2004
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bruce Brown Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:46pm
Will changing this value negatively affect anything else? I don't want to create any additional problems if this is just a band-aid and not a fix.
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:52pm
This is the fix for the problem. The problem was that I used the wrong veriable name thus the SMTP server address failed to load, by changing the variable to the correct name fixes the problem.

Change line 338 of the file common.asp from:-

Application("strIncomingMailServer") = strOutgoingMailServer

To:-

Application("strOutgoingMailServer") = strOutgoingMailServer


Edited by -boRg-
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 12:54pm
If option explicit worked on application variables this problem would have been found as soon as I typed the incorrect name for the variable, but as it doesn't it allowed this incorrect veriable name to slip though.

Edited by -boRg-
Back to Top
Jason2004 View Drop Down
Newbie
Newbie


Joined: 08 January 2004
Location: United States
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jason2004 Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 1:00pm

Thank You!!!

Works great.

Back to Top
Maxim_Storm View Drop Down
Groupie
Groupie


Joined: 03 July 2003
Location: United Kingdom
Status: Offline
Points: 71
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maxim_Storm Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2004 at 1:43pm

rememeber when you make the change you need to update the forum email configuration to update the settings seemingly before the fix works.

Thanks Everyone

Back to Top
 Post Reply Post Reply Page  <1 2345>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.