<?xml version="1.0" encoding="UTF-8"?>
<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><![CDATA[MyBB Community Forums - Bug Reports]]></title>
		<link>https://community.mybb.com/</link>
		<description><![CDATA[MyBB Community Forums - https://community.mybb.com]]></description>
		<pubDate>Wed, 10 Jun 2026 16:44:34 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[ipb2.2 conversion]]></title>
			<link>https://community.mybb.com/thread-47878.html</link>
			<pubDate>Wed, 08 Apr 2009 00:57:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=2877">User 2877</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-47878.html</guid>
			<description><![CDATA[I had an issue with the ipb2.php conversion and the names being wrong...<br />
<br />
Seemed to stem directly from this function: encode_to_utf8().<br />
<br />
I have removed it and the conversion went well. The problems was the usernames were empty when inserting into database.  I haven't looked into it further but thought to report this.]]></description>
			<content:encoded><![CDATA[I had an issue with the ipb2.php conversion and the names being wrong...<br />
<br />
Seemed to stem directly from this function: encode_to_utf8().<br />
<br />
I have removed it and the conversion went well. The problems was the usernames were empty when inserting into database.  I haven't looked into it further but thought to report this.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Post content lost]]></title>
			<link>https://community.mybb.com/thread-47842.html</link>
			<pubDate>Tue, 07 Apr 2009 10:20:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=17942">Joshua Mayer</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-47842.html</guid>
			<description><![CDATA[I merged from SMF 1.1.7 and some post content was lost in some posts.]]></description>
			<content:encoded><![CDATA[I merged from SMF 1.1.7 and some post content was lost in some posts.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[punBB 1.2 > myBB 1.2.14 - MySQL error: 1064]]></title>
			<link>https://community.mybb.com/thread-46877.html</link>
			<pubDate>Wed, 18 Mar 2009 19:59:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=19377">heykobes</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-46877.html</guid>
			<description><![CDATA[i am having this same issue when trying to convert a punbb 1.2 database to mybb 1.2.14. it occurs when configurin/converting the threads and halts with the same 1064 limit 1 error for a user id.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Inserting thread #1805... MySQL error: 1064<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's new online' LIMIT 1' at line 1<br />
Query: SELECT id, username FROM users WHERE username = 'reddit.com: what's new online' LIMIT 1</blockquote>
<br />
i am new to sql... so what do i need to query through myphpadmin in order to fix this? if you could give me the steps, that'd be great!<br />
<br />
reddit.com: what's new online<br />
<br />
thank you in advance!]]></description>
			<content:encoded><![CDATA[i am having this same issue when trying to convert a punbb 1.2 database to mybb 1.2.14. it occurs when configurin/converting the threads and halts with the same 1064 limit 1 error for a user id.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Inserting thread #1805... MySQL error: 1064<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's new online' LIMIT 1' at line 1<br />
Query: SELECT id, username FROM users WHERE username = 'reddit.com: what's new online' LIMIT 1</blockquote>
<br />
i am new to sql... so what do i need to query through myphpadmin in order to fix this? if you could give me the steps, that'd be great!<br />
<br />
reddit.com: what's new online<br />
<br />
thank you in advance!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[punbb] Possible Apostrophe(quote) in username bug]]></title>
			<link>https://community.mybb.com/thread-39828.html</link>
			<pubDate>Thu, 30 Oct 2008 18:34:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=16817">dantreacy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-39828.html</guid>
			<description><![CDATA[I seem to be having a problem with the merge system. I'm currently in the processing of moving a mixture of boards including SMF &amp; punBB over to myBB, things are going spendidly on SMF and I'm about 75% complete on my second 400K post board conversion.<br />
<br />
However some problems have cropped up on the merge from the punbb board. <br />
<br />
From what I can make out it seems to be an issue with quotes (or apostrophes) in peoples usernames<br />
<br />
Everything goes swimmingly until I get through to the convert threads section<br />
<br />
Then I get the following error<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Inserting thread #58... MySQLi error: 1064<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Houlihan' LIMIT 1' at line 1<br />
Query: SELECT id, username FROM forums_users WHERE username = 'Patches O'Houlihan' LIMIT 1</blockquote>
<br />
My guess is it's barfing on the ' in Patches username. Strangely enough if it's an issue with the quotes in usernames nothing popped up during the username conversion.<br />
<br />
I've had a quick look through the punbb convert code but nothing jumps out at me as to where the problem is, and only being new to the code it'll probably be quicker to bring it up here.<br />
<br />
If someone can point me in the right direction I can have a look myself. <br />
<br />
thanks,<br />
<br />
Dan.]]></description>
			<content:encoded><![CDATA[I seem to be having a problem with the merge system. I'm currently in the processing of moving a mixture of boards including SMF &amp; punBB over to myBB, things are going spendidly on SMF and I'm about 75% complete on my second 400K post board conversion.<br />
<br />
However some problems have cropped up on the merge from the punbb board. <br />
<br />
From what I can make out it seems to be an issue with quotes (or apostrophes) in peoples usernames<br />
<br />
Everything goes swimmingly until I get through to the convert threads section<br />
<br />
Then I get the following error<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Inserting thread #58... MySQLi error: 1064<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Houlihan' LIMIT 1' at line 1<br />
Query: SELECT id, username FROM forums_users WHERE username = 'Patches O'Houlihan' LIMIT 1</blockquote>
<br />
My guess is it's barfing on the ' in Patches username. Strangely enough if it's an issue with the quotes in usernames nothing popped up during the username conversion.<br />
<br />
I've had a quick look through the punbb convert code but nothing jumps out at me as to where the problem is, and only being new to the code it'll probably be quicker to bring it up here.<br />
<br />
If someone can point me in the right direction I can have a look myself. <br />
<br />
thanks,<br />
<br />
Dan.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpbb3) A couple bugs]]></title>
			<link>https://community.mybb.com/thread-35832.html</link>
			<pubDate>Thu, 14 Aug 2008 17:34:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=5742">foxxx428</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-35832.html</guid>
			<description><![CDATA[Okay the first is a fairly normal conversion bug. After the import, all my members appear as offline when they log in. Is there an sql query I could run to switch everyone back to visible? The second one I hadn't even thought of when I did it. The converter uses the password conversion plugin to convert passwords. Now when you upgrade to 1.4, the plugin is no longer compatible. I don't suppose there's a way to deactivate the plugin but make the converted passwords stick. Thanks.]]></description>
			<content:encoded><![CDATA[Okay the first is a fairly normal conversion bug. After the import, all my members appear as offline when they log in. Is there an sql query I could run to switch everyone back to visible? The second one I hadn't even thought of when I did it. The converter uses the password conversion plugin to convert passwords. Now when you upgrade to 1.4, the plugin is no longer compatible. I don't suppose there's a way to deactivate the plugin but make the converted passwords stick. Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpbb3) Last user isnt imported]]></title>
			<link>https://community.mybb.com/thread-33714.html</link>
			<pubDate>Mon, 14 Jul 2008 01:44:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=14870">squeeks</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-33714.html</guid>
			<description><![CDATA[apparently this was an issue with phpbb2 and it was fixed, but i am having this problem now with phpbb3]]></description>
			<content:encoded><![CDATA[apparently this was an issue with phpbb2 and it was fixed, but i am having this problem now with phpbb3]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpbb3) Merge causes the root acount of phpbb to be deleted]]></title>
			<link>https://community.mybb.com/thread-32661.html</link>
			<pubDate>Tue, 17 Jun 2008 19:16:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=6718">shadow82x</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-32661.html</guid>
			<description><![CDATA[^_^ title says it all]]></description>
			<content:encoded><![CDATA[^_^ title says it all]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(SMF) Quotes and Smilies bug]]></title>
			<link>https://community.mybb.com/thread-32660.html</link>
			<pubDate>Tue, 17 Jun 2008 19:15:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=6718">shadow82x</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-32660.html</guid>
			<description><![CDATA[The quotes and smilies do not display properly after converting to myBB.]]></description>
			<content:encoded><![CDATA[The quotes and smilies do not display properly after converting to myBB.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpBB2) Not all users converted]]></title>
			<link>https://community.mybb.com/thread-31790.html</link>
			<pubDate>Sun, 25 May 2008 14:47:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13437">Ziyphr</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-31790.html</guid>
			<description><![CDATA[phpBB2 to MyBB again. This is my final thread about this but I wanted to keep the issues separate for clarity. Move this to general support if you feel it's more appropriate.<br />
<br />
Of my 2000 users there were 20 that did not get converted. There was nothing special about these ones and but they were always not converted after multiple attempts. Their threads were there but the poster was listed as unregistered.<br />
<br />
To fix this what I had to do was copy these users into a new table and run the conversion again, but with the same MyBB target database. Dependent tables had to be copied as well. With only 20 users in this phpBB2 table it converted these into my target database and fixed the problem. This shows there was nothing special about these people, they just weren't getting picked up for some reason.<br />
<br />
The side effect of this was the threads and posts by these 20 users would still be show them as unregistered. To fix this I ran two update queries to reconnect the threads and posts to the newly added users. Anyone else experiencing unlinked users will find this useful.<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">UPDATE mybb_threads,mybb_users SET mybb_threads.uid = mybb_users.uid WHERE mybb_threads.uid=0 AND mybb_threads.username=mybb_users.username

UPDATE mybb_posts,mybb_users SET mybb_posts.uid = mybb_users.uid WHERE mybb_posts.uid=0 AND mybb_posts.username=mybb_users.username</code></pre>]]></description>
			<content:encoded><![CDATA[phpBB2 to MyBB again. This is my final thread about this but I wanted to keep the issues separate for clarity. Move this to general support if you feel it's more appropriate.<br />
<br />
Of my 2000 users there were 20 that did not get converted. There was nothing special about these ones and but they were always not converted after multiple attempts. Their threads were there but the poster was listed as unregistered.<br />
<br />
To fix this what I had to do was copy these users into a new table and run the conversion again, but with the same MyBB target database. Dependent tables had to be copied as well. With only 20 users in this phpBB2 table it converted these into my target database and fixed the problem. This shows there was nothing special about these people, they just weren't getting picked up for some reason.<br />
<br />
The side effect of this was the threads and posts by these 20 users would still be show them as unregistered. To fix this I ran two update queries to reconnect the threads and posts to the newly added users. Anyone else experiencing unlinked users will find this useful.<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">UPDATE mybb_threads,mybb_users SET mybb_threads.uid = mybb_users.uid WHERE mybb_threads.uid=0 AND mybb_threads.username=mybb_users.username

UPDATE mybb_posts,mybb_users SET mybb_posts.uid = mybb_users.uid WHERE mybb_posts.uid=0 AND mybb_posts.username=mybb_users.username</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpBB2) Private messages]]></title>
			<link>https://community.mybb.com/thread-31789.html</link>
			<pubDate>Sun, 25 May 2008 14:39:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13437">Ziyphr</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-31789.html</guid>
			<description><![CDATA[After conversion from phpBB2 to MyBB, both the inbox has sent messages, not received ones. So the inbox and sent box both have sent messages.<br />
<br />
This wasn't a big deal for me so I just deleted all the messages, but for some people it might be.]]></description>
			<content:encoded><![CDATA[After conversion from phpBB2 to MyBB, both the inbox has sent messages, not received ones. So the inbox and sent box both have sent messages.<br />
<br />
This wasn't a big deal for me so I just deleted all the messages, but for some people it might be.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(phpBB2) last poster is guest]]></title>
			<link>https://community.mybb.com/thread-31754.html</link>
			<pubDate>Sat, 24 May 2008 10:16:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13437">Ziyphr</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-31754.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Conversion from phpBB 2 to MyBB has been completed. Everything appears to have worked apart from the <a href="http://community.mybboard.net/showthread.php?tid=28734" target="_blank" rel="noopener" class="mycode_url">Guest issue</a> which was brought up back in February. Some last poster usernames were correct but about 90% were guests, this also shows up on the thread listing as well as the last poster.<br />
<br />
I'm not sure if the above fix is in the code by now, but how do I correct this on my newly converted MyBB? I tried doing the 'last poster' recount which has now made every single username show up as Guest on the last poster.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Conversion from phpBB 2 to MyBB has been completed. Everything appears to have worked apart from the <a href="http://community.mybboard.net/showthread.php?tid=28734" target="_blank" rel="noopener" class="mycode_url">Guest issue</a> which was brought up back in February. Some last poster usernames were correct but about 90% were guests, this also shows up on the thread listing as well as the last poster.<br />
<br />
I'm not sure if the above fix is in the code by now, but how do I correct this on my newly converted MyBB? I tried doing the 'last poster' recount which has now made every single username show up as Guest on the last poster.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(SMF) Conversion problems]]></title>
			<link>https://community.mybb.com/thread-30140.html</link>
			<pubDate>Fri, 28 Mar 2008 10:55:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13390">forcer-</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-30140.html</guid>
			<description><![CDATA[Ok, a few more problems I stumbled upon:<br />
<br />
1) Thread and post titles turned out to be HTML-encoded - e.g. an &lt; was displayed as &amp;lt; (same for &gt;, &amp;, and "). Either there's some extraneous HTML escaping happening, or SMF stores thread/post subjects as HTML escaped in the db (*boggle*).<br />
<br />
2) Single ticks (') were stored as \x03 in the database. Sounds a bit weird to me. Might be SMF is storing it that way internally? (*reboggle*)<br />
<br />
I fixed both by editing the db directly.<br />
<br />
Otherwise, no problems so far - the conversion script even survived my ISP disconnecting me for a few hours in the middle of the post import, and resumed happily after that. Nice work, thanks a lot :-)]]></description>
			<content:encoded><![CDATA[Ok, a few more problems I stumbled upon:<br />
<br />
1) Thread and post titles turned out to be HTML-encoded - e.g. an &lt; was displayed as &amp;lt; (same for &gt;, &amp;, and "). Either there's some extraneous HTML escaping happening, or SMF stores thread/post subjects as HTML escaped in the db (*boggle*).<br />
<br />
2) Single ticks (') were stored as \x03 in the database. Sounds a bit weird to me. Might be SMF is storing it that way internally? (*reboggle*)<br />
<br />
I fixed both by editing the db directly.<br />
<br />
Otherwise, no problems so far - the conversion script even survived my ISP disconnecting me for a few hours in the middle of the post import, and resumed happily after that. Nice work, thanks a lot :-)]]></content:encoded>
		</item>
	</channel>
</rss>