<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : member control panel error</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : member control panel error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:20:04 +0000</pubDate>
  <lastBuildDate>Wed, 03 Oct 2007 09:40:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=24204</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[member control panel error :  FIXEDits related to the MemberAPIin...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post128302.html#128302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26292">efscl</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 03&nbsp;October&nbsp;2007 at 9:40am<br /><br />FIXED<br><br>its related to the MemberAPI<br><br>in register.asp line 1351<br>old:<br><table width="99%"><tr><td><pre class="BBcode"><br>ElseIf (intUpdatePartNumber = 0 OR intUpdatePartNumber = 1) AND blnWindowsAuthentication = False Then</pre></td></tr></table><br>NEW:<br><table width="99%"><tr><td><pre class="BBcode"><br>ElseIf (intUpdatePartNumber = 0 OR intUpdatePartNumber = 1) AND blnWindowsAuthentication = False and blnMemberAPI = false Then</pre></td></tr></table><br><br>the same for line 1362<br><br>then it works<br>Best regards!<br><br><span style="font-size:10px"><br /><br />Edited by efscl - 03&nbsp;October&nbsp;2007 at 9:41am</span>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 09:40:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post128302.html#128302</guid>
  </item> 
  <item>
   <title><![CDATA[member control panel error : javascript error: &amp;gt;&amp;gt; formArea.password1...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post128301.html#128301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26292">efscl</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 03&nbsp;October&nbsp;2007 at 9:30am<br /><br /><span =" -errorMessage hasTwisty hasBreakSwitch">javascript error: <br>&gt;&gt; formArea.password1 has no properties<br><br>seems its related to the memberAPI - but im not sure yet if this is the reason for the problem above.<br><br><br></span>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 09:30:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post128301.html#128301</guid>
  </item> 
  <item>
   <title><![CDATA[member control panel error : good idea - will do this - until...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post128300.html#128300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26292">efscl</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 03&nbsp;October&nbsp;2007 at 9:27am<br /><br />good idea - will do this - <br>until now i found out where the insufficient permissions was noticed. <br><br>its in functions_common.asp (included in register.asp)<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Function checkFormID(strFormID)<br><br>&nbsp;&nbsp;&nbsp; 'Check to see if the form ID's match if they don't send the user away<br>&nbsp;&nbsp;&nbsp; If strFormID &lt;&gt; getSessionItem("formID") Then<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Clean up before redirecting<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Call saveSessionItem("formID", "")<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call closeDatabase()<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Redirect to insufficient permissions page<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.Redirect("insufficient_permission.asp?M=sID" &amp; strQsSID3 &amp; "&amp;functionscommon=line1106")<br>&nbsp;&nbsp;&nbsp; End If<br>End Function<br></pre></td></tr></table><br><br>So something wrong with session or strFormID<br>I am using MemberAPI<br><br>any idea right now with this informations? Will look even more deeper ;o).<br><br>will keep you upToDate<br>THX<br>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 09:27:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post128300.html#128300</guid>
  </item> 
  <item>
   <title><![CDATA[member control panel error : Usually the reason for such an...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post128299.html#128299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 03&nbsp;October&nbsp;2007 at 9:23am<br /><br />Usually the reason for such an error is a Javascript error on the profile page when you submit the page.<br><br>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.<br>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 09:23:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post128299.html#128299</guid>
  </item> 
  <item>
   <title><![CDATA[member control panel error : same problem for me1.) first i...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post128298.html#128298</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26292">efscl</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 03&nbsp;October&nbsp;2007 at 8:39am<br /><br />same problem for me<br>1.) first i will search more within this forum for this problem<br>2.) will look deeper into the problem and will come back to here<br>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 08:39:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post128298.html#128298</guid>
  </item> 
  <item>
   <title><![CDATA[member control panel error : My forum is not allowing members...]]></title>
   <link>https://forums.webwiz.net/member-control-panel-error_topic24204_post126657.html#126657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26592">jream</a><br /><strong>Subject:</strong> 24204<br /><strong>Posted:</strong> 17&nbsp;August&nbsp;2007 at 11:42pm<br /><br />My forum is not allowing members to edit their profiles?&nbsp; They are able to access the edit menu, but when you submit the changes, you get an error message saying you have insufficient permissions.<DIV>&nbsp;</DIV><DIV>Any ideas?</DIV>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 23:42:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-control-panel-error_topic24204_post126657.html#126657</guid>
  </item> 
 </channel>
</rss>