<?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 : Email notification link bug?</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 : Email notification link bug?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 15:06:52 +0000</pubDate>
  <lastBuildDate>Tue, 28 Nov 2006 15:45:50 +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=22050</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[Email notification link bug? : I&amp;#039;ve made a few changes to...]]></title>
   <link>https://forums.webwiz.net/email-notification-link-bug_topic22050_post117638.html#117638</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24987">gariputro</a><br /><strong>Subject:</strong> 22050<br /><strong>Posted:</strong> 28&nbsp;November&nbsp;2006 at 3:45pm<br /><br />I've made a few changes to the code in the past for allowing the auto-login of members from an existing SQL database, so I'm not sure if this issue was created due to it.&nbsp; Sometimes this is a problem, and sometimes it isn't.&nbsp; I'm not quite sure why the SID is or is not always attached as a query to the end of a URL... <DIV>&nbsp;</DIV><DIV>When clicking on the Email Notification Subscriptions link, I get a 404 error from the server because of the way the link was created:</DIV><DIV><a href="http://www.mydomian.com/forum/email_notify_sub&#115;cripti&#111;ns.asp&amp;SID=e9zb2247da731f4f86346dcd82zbfad4" target="_blank">http://www.mydomian.com/forum/email_notify_subscriptions.asp&amp;SID=e9zb2247da731f4f86346dcd82zbfad4</A></DIV><DIV>&nbsp;</DIV><DIV>As you can see, the ampersand ("&amp;") should be a question mark to pass the SID as a query.&nbsp; This forced me to change the code in member_control_panel.asp on line 198 from:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&lt;a href="email_notify_subscriptions.asp&lt;% If strMode = "A" AND (blnAdmin OR blnModerator) Then Response.Write("?PF=" &amp; lngUserProfileID &amp; "&amp;M=A") %&gt;&lt;% = strQsSID2 %&gt;"&gt;&lt;% = strTxtEmailNotificationSubscriptions %&gt;&lt;/a&gt;&lt;br /&gt;&lt;% = strTxtAlterEmailSubscriptions %&gt;&lt;%</DIV><DIV>&nbsp;</DIV><DIV></pre></td></tr></table></DIV><DIV>to:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&lt;a href="email_notify_subscriptions.asp&lt;% If strMode = "A" AND (blnAdmin OR blnModerator) Then Response.Write("?PF=" &amp; lngUserProfileID &amp; "&amp;M=A" &amp; strQsSID2) Else Response.Write(strQsSID1)%&gt;"&gt;&lt;% = strTxtEmailNotificationSubscriptions %&gt;&lt;/a&gt;&lt;br /&gt;&lt;% = strTxtAlterEmailSubscriptions %&gt;&lt;%</DIV><DIV>&nbsp;</DIV><DIV></pre></td></tr></table></DIV><span style="font-size:10px"><br /><br />Edited by gariputro - 28&nbsp;November&nbsp;2006 at 3:46pm</span>]]>
   </description>
   <pubDate>Tue, 28 Nov 2006 15:45:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notification-link-bug_topic22050_post117638.html#117638</guid>
  </item> 
 </channel>
</rss>