<?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 : A Bug in Versi&#111;n 7.6!</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 : A Bug in Versi&#111;n 7.6!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 21:16:25 +0000</pubDate>
  <lastBuildDate>Mon, 15 Dec 2003 13:22:08 +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=8040</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[A Bug in Versi&#111;n 7.6! :   test49 wrote: Pedigree, Are...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41516.html#41516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 15&nbsp;December&nbsp;2003 at 1:22pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by test49" alt="Originally posted by test49" style="vertical-align: text-bottom;" /> <strong>test49 wrote:</strong><br /><br /><P>Pedigree,</P><P>Are you saying that most of the search function is a uncompleted task?</P><P>Regards<BR>Chris <IMG src="https://forums.webwiz.net/smileys/smiley1.gif" border="0"></P><P></td></tr></table> </P><P>No ... from my tests it only affects a search where you select "username" and then sort by a field which isn't part of that "select" statement, eg. Topic Start Date</P>]]>
   </description>
   <pubDate>Mon, 15 Dec 2003 13:22:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41516.html#41516</guid>
  </item> 
  <item>
   <title><![CDATA[A Bug in Versi&#111;n 7.6! : Pedigree, Are you saying that...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41411.html#41411</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12276">test49</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 15&nbsp;December&nbsp;2003 at 5:48am<br /><br /><P>Pedigree,</P><P>Are you saying that most of the search function is a uncompleted task?</P><P>Regards<BR>Chris <IMG src="https://forums.webwiz.net/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Mon, 15 Dec 2003 05:48:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41411.html#41411</guid>
  </item> 
  <item>
   <title><![CDATA[A Bug in Versi&#111;n 7.6! : Borg, I would suggest that you...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41112.html#41112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12276">test49</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 9:35am<br /><br /><P>Borg,</P><P>I would suggest that you fix the search page completely before the release of version 7.7</P><P>Regards<BR>Chris</P>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 09:35:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41112.html#41112</guid>
  </item> 
  <item>
   <title><![CDATA[A Bug in Versi&#111;n 7.6! : infact, most of the searching...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41104.html#41104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12589">pedigree</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 9:10am<br /><br /><P>infact, most of the searching doesnt work correctly.</P><P>Line 227 in search.asp should read</P><P>strSQLResultsQuery = "SELECT " <strong>&amp; strDbTable &amp; "Topic.Start_date, "</strong> &amp; strDbTable &amp; "Topic.Topic_ID, " &amp; strDbTable &amp; "Topic.Forum_ID, " &amp; strDbTable &amp; "Topic.Poll_ID, " &amp; strDbTable &amp; "Topic.No_of_views, " &amp; strDbTable &amp; "Topic.Subject "</P><P>instead of</P><P>strSQLResultsQuery = "SELECT "&nbsp;&amp; strDbTable &amp; "Topic.Topic_ID, " &amp; strDbTable &amp; "Topic.Forum_ID, " &amp; strDbTable &amp; "Topic.Poll_ID, " &amp; strDbTable &amp; "Topic.No_of_views, " &amp; strDbTable &amp; "Topic.Subject "</P><span style="font-size:10px"><br /><br />Edited by pedigree</span>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 09:10:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post41104.html#41104</guid>
  </item> 
  <item>
   <title><![CDATA[A Bug in Versi&#111;n 7.6! : Bruce this only happens when you...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post40991.html#40991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 12&nbsp;December&nbsp;2003 at 1:02pm<br /><br /><P>Bruce this only happens when you have&nbsp;search in username and sort by topic start date.. with any value</P><P>its not only in V7.6 its also V7.7alpha</P>]]>
   </description>
   <pubDate>Fri, 12 Dec 2003 13:02:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post40991.html#40991</guid>
  </item> 
  <item>
   <title><![CDATA[A Bug in Versi&#111;n 7.6! : Hi, I was just going to search...]]></title>
   <link>https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post40985.html#40985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12276">test49</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 12&nbsp;December&nbsp;2003 at 12:37pm<br /><br /><P>Hi,</P><P>I was just going to search for a username when I got this errormessage after pressing the search button:</P><P>Microsoft OLE DB Provider for SQL Server<FONT size=3> </FONT><FONT face=Arial size=2>error '80040e14'</FONT><FONT size=3> </FONT></P><P><FONT face=Arial size=2>ORDER BY items must appear in the select list if SELECT DISTINCT is specified.</FONT> <P><FONT face=Arial size=2>/forum/search.asp</FONT><FONT face=Arial size=2>, line 356</FONT> </P><P>I was using this forums search function here on webwiz.net!</P><P>I wrote "Test49" in the search field, selected "Usernames" from the dropdown menu, chosed "search in All forums" and sort by; "Topic starter date"</P><P>What's wrong? I tested it out on Invisionportal.com too, and the same happend there.</P><P>Regards<BR>Chris</P><span style="font-size:10px"><br /><br />Edited by test49</span>]]>
   </description>
   <pubDate>Fri, 12 Dec 2003 12:37:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/a-bug-in-version-7-6_topic8040_post40985.html#40985</guid>
  </item> 
 </channel>
</rss>