<?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>bybjorn.com &#124; Bjørn Børresen - freelance web developer &#187; Seagull</title>
	<atom:link href="http://www.bybjorn.com/tag/seagull/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bybjorn.com</link>
	<description>bybjorn.com &#62;&#62; Bjørn Børresen - freelance web developer</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:08:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Seagull: Unable to load schema for database and table</title>
		<link>http://www.bybjorn.com/84/</link>
		<comments>http://www.bybjorn.com/84/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 08:24:22 +0000</pubDate>
		<dc:creator>Bjørn Børresen</dc:creator>
				<category><![CDATA[Seagull]]></category>

		<guid isPermaLink="false">http://bie.no/blog/?p=84</guid>
		<description><![CDATA[I just copied a Seagull project I created a while back to a new development server to do some testing. Copying the www.mydomain.conf.php to localhost.conf.php and changing the database settings to connect to my local database resulted in this when trying to log in: DataObjects_Usr: ERROR: Unable to load schema for database and table (turn [...]]]></description>
			<content:encoded><![CDATA[<p>I just copied a <a href="http://seagullproject.org/">Seagul</a>l project I created a while back to a new development server to do some testing. Copying the www.mydomain.conf.php to localhost.conf.php and changing the database settings to connect to my local database resulted in this when trying to log in:</p>

<blockquote>DataObjects_Usr: ERROR: Unable to load schema for database and table (turn debugging up to 5 for full error message)
DB_DataObject Error: Unable to load schema for database and table (turn debugging up to 5 for full error message)</blockquote>

<p>Well, turns out it was my <a href="http://seagullproject.org/forum/index.php?t=msg&amp;goto=725&amp;S=8c81219906b784a7eaf6eb1daf26c678">the problem was that I had renamed my database</a>. The entities files created by Seagull requires the database to have the same name as it originally had.</p>

<p>So, renaming my local database to have the same name as the production site fixed everything. Just thought I&#8217;d throw it out here in case someone experiences the same problem and does a quick google <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bybjorn.com/84/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
