<?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 : upgrading from 8.03 to 8.05a</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 : upgrading from 8.03 to 8.05a]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 18:29:35 +0000</pubDate>
  <lastBuildDate>Thu, 10 May 2007 23:45:05 +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=23232</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[upgrading from 8.03 to 8.05a : That fixed it. Thanks! ]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122684.html#122684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26223">johnnyjcorp</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 10&nbsp;May&nbsp;2007 at 11:45pm<br /><br />That fixed it.&nbsp; Thanks!]]>
   </description>
   <pubDate>Thu, 10 May 2007 23:45:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122684.html#122684</guid>
  </item> 
  <item>
   <title><![CDATA[upgrading from 8.03 to 8.05a : There is a mistake in the file,...]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122498.html#122498</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 02&nbsp;May&nbsp;2007 at 5:50pm<br /><br />There is a mistake in the file, change 'Email' to 'Author_email'<br><br>eg:-<br><br>If strEmail &lt;&gt; "" Then rsCommon.Fields("<font color="#ff0000">Author_email</font>") = strEmail<br>]]>
   </description>
   <pubDate>Wed, 02 May 2007 17:50:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122498.html#122498</guid>
  </item> 
  <item>
   <title><![CDATA[upgrading from 8.03 to 8.05a : It seems that perhaps an Email...]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122497.html#122497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26223">johnnyjcorp</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 02&nbsp;May&nbsp;2007 at 4:31pm<br /><br /><P>It seems that perhaps an Email field was added to the database, and that is why I'm getting an error when the recordset tries to call the Email field.&nbsp; Please let me know which table and what field type and length I should add it to, along with any other database changes.</P><P>Thanks!</P><P>JohnnyJ</P>]]>
   </description>
   <pubDate>Wed, 02 May 2007 16:31:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122497.html#122497</guid>
  </item> 
  <item>
   <title><![CDATA[upgrading from 8.03 to 8.05a :   javi712 wrote:There were no...]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122486.html#122486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26223">johnnyjcorp</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 01&nbsp;May&nbsp;2007 at 9:12pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by javi712" alt="Originally posted by javi712" style="vertical-align: text-bottom;" /> <strong>javi712 wrote:</strong><br /><br />There were no DB changes between 8.03 and 8.05a. Just replacing the modified files should be sufficient.</td></tr></table> <DIV>&nbsp;</DIV><DIV>Are you sure?&nbsp; If I try to modify the Member API to pass in the email address I get an error on the following code:</DIV><DIV>&nbsp;</DIV><DIV>==========</DIV><DIV>&nbsp;&nbsp;'Save the new usercode back to the database and the password incase it has been changed<BR>&nbsp;&nbsp;rsCommon.Fields("User_code") = strNewUserCode<BR>&nbsp;&nbsp;rsCommon.Fields("Password") = strPassword<BR>&nbsp;&nbsp;rsCommon.Fields("Salt") = strSalt<BR>&nbsp;&nbsp;If strEmail &lt;&gt; "" Then rsCommon.Fields("Email") = strEmail<BR>&nbsp;&nbsp;rsCommon.Update</DIV><DIV>&nbsp;&nbsp;'If an error has occured write an error to the page<BR>&nbsp;&nbsp;If Err.Number &lt;&gt; 0 Then&nbsp;Call errorMsg("An error has occured while writing to the database.", "existingMemberAPI()_update_pass", "functions_member_API.asp")<BR>==========</DIV><DIV>&nbsp;</DIV><DIV>So it seems like it can't find the Email field in the database?&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>&nbsp;</DIV><DIV>JohnnyJ</DIV>]]>
   </description>
   <pubDate>Tue, 01 May 2007 21:12:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122486.html#122486</guid>
  </item> 
  <item>
   <title><![CDATA[upgrading from 8.03 to 8.05a : There were no DB changes between...]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122485.html#122485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10197">javi712</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 01&nbsp;May&nbsp;2007 at 7:40pm<br /><br />There were no DB changes between 8.03 and 8.05a. Just replacing the modified files should be sufficient.]]>
   </description>
   <pubDate>Tue, 01 May 2007 19:40:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122485.html#122485</guid>
  </item> 
  <item>
   <title><![CDATA[upgrading from 8.03 to 8.05a :  I have a quick question. I&amp;#039;m...]]></title>
   <link>https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122482.html#122482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26223">johnnyjcorp</a><br /><strong>Subject:</strong> 23232<br /><strong>Posted:</strong> 01&nbsp;May&nbsp;2007 at 6:57pm<br /><br /><P>&nbsp;</P><P>I have a quick question.</P><P>I'm upgrading from 8.03 to 8.05a (SQL SERVER), but I have made a few changes to some of the original source code.&nbsp; I have a log of all of the changes that I have made to the original source code.</P><P>I was wondering the easiest way to upgrade?</P><DIV></DIV>I have compared the Version History for the files listed that have been updated since 8.03 and I've only changed two of the files listed in Version History.txt.&nbsp;&nbsp; Should I just copy over the 27 files or so listed in the Version History and then reapply the changes that I made to the two files that I had modified that are listed in Version History?<DIV></DIV><DIV>&nbsp;</DIV><DIV>Or&nbsp;do I need to do a complete install/upgrade and then reapply all of the changes that I made to a all of the files that I have modified?</DIV><DIV>&nbsp;</DIV><DIV>The previous option would be nice and work if the only upgrades since 8.03 are just the ones listed in Version History. (and no upgrades to the SQL Server at all).</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>&nbsp;</DIV><DIV>JohnnyJ</DIV>]]>
   </description>
   <pubDate>Tue, 01 May 2007 18:57:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrading-from-8-03-to-8-05a_topic23232_post122482.html#122482</guid>
  </item> 
 </channel>
</rss>