Author |
Topic |
|
mykel_suthertun
Junior Member
USA
227 Posts |
Posted - 04 February 2003 : 17:18:49
|
Guests are getting an error when they try to register on my forum. When they click the Agree button they get "Page cannot be displayed."
The band has just sent out e-mails announcing the opening of the page so I need to fix this as soon as possible! Can someone check it out for me? Thanks,
Also, is there a way that my browser could tell me where my error is? I might be able to fix it myself if I knew where to look. |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
Edited by - ruirib on 04 February 2003 18:05:54 |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 04 February 2003 : 17:21:38
|
This is the error: Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/forum/register.asp, line 610
else ^
Turn off friendly error messages to see it for yourself. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
mykel_suthertun
Junior Member
USA
227 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 04 February 2003 : 17:32:15
|
this is just a guess .. but on line 569 you have this:
if strAUAnon = "1" then
strSql = strSql & ", '" & ChkString(Request.Form("AUHide"),"") & "'"
else
strSql = strSql & ", 1"
strSql = strSql & ")"
change it to this:
if strAUAnon = "1" then
strSql = strSql & ", '" & ChkString(Request.Form("AUHide"),"") & "'"
else
strSql = strSql & ", 1"
end if
strSql = strSql & ")"
|
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
mykel_suthertun
Junior Member
USA
227 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
mykel_suthertun
Junior Member
USA
227 Posts |
Posted - 04 February 2003 : 17:38:07
|
Uh-oh, wait... stuff. Now I can get to the next page where you fill in the details, but after I submit that I get another error.
|
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
mykel_suthertun
Junior Member
USA
227 Posts |
Posted - 04 February 2003 : 17:43:58
|
I'm not sure. I use Internet Explorer 6.x and I can't figure out how to show the error messages. I'm just getting "Page cannot be displayed." |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 04 February 2003 : 17:46:23
|
Microsoft JET Database Engine error '80040e14'
Number of query values and destination fields are not the same.
/forum/register.asp, line 576
|
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 04 February 2003 : 17:49:14
|
If I were you, I'd check the install instructions for active users because that is where your problem lies. Make sure you made all the correct modifications for register.asp. Also, you should post for help in the MOD Implementation forum since it is due to that. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
mykel_suthertun
Junior Member
USA
227 Posts |
Posted - 04 February 2003 : 17:49:33
|
Heh, nope. I turned them off now. Just couldn't see where that option was. Do you know how to fix that error? It's a little out of my league (for now)... |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 04 February 2003 : 17:52:10
|
Nope, I don't know since I don't use Active Users and wouldn't want to just guess and what you might be missing in the file. Like I said, you should post the problem in the MOD Implementation forum. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 04 February 2003 : 17:52:56
|
The code above should look like that:
if strAUAnon = "1" then
strSql = strSql & ", '" & ChkString(Request.Form("AUHide"),"") & "'"
else
strSql = strSql & ", '1'"
end if
strSql = strSql & ", 1"
strSql = strSql & ")" |
German Snitz Forum
|
|
|
mykel_suthertun
Junior Member
USA
227 Posts |
Posted - 04 February 2003 : 18:03:22
|
WOO! Thank you both! I've registered with a new user and so far everything seems to be working. Both of you (and everyone else in the Snitz community) are freaking awesome . Once again, I'll definately make a donation when I can afford my own lunch. |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
|
|
|
Topic |
|