Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - member control panel error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

member control panel error

 Post Reply Post Reply
Author
jream View Drop Down
Newbie
Newbie


Joined: 02 July 2007
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote jream Quote  Post ReplyReply Direct Link To This Post Topic: member control panel error
    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?
Back to Top
efscl View Drop Down
Newbie
Newbie


Joined: 13 May 2007
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote efscl Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
efscl View Drop Down
Newbie
Newbie


Joined: 13 May 2007
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote efscl Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
efscl View Drop Down
Newbie
Newbie


Joined: 13 May 2007
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote efscl Quote  Post ReplyReply Direct Link To This Post 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.


Back to Top
efscl View Drop Down
Newbie
Newbie


Joined: 13 May 2007
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote efscl Quote  Post ReplyReply Direct Link To This Post 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!



Edited by efscl - 03 October 2007 at 9:41am
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.