Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 No Permissions to Lock Topic
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

crash
Advanced Member

Netherlands
2064 Posts

Posted - 19 May 2002 :  11:38:08  Show Profile  Visit crash's Homepage
that's the notice i receive (being an admin on my own site) when i try to lock a topic...

this happened after i applied the new security fix for inc_top.asp and inc_top_short.asp

anyone please help...



Crash's Site | Crash is from

_barbara
Junior Member

Germany
123 Posts

Posted - 19 May 2002 :  13:43:29  Show Profile
I applied the security fixes too, on a standard forum version 3.3 and on 4 beta and I don't get this error when locking a topic.
Did you change anything in your pop_lock.asp? (This is the only file which can give this error.) Maybe the error is caused by an incompatibility with a mod you have installed and which comes with a changed version of this file.
It might also be a cookie problem... Did you try with different cookie settings?

Anyway, to narrow down the problem, you could insert some lines into pop_lock.asp for testing. Find (about line 42)

<%
select case Request.QueryString("mode")
case "CloseTopic"
mLev = cint(chkUser(strDBNTFUserName, Request.Form("Pass")))

and add the following lines after this

'*********test********
response.write "********TEST LOCKING TOPICS********<br>"
response.write "At least one of the following must be ok:<br>"
response.write "mLev (4 = admin, ok): " & mLev & "<br>"
response.write "chkForumModerator with Request.Form(""Name"")(1 = ok): " & _
chkForumModerator(Request.Form("FORUM_ID"), Request.Form("Name")) & "<br>"
response.write "chkForumModerator with Session(strCookieURL & ""userid"")(1 = ok): " & _
chkForumModerator(Request.Form("FORUM_ID"), Session(strCookieURL & "userid")) & "<br>"
response.write "***********************************<br>"
'*********end test********


Hope that helps...

Barbara

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07