<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: "column forum_slug can't have a default value" error with installation</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: "column forum_slug can't have a default value" error with installation</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:21:43 +0000</pubDate>

<item>
<title>sambauers on ""column forum_slug can't have a default value" error with installation"</title>
<link>http://bbpress.org/forums/topic/column-forum_slug-cant-have-a-default-value-error-with-installation#post-6868</link>
<pubDate>Fri, 20 Apr 2007 06:09:24 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">6868@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you create a ticket for this &#60;a href=&#34;http://trac.bbpress.org/newticket&#34;&#62;here&#60;/a&#62;. You can login with the same user/pass you use on this forum.
&#60;/p&#62;</description>
</item>
<item>
<title>sjons on ""column forum_slug can't have a default value" error with installation"</title>
<link>http://bbpress.org/forums/topic/column-forum_slug-cant-have-a-default-value-error-with-installation#post-6865</link>
<pubDate>Thu, 19 Apr 2007 21:12:17 +0000</pubDate>
<dc:creator>sjons</dc:creator>
<guid isPermaLink="false">6865@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hope this is the right place. I just installed the latest svn version on my local pc, and got the forementioned error twice (also with topic_slug field). Running mysql 5.0.&#60;/p&#62;
&#60;p&#62;Patch:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Index: upgrade-schema.php
===================================================================
--- upgrade-schema.php	(revision 805)
+++ upgrade-schema.php	(working copy)
@@ -4,7 +4,7 @@
 $bb_queries = &#38;quot;CREATE TABLE $bbdb-&#38;gt;forums (
   forum_id int(10) NOT NULL auto_increment,
   forum_name varchar(150)  NOT NULL default &#38;#39;&#38;#39;,
-  forum_slug text  NOT NULL default &#38;#39;&#38;#39;,
+  forum_slug text  NOT NULL,
   forum_desc text  NOT NULL,
   forum_parent int(10) NOT NULL default &#38;#39;0&#38;#39;,
   forum_order int(10) NOT NULL default &#38;#39;0&#38;#39;,
@@ -31,7 +31,7 @@
 CREATE TABLE $bbdb-&#38;gt;topics (
   topic_id bigint(20) NOT NULL auto_increment,
   topic_title varchar(100) NOT NULL default &#38;#39;&#38;#39;,
-  topic_slug text NOT NULL default &#38;#39;&#38;#39;,
+  topic_slug text NOT NULL,
   topic_poster bigint(20) NOT NULL default &#38;#39;0&#38;#39;,
   topic_poster_name varchar(40) NOT NULL default &#38;#39;Anonymous&#38;#39;,
   topic_last_poster bigint(20) NOT NULL default &#38;#39;0&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
