Author |
Topic |
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 02:28:01
|
Hello all. I've exhausted every option I know of to solve this problem on my own but it's just not happening for me.
My policy.asp hangs. When a user clicks 'Agree' to continue to registration it simply reloads the page and hangs. My policy.asp does not redirect to 'register.asp?mode=Register'. Any help would be greatly appreciated.
My main site: http://kitknox.aspfreeserver.com/ My forum address: http://kitknox.aspfreeserver.com/forum/
--Kit
kit_knox@hotmail.com |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 07 November 2004 : 02:31:59
|
You're probably using NAV (Norton's Anti Virus).
Turn it off, or set it to "trust" your site whilst registering. |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 02:47:34
|
Did you even look at my website to help evaluate the problem or did you just take a stab in the dark? Like I said, I've exhausted every possible route I can think of. No firewall problems, no I'm not running Zonealarm and I am able to set my anti-virus settings. There are three different machines I use at my desk and they all return the same results.
Thanks for the help.
--Kit 406.546.3467 |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 02:49:32
|
P.S. Yes I have installed the original untouched files from the zip and it didn't change. Changing cookie settings to website from forum and back again didn't change anything.
--Kit |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 07 November 2004 : 03:03:25
|
quote: Did you even look at my website to help evaluate the problem or did you just take a stab in the dark?
OK, fair enough, you caught me and I apologise. My reply was an automatic result created by the several hundred people that post exactly the same error over the last 6 months. When you said "when a user clicks" you didn't comment on the fact that you had tried it on 3 computers, had turned off your firewall, etc.., but then I didn't mention ZoneAlarm at all.
FWIW, I have the same problem here, but my site (with seemingly the same code) works fine.
I'd write some code that does the same job to see if it's a Snitz problem, or a server problem (which it could be if everyone is getting the error), and seeing you only have 2 members that might just be the case. |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 03:30:13
|
I owe you an apology - I'm just a bit cranky today.
I did try several other scripts and everything I wrote turned out just fine. It used to work; something changed. I wouldn't have been able to register my 'test' user. By the way:
Username: test Password: letmein
If that helps at all...My forums aren't poplulated yet because I don't want them to be. I don't plan on going live until Mid January.
--Kit |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 07 November 2004 : 03:42:07
|
Apology accepted.
I've looked over the code again, and I can't see anything that makes it break
I can login to test, but can't register ... I'll think about it and post if I can find anything. |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 03:58:19
|
Thanks bud. Crazy isn't it? The only file that I didn't change out with a fresh brand new one is inc_header.asp. I don't think it would be that though...
--Kit |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 07 November 2004 : 10:25:52
|
You haven't tried the Referer Mod, have you? Are you using a base snitz forum or have you changed any files? If you have, please post a link to a text version of your register.asp file. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 07 November 2004 10:27:17 |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 12:01:23
|
I have changed files. I have installed a couple of mods and I did have some trouble getting a few to work. I tried installing the poll mod and it appeared that everything went well but there was no link anywhere to post a new poll. That confused me. I also tried installing the photo album mod but I am not able to upload photos. That is confusing me as well. Here is a link to my register.asp:
http://kitknox.aspfreeserver.com/forum/register.txt
Thanks for all the help.
--Kit |
|
|
kit knox
Starting Member
17 Posts |
Posted - 07 November 2004 : 12:30:19
|
So I uploaded a brand new forum in a brand new directory and it worked fine. I left everything normal and only tried installing my customized inc_header.asp file and it turns out that is what it is. I don't know how or why but it messes everything up. I was so sure I only edited the HTML in the file too. Dang. Well, I've got it now - Thanks guys...
--Kit |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 08 November 2004 : 07:08:55
|
I'd be REALLY interested to find out where the problem lies. I can't see how any inc_header code will interfere, but obviously it does. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Jarell
Starting Member
15 Posts |
Posted - 08 January 2005 : 19:16:17
|
This happens when you use a mod header that does not inlclude the following line
" strReferer = chkString(request.servervariables("HTTP_REFERER"),"refer") " (no quotes)
Should appear about line 60 ish and with the other 2 lines below.
strArchiveTablePrefix = strTablePrefix & "A_" strScriptName = request.servervariables("script_name") strReferer = chkString(request.servervariables("HTTP_REFERER"),"refer") |
|
|
|
Topic |
|