Print Page | Close Window

member control panel error

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24204
Printed Date: 06 April 2026 at 1:59pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: member control panel error
Posted By: jream
Subject: member control panel error
Date Posted: 17 August 2007 at 11:42pm
My forum is not allowing members to edit their profiles?  They are able to access the edit menu, but when you submit the changes, you get an error message saying you have insufficient permissions.
 
Any ideas?



Replies:
Posted By: efscl
Date Posted: 03 October 2007 at 8:39am
same problem for me
1.) first i will search more within this forum for this problem
2.) will look deeper into the problem and will come back to here


Posted By: WebWiz-Bruce
Date Posted: 03 October 2007 at 9:23am
Usually the reason for such an error is a Javascript error on the profile page when you submit the page.

Use the Javascript console in Firefox to workout exactly where the error is, and then check that any modifications you have made have not coursed this error.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: efscl
Date Posted: 03 October 2007 at 9:27am
good idea - will do this -
until now i found out where the insufficient permissions was noticed.

its in functions_common.asp (included in register.asp)


Private Function checkFormID(strFormID)

    'Check to see if the form ID's match if they don't send the user away
    If strFormID <> getSessionItem("formID") Then

        'Clean up before redirecting
        Call saveSessionItem("formID", "")
            Call closeDatabase()

           'Redirect to insufficient permissions page
           Response.Redirect("insufficient_permission.asp?M=sID" & strQsSID3 & "&functionscommon=line1106")
    End If
End Function


So something wrong with session or strFormID
I am using MemberAPI

any idea right now with this informations? Will look even more deeper ;o).

will keep you upToDate
THX


Posted By: efscl
Date Posted: 03 October 2007 at 9:30am
javascript error:
>> formArea.password1 has no properties

seems its related to the memberAPI - but im not sure yet if this is the reason for the problem above.




Posted By: efscl
Date Posted: 03 October 2007 at 9:40am
FIXED

its related to the MemberAPI

in register.asp line 1351
old:

ElseIf (intUpdatePartNumber = 0 OR intUpdatePartNumber = 1) AND blnWindowsAuthentication = False Then

NEW:

ElseIf (intUpdatePartNumber = 0 OR intUpdatePartNumber = 1) AND blnWindowsAuthentication = False and blnMemberAPI = false Then


the same for line 1362

then it works
Best regards!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net