<?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>D&#039;Arcy Norman dot net &#187; mambo</title>
	<atom:link href="http://www.darcynorman.net/tag/mambo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mambo installer bug</title>
		<link>http://www.darcynorman.net/2005/11/24/mambo-installer-bug/</link>
		<comments>http://www.darcynorman.net/2005/11/24/mambo-installer-bug/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mambo]]></category>

		<guid isPermaLink="false">1461377781</guid>
		<description><![CDATA[Just installing <a href="http://www.mamboserver.com">Mambo</a> for a demo of various CMS options to the team tomorrow. The Mambo 4.5.2.3 installer borked while creating a table, choking on a missing default value for "rating_sum".

Easy fix. Line 221 of <code>mambo/installation/sql/mambo.sql</code> is dealing with setting up the <code>content_rating</code> table. Modify the sql thusly:

<pre><code>  `rating_sum` int(11) unsigned NOT NULL default '0',</code></pre>

Aside from that silly sql bug, the Mambo installer is pretty slick. I'll likely blog my early thoughts of it as a CMS, after I've played with it for awhile...

<strong>Update</strong>: Well, looks like my Mambo installation is pretty much borked. I can't edit content - keep getting MySQL errors on missing tables or fields. I'll try nuking and reinstalling,  but this was a fresh install from the latest build, so I'm not sure what could be wrong...

<strong>Update</strong>: Nope. It's still borked. Install claims to have run successfully, but any attempt to edit content results in this:

<pre><code>DB function failed with error number 1054
Unknown column 'c.access' in 'on clause' SQL=SELECT c.*, g.name AS groupname, cc.name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author
 FROM mos_content AS c, mos_categories AS cc, mos_sections AS s
 LEFT JOIN mos_groups AS g ON g.id = c.access
 LEFT JOIN mos_users AS u ON u.id = c.checked_out
 LEFT JOIN mos_users AS v ON v.id = c.created_by
 LEFT JOIN mos_content_frontpage AS f ON f.content_id = c.id
WHERE c.state >= 0 AND c.catid=cc.id AND cc.section=s.id AND s.scope='content' AND c.sectionid='1'
 ORDER BY cc.ordering, cc.title, c.ordering
 LIMIT 0,10</code></pre>

<strong>Update</strong>: Mambo was borked, but the <a href="http://www.joomla.org">Joomla</a> fork of the project installed perfectly...]]></description>
			<content:encoded><![CDATA[<p>Just installing <a href="http://www.mamboserver.com">Mambo</a> for a demo of various CMS options to the team tomorrow. The Mambo 4.5.2.3 installer borked while creating a table, choking on a missing default value for &#8220;rating_sum&#8221;.</p>
<p>Easy fix. Line 221 of <code>mambo/installation/sql/mambo.sql</code> is dealing with setting up the <code>content_rating</code> table. Modify the sql thusly:</p>
<pre><code>  `rating_sum` int(11) unsigned NOT NULL default '0',</code></pre>
<p>Aside from that silly sql bug, the Mambo installer is pretty slick. I&#8217;ll likely blog my early thoughts of it as a CMS, after I&#8217;ve played with it for awhile&#8230;</p>
<p><strong>Update</strong>: Well, looks like my Mambo installation is pretty much borked. I can&#8217;t edit content &#8211; keep getting MySQL errors on missing tables or fields. I&#8217;ll try nuking and reinstalling,  but this was a fresh install from the latest build, so I&#8217;m not sure what could be wrong&#8230;</p>
<p><strong>Update</strong>: Nope. It&#8217;s still borked. Install claims to have run successfully, but any attempt to edit content results in this:</p>
<pre><code>DB function failed with error number 1054
Unknown column 'c.access' in 'on clause' SQL=SELECT c.*, g.name AS groupname, cc.name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author
 FROM mos_content AS c, mos_categories AS cc, mos_sections AS s
 LEFT JOIN mos_groups AS g ON g.id = c.access
 LEFT JOIN mos_users AS u ON u.id = c.checked_out
 LEFT JOIN mos_users AS v ON v.id = c.created_by
 LEFT JOIN mos_content_frontpage AS f ON f.content_id = c.id
WHERE c.state >= 0 AND c.catid=cc.id AND cc.section=s.id AND s.scope='content' AND c.sectionid='1'
 ORDER BY cc.ordering, cc.title, c.ordering
 LIMIT 0,10</code></pre>
<p><strong>Update</strong>: Mambo was borked, but the <a href="http://www.joomla.org">Joomla</a> fork of the project installed perfectly&#8230;</p>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=895" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2005/11/24/mambo-installer-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
