Author |
Topic  |
|
rouxjean
Starting Member
10 Posts |
Posted - 23 February 2004 : 12:13:50
|
I MAY BE STUPID BUT I DIDN'T FIND ANY SOLUTION(S) ON THE FORUMS
Hi !
If you are not logged, and try to reply to a post, you have 2 fields so you can enter username, pass & post at the same time. My problem is if you try to log from the upper header login section, it will redirect you to default.asp, which is in my opinion wrong. It should log you on and redirect you to the reply page you were before (without those 2 login fields thatwere previously there - but that i'll do).
I've found that on line 50 of the post.asp page, there is this condition responsible for all this :
if Request.QueryString("method") <> "" then strRqMethod = chkString(Request.QueryString "method"), "SQLString") else Response.Redirect("default.asp")<----HERE end if
Now, the login page submits itself to :
<form action="/forum2/forum/post.asp" method="post" id="form1" name="form1">
So i thought that would be the problem since the querystring dont have any method in it....but other pages that worked submitted themselves with an empty method-querystring as well !!
Anyone knows how to solve this ???
Thanks |
|
miperez
Junior Member
 
Spain
243 Posts |
Posted - 23 February 2004 : 13:03:11
|
check this topic
Can that be the reason? |
Best Regards
Mikel Perez
"Hell is the place where everything test perfectly, and nothing works"
|
 |
|
rouxjean
Starting Member
10 Posts |
Posted - 23 February 2004 : 13:28:40
|
No i dont even have an antivirus nor a firewall installed !!! Only that specific page do that...all the rest is working great |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 23 February 2004 : 16:07:21
|
we did this on purpose. What version are you using? In the newest version, there shouldn't be any login boxes in the top right-hand corner on the post page when you aren't logged in. |
 |
|
rouxjean
Starting Member
10 Posts |
Posted - 23 February 2004 : 18:08:25
|
Hi !
Im using 3.4.03 and i dont think i'll upgrade since i made too much changes that i don't want to overwrite.
Im also using the universal login mod.
Can you help me ? |
 |
|
|
Topic  |
|