<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>William Lindley - wlindley.com &#187; pbpBB</title>
	<atom:link href="http://blog.wlindley.com/category/computers/web-development/pbpbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>phpBB upgrade error: group_skip_auth</title>
		<link>http://blog.wlindley.com/2009/07/phpbb-upgrade-error-group_skip_auth/</link>
		<comments>http://blog.wlindley.com/2009/07/phpbb-upgrade-error-group_skip_auth/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 14:59:52 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[pbpBB]]></category>
		<category><![CDATA[phpbb]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=221</guid>
		<description><![CDATA[Encountered this whilst attempting to upgrade phpBB using svn: SQL ERROR [ mysql4 ] Unknown column 'g.group_skip_auth' in 'where clause' [1054] SQL SELECT a.forum_id, a.auth_option_id, a.auth_role_id, a.auth_setting FROM acl_groups a, user_group ug, groups g WHERE a.group_id = ug.group_idAND g.group_id = &#8230; <a href="http://blog.wlindley.com/2009/07/phpbb-upgrade-error-group_skip_auth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Encountered this whilst attempting to upgrade phpBB using svn:</p>
<pre style="padding-left: 30px;">SQL ERROR [ mysql4 ]

Unknown column 'g.group_skip_auth' in 'where clause' [1054]

SQL

SELECT a.forum_id, a.auth_option_id, a.auth_role_id, a.auth_setting
FROM acl_groups a, user_group ug, groups g
WHERE a.group_id = ug.group_idAND g.group_id = ug.group_id
  AND ug.user_pending = 0
  AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1)
  AND ug.user_id = 22

BACKTRACE</pre>
<p>The solution took awhile to determine but it&#8217;s quite simple.  Go to your board&#8217;s database update module at:</p>
<pre style="padding-left: 30px;">http://example.com/install/database_update.php</pre>
<p>which will add the requisite columns to the tables.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/07/phpbb-upgrade-error-group_skip_auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
