<?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 : UBOUND error &#111;n profile page</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 : UBOUND error &#111;n profile page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 11:22:24 +0000</pubDate>
  <lastBuildDate>Sat, 10 Jan 2004 14:32:12 +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=8734</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[UBOUND error &#111;n profile page : Hi Zebi, This was posted yesterday...]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45890.html#45890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8924">Eftie</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 2:32pm<br /><br /><P>Hi Zebi,</P><P>This was posted yesterday already!<BR><A href="http://forums.webwiz.net/forum_posts.asp?TID=8644&amp;TPN=4" target="_blank"> http://forums.webwiz.net/forum_posts.asp?TID=8644&a mp;TPN=4</A></P><P>And Tim, your solution is nicer than my 'comment it out'. Thanks!</P>]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 14:32:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45890.html#45890</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page : No worries mate ]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45859.html#45859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14578">tim_r</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 11:31am<br /><br />No worries mate]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 11:31:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45859.html#45859</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page : Hi Tim, Cheers for the quick...]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45858.html#45858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14701">zebi</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 11:29am<br /><br />Hi Tim,<br>Cheers for the quick fix and the response!<br><br>Zebi<img src="https://forums.webwiz.net/smileys/smiley20.gif" border="0"><br>]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 11:29:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45858.html#45858</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page : This is the fix I am going with....]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45853.html#45853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14578">tim_r</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 11:02am<br /><br /><P>This is the fix I am going with.&nbsp; It will always show offline if the administrator has configured the forum to not track online users</P><P>In pop_up_profile.asp replace</P><P><SPAN style="FONT-STYLE: italic">&nbsp;&nbsp; 'Get the users online status</SPAN><BR style="FONT-STYLE: italic"><SPAN style="FONT-STYLE: italic">&nbsp;&nbsp;&nbsp; For intArrayPass = 1 To UBound(saryActiveUsers, 2)</SPAN><BR style="FONT-STYLE: italic"><SPAN style="FONT-STYLE: italic">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; If saryActiveUsers(1, intArrayPass) = lngProfileNum Then&nbsp; lnIsUserOnline = True</SPAN><BR style="FONT-STYLE: italic"><SPAN style="FONT-STYLE: italic">&nbsp;&nbsp;&nbsp; Next</SPAN></P><P>with</P><P>&nbsp;'Get the users online status if we track them<BR>&nbsp;'Otherwise, just let it always display the OFFLINE text<BR>&nbsp;If blnActiveUsers Then<BR>&nbsp;&nbsp;For intArrayPass = 1 To UBound(saryActiveUsers, 2)<BR>&nbsp;&nbsp;&nbsp;If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True<BR>&nbsp;&nbsp;Next<BR>&nbsp;End If<BR></P><P>Hope this helps</P>]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 11:02:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45853.html#45853</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page : I&amp;#039;m a Java guyand new to...]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45845.html#45845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14578">tim_r</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 10:38am<br /><br /><P>I'm a Java guy&nbsp;and new to asp so some of this might not be 100% accurate but you'll get the idea...</P><P>This occurs when you turn "Active Users List" off.&nbsp; If it is off then includes/active_users_inc.asp is never run from common.asp and hence saryActiveUsers is never set up.&nbsp; </P><P>Thus the profile page is trying to dispay the users online status but through Admin, we have configured it not to keep track of the online users.&nbsp; </P><P>I am just doing a fix for my pop_up_profile.asp.&nbsp; Will put it up here when done</P>]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 10:38:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45845.html#45845</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page : I&amp;#039;ve got this error on version...]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45837.html#45837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14578">tim_r</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 9:44am<br /><br />I've got this error on version 7.7 just now.&nbsp; Will diagnose and get back to you]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 09:44:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45837.html#45837</guid>
  </item> 
  <item>
   <title><![CDATA[UBOUND error &#111;n profile page :  Hi, I stupidly installed the...]]></title>
   <link>https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45834.html#45834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14701">zebi</a><br /><strong>Subject:</strong> 8734<br /><strong>Posted:</strong> 10&nbsp;January&nbsp;2004 at 8:26am<br /><br />Hi,<br>I stupidly installed the ?7.03 beta version and had to upgrade- i madeall the database changes some morning and had a few niggles which iironed out. Now the only thing thats not working is the pop up profilewhich gives the following error (when logged in)<br><br><p style="font-style: italic;"><font size="2" face="Arial">Microsoft VBScript runtime </font> <font size="2" face="Arial">error '800a000d'</font></p><p style="font-style: italic;"><font size="2" face="Arial">Type mismatch: 'UBound'</font></p><p style="font-style: italic;"><font size="2" face="Arial">/niclubbing/forum/pop_up_profile.asp</font><font size="2" face="Arial">, line 182</font></p>the url for the disc forum is <a target="_blank" href="http://forum.niclubbing.com/" target="_blank">http://forum.niclubbing.com/</a><br><br>I think it to do with the active users and this bit of code :<br><br><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 'Get the users online status</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; For intArrayPass = 1 To UBound(saryActiveUsers, 2)</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; Next<br><br></span>Now the magical question: dies anyone know which part of the database ive screwed over?<br><br>Any helpful feedback would be appreciated.<br>Thanks!<br><img src="https://forums.webwiz.net/smileys/smiley19.gif" border="0"><br><br><span style="font-size:10px"><br /><br />Edited by zebi</span>]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 08:26:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ubound-error-on-profile-page_topic8734_post45834.html#45834</guid>
  </item> 
 </channel>
</rss>