<?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: Error when deleting entire topic...</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Error when deleting entire topic...</description>
<language>en</language>
<pubDate>Tue, 07 Oct 2008 12:00:28 +0000</pubDate>

<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15742</link>
<pubDate>Thu, 24 Apr 2008 11:51:19 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15742@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, everything installed smoothly, so I don't know what more to say...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15741</link>
<pubDate>Thu, 24 Apr 2008 11:26:15 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15741@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The word &#34;swedish&#34; is in there only because MySQL was originally a Swedish product and it's legacy. Has nothing to do with any local language settings - just means it's at the default.&#60;/p&#62;
&#60;p&#62;Perhaps a database upgrade failed at some point and left it at a weird miss-match?
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15739</link>
<pubDate>Thu, 24 Apr 2008 07:17:47 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Still throwing the same error message...
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15731</link>
<pubDate>Thu, 24 Apr 2008 00:06:42 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15731@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try editing this line in your bb-config.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
To this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;utf8_general_ci&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15710</link>
<pubDate>Wed, 23 Apr 2008 07:35:45 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15710@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have no idea what you're talking about...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15692</link>
<pubDate>Tue, 22 Apr 2008 21:51:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15692@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like the collation on some tables or fields in the database don't match some others.  I think they should all be the same.  If you log in with phpMyAdmin, you should be able to check what the database collation is, then make all the tables and fields the same.&#60;/p&#62;
&#60;p&#62;This is only a guess though, but if it were my forum and my error, that's what I would do.
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15691</link>
<pubDate>Tue, 22 Apr 2008 21:21:40 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15691@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Has someone had a chance to look at this?...
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15603</link>
<pubDate>Mon, 21 Apr 2008 12:37:12 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15603@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here is config.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', '*********');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '********');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '*********'); // ...and password&#60;br /&#62;
define('BBDB_HOST', '**********');    // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8');    // If you are *upgrading*, and your old bb-config.php does&#60;br /&#62;
define('BBDB_COLLATE', '');&#60;br /&#62;
define('BB_LANG', '');          // not have these two contstants in them, DO NOT define them&#60;br /&#62;
                                     // If you are installing for the first time, leave them here&#60;/p&#62;
&#60;p&#62;// Change BB_SECRET_KEY to a unique phrase.  You won't have to remember it later,&#60;br /&#62;
// so make it long and complicated.  You can visit &#60;a href=&#34;https://www.grc.com/passwords.htm&#34; rel=&#34;nofollow&#34;&#62;https://www.grc.com/passwords.htm&#60;/a&#62;&#60;br /&#62;
// to get a phrase generated for you, or just make something up.&#60;br /&#62;
// If you are integrating logins with WordPress, you will need to match the value&#60;br /&#62;
// of the &#34;SECRET_KEY&#34; in the WordPress file wp-config.php&#60;br /&#62;
define('BB_SECRET_KEY', ''); // Change this to a unique phrase.&#60;/p&#62;
&#60;p&#62;// If you are running multiple bbPress installations in a single database,&#60;br /&#62;
// you will probably want to change this.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BB_LANG', '');&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
	define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Yes, I use PHPMyAdmin...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15601</link>
<pubDate>Mon, 21 Apr 2008 12:27:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15601@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Maybe the database you used for WordPress has a different collation, but  WordPress didn't care about the difference where bbPress does care and gives you an error? &#60;/p&#62;
&#60;p&#62;Do you have access to the database with something like phpMyAdmin?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15600</link>
<pubDate>Mon, 21 Apr 2008 12:09:56 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15600@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post the database section of your bb-config.php here (the first 15 or so lines). Turn anything sensitive, like the password, into ********.
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15594</link>
<pubDate>Mon, 21 Apr 2008 08:59:20 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15594@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If anyone can help, &#60;a href=&#34;http://trashmedia.co.za/forums&#34;&#62;here&#60;/a&#62; is my forum.
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15593</link>
<pubDate>Mon, 21 Apr 2008 08:58:38 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15593@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the latest MySQL, or, my host company, at least, does.  They're very good that way.  I've tried the above fixes, and nothing works.  I've adjusted nothing in my config file.&#60;/p&#62;
&#60;p&#62;Also, I'm not Swedish, so I'm not sure why anything needs to be Swedish...
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15579</link>
<pubDate>Sun, 20 Apr 2008 23:25:07 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15579@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I imagine you have this set in your bb-config.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;utf8_general_ci&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
When it should be (in your case):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;latin1_swedish_ci&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15570</link>
<pubDate>Sun, 20 Apr 2008 15:45:09 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15570@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have no idea what that is, but I can try and help until someone more knowledgeable comes along.&#60;/p&#62;
&#60;p&#62;Did you set any of these three lines to something different than the default in your bb-config.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_CHARSET&#38;#39;, &#38;#39;utf8&#38;#39;);
define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;&#38;#39;);
define(&#38;#39;BB_LANG&#38;#39;, &#38;#39;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;br /&#62;
I found this online:&#60;br /&#62;
&#60;a href=&#34;http://www.datutorials.com/mysql/mysql_ref_manual_Charset.php&#34; rel=&#34;nofollow&#34;&#62;http://www.datutorials.com/mysql/mysql_ref_manual_Charset.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is your MySQL version?
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Error when deleting entire topic..."</title>
<link>http://bbpress.org/forums/topic/error-when-deleting-entire-topic#post-15558</link>
<pubDate>Sun, 20 Apr 2008 08:04:54 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15558@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What is this, and how do I fix it?&#60;/p&#62;
&#60;p&#62;**************&#60;br /&#62;
bbPress database error: [Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'find_in_set']&#60;br /&#62;
SELECT user_id, meta_value FROM bb_usermeta WHERE meta_key = 'favorites' and FIND_IN_SET('3', meta_value) &#38;gt; 0&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/trashm/forums/bb-includes/db-mysql.php:106) in /usr/www/users/trashm/forums/bb-includes/pluggable.php on line 224
&#60;/p&#62;</description>
</item>

</channel>
</rss>
