<?xml version="1.0" encoding="utf-8"?>
<!--If you can view this message, then you are viewing the
raw RSS (XML) source. This file is intended to be viewed with an
RSS reader or for syndication between websites. For more information,
try a web search for RSS.
Created by Siteframe http://siteframe.org.-->
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Tag: bug @ Siteframe</title>
    <link>http://siteframe.org/tag/bug</link>
    <description></description>
    <language>en-US</language>
    <copyright>&amp;copy;2005-7 Glen Campbell</copyright>
    <lastBuildDate>Thu, 30 Aug 2007 22:46:42 MDT</lastBuildDate>
    <generator>Siteframe 5.0.5</generator>
    <webMaster>webmaster@siteframe.org</webMaster>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>30</ttl>
    <item>
      <title>Issues with MySQL 5.21-beta</title>
      <description>I recently upgraded to MySQL 5.21 beta and discovered that the home page of my Siteframe (v5) sites all look a bit strange. Evidently this little bit of SQL:

ORDER BY page_id DESC LIMIT 20

returns the FIRST 20 page_ids, and not the LAST 20. I made this change in index.php:

ORDER BY page_created...</description>
      <pubDate>Thu, 30 Aug 2007 22:46:42 MDT</pubDate>
      <guid isPermaLink="true">http://siteframe.org/p/issues-with-mysql-5-21-beta</guid>
      <link>http://siteframe.org/p/issues-with-mysql-5-21-beta</link>
      <category>bug</category>
      <category>mysql</category>
    </item>
    <item>
      <title>User Folders - Error on user edit</title>
      <description>If user folders are set to auto create with a new account and top-level folders are set to admin only you get the following error if the user then tries to edit their folder:

Error: sorry, top-level folders can only be created by site administrator(s)

It does not appear to stop the user from...</description>
      <pubDate>Wed, 07 Jun 2006 08:09:39 MDT</pubDate>
      <guid isPermaLink="true">http://siteframe.org/p/user-folders-not-allowing-user-to-edit</guid>
      <link>http://siteframe.org/p/user-folders-not-allowing-user-to-edit</link>
      <category>bug</category>
      <category>error</category>
      <category>user-folder</category>
    </item>
    <item>
      <title>Hidden causing problems</title>
      <description>Glen,
Not sure if this was fixed yet or not.  If a user assigns a page as hidden it can cause problems with recent and random block.  I have not looked at the sql yet but don't think they exclude hidden.
Coby</description>
      <pubDate>Thu, 25 May 2006 07:42:44 MDT</pubDate>
      <guid isPermaLink="true">http://siteframe.org/p/hidden-causing-problems</guid>
      <link>http://siteframe.org/p/hidden-causing-problems</link>
      <category>bug</category>
      <category>fix</category>
      <category>hidden</category>
      <category>sql</category>
    </item>
    <item>
      <title>Patch for mail.php in v5.0.2</title>
      <description>Bug: A syntax error prevents mail.php from displaying.

File: mail.php

Fix:
-Find line 50:
  $PAGE-&gt;assign('page_title', sprintf(lang('page_title_mail'), $group-&gt;get_title());

-Replace with:
  $PAGE-&gt;assign('page_title', sprintf(lang('page_title_mail'), $group-&gt;get_title()));</description>
      <pubDate>Thu, 23 Feb 2006 11:28:44 MST</pubDate>
      <guid isPermaLink="true">http://siteframe.org/p/patch-for-mail-php-in-v5-0-2</guid>
      <link>http://siteframe.org/p/patch-for-mail-php-in-v5-0-2</link>
      <category>bug</category>
      <category>fix</category>
      <category>mail</category>
      <category>mail.php</category>
      <category>patch</category>
    </item>
  </channel>
</rss>


<!-- rss.php/0.1122 secs -->
