<?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 - Fixed Bugs]]></title>
		<link>https://community.mybb.com/</link>
		<description><![CDATA[MyBB Community Forums - https://community.mybb.com]]></description>
		<pubDate>Wed, 10 Jun 2026 07:54:47 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[F] [UCP] HTML in link not valid [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-54758.html</link>
			<pubDate>Thu, 13 Aug 2009 17:54:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-54758.html</guid>
			<description><![CDATA[Just a tiny issue. In the file usercp.php find:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$leavelink = &quot;&lt;div style=\&quot;text-align: center;\&quot;&gt;&lt;a href=\&quot;usercp.php?action=usergroups&amp;leavegroup=&quot;.$usergroup['gid'].&quot;&amp;amp;my_post_key={$mybb-&gt;post_code}\&quot;&gt;&quot;.$lang-&gt;usergroup_leave.&quot;&lt;/a&gt;&lt;/div&gt;&quot;;</code></pre>&amp; should be &amp;amp;]]></description>
			<content:encoded><![CDATA[Just a tiny issue. In the file usercp.php find:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$leavelink = &quot;&lt;div style=\&quot;text-align: center;\&quot;&gt;&lt;a href=\&quot;usercp.php?action=usergroups&amp;leavegroup=&quot;.$usergroup['gid'].&quot;&amp;amp;my_post_key={$mybb-&gt;post_code}\&quot;&gt;&quot;.$lang-&gt;usergroup_leave.&quot;&lt;/a&gt;&lt;/div&gt;&quot;;</code></pre>&amp; should be &amp;amp;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] [search.php] PHP error]]></title>
			<link>https://community.mybb.com/thread-54757.html</link>
			<pubDate>Thu, 13 Aug 2009 17:52:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-54757.html</guid>
			<description><![CDATA[If you enter just one of the following symbols into the search field you get an sql error: . , [ ]<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Warning [2] Invalid argument supplied for foreach() - Line: 256 - File: inc/functions_search.php</blockquote>
]]></description>
			<content:encoded><![CDATA[If you enter just one of the following symbols into the search field you get an sql error: . , [ ]<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Warning [2] Invalid argument supplied for foreach() - Line: 256 - File: inc/functions_search.php</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] [WOL] - do_addsubscription, removesubscriptions [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-54694.html</link>
			<pubDate>Wed, 12 Aug 2009 17:42:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=12241">Manuel Feller</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-54694.html</guid>
			<description><![CDATA[In the functions_online.php are 2 mistakes of the usercp2. At first there is a missing "s" by one of the 2 "removesubscription" and the "do_addsubscription" is totally missing. The reaction to this should be clear: In the WOL it's shown as "Unknown Location"<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			elseif($parameters['action'] == &quot;addsubscription&quot; || $parameters['action'] == &quot;removesubscription&quot; || $parameters['action'] == &quot;removesubscription&quot;)
			{
				$user_activity['activity'] = &quot;usercp2_subscriptions&quot;;
			}</code></pre><br />
Should be<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			elseif($parameters['action'] == &quot;addsubscription&quot; || $parameters['action'] == &quot;do_addsubscription&quot; || $parameters['action'] == &quot;removesubscription&quot; || $parameters['action'] == &quot;removesubscriptions&quot;)
			{
				$user_activity['activity'] = &quot;usercp2_subscriptions&quot;;
			}</code></pre>]]></description>
			<content:encoded><![CDATA[In the functions_online.php are 2 mistakes of the usercp2. At first there is a missing "s" by one of the 2 "removesubscription" and the "do_addsubscription" is totally missing. The reaction to this should be clear: In the WOL it's shown as "Unknown Location"<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			elseif($parameters['action'] == &quot;addsubscription&quot; || $parameters['action'] == &quot;removesubscription&quot; || $parameters['action'] == &quot;removesubscription&quot;)
			{
				$user_activity['activity'] = &quot;usercp2_subscriptions&quot;;
			}</code></pre><br />
Should be<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			elseif($parameters['action'] == &quot;addsubscription&quot; || $parameters['action'] == &quot;do_addsubscription&quot; || $parameters['action'] == &quot;removesubscription&quot; || $parameters['action'] == &quot;removesubscriptions&quot;)
			{
				$user_activity['activity'] = &quot;usercp2_subscriptions&quot;;
			}</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] search finduserthreads problem with limit [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-54311.html</link>
			<pubDate>Thu, 06 Aug 2009 20:40:47 +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-54311.html</guid>
			<description><![CDATA[From profile there are 2 options.<br />
1. Find All Threads<br />
2. Find All Posts<br />
<br />
If you have limit set for search results.<br />
<br />
If you Find All Posts the results display the newest posts first.  <br />
<br />
<span style="font-weight: bold;" class="mycode_b">BUG: </span>If you Find All Threads the results display the oldest threads first and cut off the new threads because of order.<br />
<br />
If no limit is set then the search results do indeed display newest threads first.  So this is related to limit.<br />
<br />
You can see example from HF on my own profile.<br />
<br />
Possible fix:<br />
<br />
search.php<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">if(intval($mybb-&gt;settings['searchhardlimit']) &gt; 0)
{
	$limitsql = &quot;LIMIT &quot;.intval($mybb-&gt;settings['searchhardlimit']);
}
</code></pre><br />
Change to:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">if(intval($mybb-&gt;settings['searchhardlimit']) &gt; 0)
{
	$limitsql = &quot;ORDER BY dateline DESC LIMIT &quot;.intval($mybb-&gt;settings['searchhardlimit']);
}
</code></pre><br />
Please confirm my fix but I looked as good as I can for any possible side effect problems.]]></description>
			<content:encoded><![CDATA[From profile there are 2 options.<br />
1. Find All Threads<br />
2. Find All Posts<br />
<br />
If you have limit set for search results.<br />
<br />
If you Find All Posts the results display the newest posts first.  <br />
<br />
<span style="font-weight: bold;" class="mycode_b">BUG: </span>If you Find All Threads the results display the oldest threads first and cut off the new threads because of order.<br />
<br />
If no limit is set then the search results do indeed display newest threads first.  So this is related to limit.<br />
<br />
You can see example from HF on my own profile.<br />
<br />
Possible fix:<br />
<br />
search.php<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">if(intval($mybb-&gt;settings['searchhardlimit']) &gt; 0)
{
	$limitsql = &quot;LIMIT &quot;.intval($mybb-&gt;settings['searchhardlimit']);
}
</code></pre><br />
Change to:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">if(intval($mybb-&gt;settings['searchhardlimit']) &gt; 0)
{
	$limitsql = &quot;ORDER BY dateline DESC LIMIT &quot;.intval($mybb-&gt;settings['searchhardlimit']);
}
</code></pre><br />
Please confirm my fix but I looked as good as I can for any possible side effect problems.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] stats.php PHP error [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-54190.html</link>
			<pubDate>Wed, 05 Aug 2009 00:32:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13556">Matt</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-54190.html</guid>
			<description><![CDATA[On my localhost 1.4.8 installation I get this:<br />
<br />
Warning [2] number_format() expects parameter 1 to be double, string given - Line: 3666 - File: C:\wamp\www\mybb\mybb14x_public_mysql\inc\functions.php PHP 5.3.0 (WINNT)<br />
File	Line	Function<br />
[PHP]	 	errorHandler-&gt;error<br />
C:\wamp\www\mybb\mybb14x_public_mysql\inc\functions.php	3666	number_format<br />
C:\wamp\www\mybb\mybb14x_public_mysql\stats.php	177	my_number_format<br />
<br />
And, this is in the stats: Today's top poster: Nobody ( posts)<br />
<br />
There's no number. It appears to be a PHP 5.3.0 error, doesn't happen in 5.2.9-2, and I can't reproduce on the SVN; whether that's because it's been fixed there, or I just haven't got the same conditions to reproduce on the SVN, I'm not entirely sure.<br />
<br />
Feel free to mark as bogus if it has indeed already been fixed.]]></description>
			<content:encoded><![CDATA[On my localhost 1.4.8 installation I get this:<br />
<br />
Warning [2] number_format() expects parameter 1 to be double, string given - Line: 3666 - File: C:\wamp\www\mybb\mybb14x_public_mysql\inc\functions.php PHP 5.3.0 (WINNT)<br />
File	Line	Function<br />
[PHP]	 	errorHandler-&gt;error<br />
C:\wamp\www\mybb\mybb14x_public_mysql\inc\functions.php	3666	number_format<br />
C:\wamp\www\mybb\mybb14x_public_mysql\stats.php	177	my_number_format<br />
<br />
And, this is in the stats: Today's top poster: Nobody ( posts)<br />
<br />
There's no number. It appears to be a PHP 5.3.0 error, doesn't happen in 5.2.9-2, and I can't reproduce on the SVN; whether that's because it's been fixed there, or I just haven't got the same conditions to reproduce on the SVN, I'm not entirely sure.<br />
<br />
Feel free to mark as bogus if it has indeed already been fixed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] db Backup Task Bug(s) [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-54013.html</link>
			<pubDate>Sat, 01 Aug 2009 22:03:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=6811">seeker</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-54013.html</guid>
			<description><![CDATA[I found this easy to replicate on more than one host, and didn't see other reports:<br />
<br />
1a) If you are in edit task<br />
index.php?module=tools/tasks&amp;action=edit&amp;tid=4<br />
and choose "enable" the system does not give a warning.<br />
<br />
1b) If you are in task manger <br />
index.php?module=tools/tasks<br />
and use the drop-down menu to enable, then the system gives a warning<br />
<span style="font-style: italic;" class="mycode_i">"<span style="color: #FF0000;" class="mycode_color">WARNING: You are about to enable a task that is only meant to be run via a cron (Please see the MyBB Wiki for more information). Continue?</span>"</span><br />
<br />
2) <span style="font-style: italic;" class="mycode_i">Is it really intended to be run only by cron?</span><br />
<br />
If so, how about a link in admin cp which leads to a simple page that explains you can use backupdb.php, if it is set by cron?<br />
Why have it listed in the automated tasks area (where cron isn't normally needed)?<br />
<br />
<br />
3) The backup works when using the "run this task now" button, but does not seem to ever work when run as a task.<br />
<br />
###<br />
Note:<br />
#1a and 1b I am certain about.<br />
#2 is a question to clarify the issue.<br />
#3 needs more testing.<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[I found this easy to replicate on more than one host, and didn't see other reports:<br />
<br />
1a) If you are in edit task<br />
index.php?module=tools/tasks&amp;action=edit&amp;tid=4<br />
and choose "enable" the system does not give a warning.<br />
<br />
1b) If you are in task manger <br />
index.php?module=tools/tasks<br />
and use the drop-down menu to enable, then the system gives a warning<br />
<span style="font-style: italic;" class="mycode_i">"<span style="color: #FF0000;" class="mycode_color">WARNING: You are about to enable a task that is only meant to be run via a cron (Please see the MyBB Wiki for more information). Continue?</span>"</span><br />
<br />
2) <span style="font-style: italic;" class="mycode_i">Is it really intended to be run only by cron?</span><br />
<br />
If so, how about a link in admin cp which leads to a simple page that explains you can use backupdb.php, if it is set by cron?<br />
Why have it listed in the automated tasks area (where cron isn't normally needed)?<br />
<br />
<br />
3) The backup works when using the "run this task now" button, but does not seem to ever work when run as a task.<br />
<br />
###<br />
Note:<br />
#1a and 1b I am certain about.<br />
#2 is a question to clarify the issue.<br />
#3 needs more testing.<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Merged Accounts and Join Date [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-53968.html</link>
			<pubDate>Sat, 01 Aug 2009 04:21:38 +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-53968.html</guid>
			<description><![CDATA[When you merge members it takes the join date of the destination account.  I would think it makes more sense to use the oldest date instead.  This may or may not be counted as a bug and if not please move into suggestion area instead of bogus please.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Here you can merge two user accounts in to one. The "Source Account" will be merged in to the "Destination Account" leaving only the destination account. The source accounts posts, threads, private messages, calendar events, post count and buddy list will be merged in to the destination account.</blockquote>
<br />
I see nothing about warning that join date might be effected negatively.<br />
<br />
Thank you for considering this.]]></description>
			<content:encoded><![CDATA[When you merge members it takes the join date of the destination account.  I would think it makes more sense to use the oldest date instead.  This may or may not be counted as a bug and if not please move into suggestion area instead of bogus please.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Here you can merge two user accounts in to one. The "Source Account" will be merged in to the "Destination Account" leaving only the destination account. The source accounts posts, threads, private messages, calendar events, post count and buddy list will be merged in to the destination account.</blockquote>
<br />
I see nothing about warning that join date might be effected negatively.<br />
<br />
Thank you for considering this.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Copy forum - forum can have no parent]]></title>
			<link>https://community.mybb.com/thread-53709.html</link>
			<pubDate>Mon, 27 Jul 2009 20:26:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13556">Matt</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-53709.html</guid>
			<description><![CDATA[When copying a forum it's possible to have a forum, not a category, with no parent.<br />
<br />
To reproduce, from the forum management page, choose a normal forum, not category, click Options, and then Copy Forum. Leave everything as it is, particularly the 'Destination forum' which is 'Copy to new forum' by default, keep the new forum type as a forum, and the 'Parent Forum' as None. Give the new forum a title, and save.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14902" target="_blank" title="">forumwithnoparent1.png</a> (Size: 51.2 KB / Downloads: 745)
<!-- end: postbit_attachments_attachment --><br />
<br />
The names aren't in bold so they're just forums, but they have no parent.<br />
<br />
Screenshot of the settings:<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14903" target="_blank" title="">forumwithnoparent2.png</a> (Size: 36.68 KB / Downloads: 740)
<!-- end: postbit_attachments_attachment --><br />
<br />
Again, marked as a forum, but no parent.<br />
<br />
If you then try and edit and/or save a forum made in this way once it's been created, you get the usual 'You must select a parent forum' error.]]></description>
			<content:encoded><![CDATA[When copying a forum it's possible to have a forum, not a category, with no parent.<br />
<br />
To reproduce, from the forum management page, choose a normal forum, not category, click Options, and then Copy Forum. Leave everything as it is, particularly the 'Destination forum' which is 'Copy to new forum' by default, keep the new forum type as a forum, and the 'Parent Forum' as None. Give the new forum a title, and save.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14902" target="_blank" title="">forumwithnoparent1.png</a> (Size: 51.2 KB / Downloads: 745)
<!-- end: postbit_attachments_attachment --><br />
<br />
The names aren't in bold so they're just forums, but they have no parent.<br />
<br />
Screenshot of the settings:<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14903" target="_blank" title="">forumwithnoparent2.png</a> (Size: 36.68 KB / Downloads: 740)
<!-- end: postbit_attachments_attachment --><br />
<br />
Again, marked as a forum, but no parent.<br />
<br />
If you then try and edit and/or save a forum made in this way once it's been created, you get the usual 'You must select a parent forum' error.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] ACP - group # of users when using additional groups bug [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-53527.html</link>
			<pubDate>Fri, 24 Jul 2009 15:43:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=21601">fnicholson</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-53527.html</guid>
			<description><![CDATA[I've noticed that in the administration control panel when viewing groups, the # of users in each group is wrong because it wasn't counting any users that had the groups listed as additional groups. I think the problem is in the admin\modules\users\groups.php file in the query:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">default:
	$query = $db-&gt;query(&quot;
		SELECT g.gid, COUNT(u.uid) AS users
		FROM &quot;.TABLE_PREFIX.&quot;users u
		LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (CONCAT(',', u.additionalgroups, ',') LIKE CONCAT('%,', g.gid, ',%'))
		WHERE g.gid != '0' AND g.gid != NULL GROUP BY g.gid</code></pre><br />
the <span style="font-style: italic;" class="mycode_i">!=NULL</span> should be <span style="font-style: italic;" class="mycode_i">is not null</span>.  The query is also in the sqllite case statement I'm guessing it should be changed in that also but I'm using mysql so I couldn't test that one.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[I've noticed that in the administration control panel when viewing groups, the # of users in each group is wrong because it wasn't counting any users that had the groups listed as additional groups. I think the problem is in the admin\modules\users\groups.php file in the query:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">default:
	$query = $db-&gt;query(&quot;
		SELECT g.gid, COUNT(u.uid) AS users
		FROM &quot;.TABLE_PREFIX.&quot;users u
		LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (CONCAT(',', u.additionalgroups, ',') LIKE CONCAT('%,', g.gid, ',%'))
		WHERE g.gid != '0' AND g.gid != NULL GROUP BY g.gid</code></pre><br />
the <span style="font-style: italic;" class="mycode_i">!=NULL</span> should be <span style="font-style: italic;" class="mycode_i">is not null</span>.  The query is also in the sqllite case statement I'm guessing it should be changed in that also but I'm using mysql so I couldn't test that one.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Buddy List no longer shows invisible users as online [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-53397.html</link>
			<pubDate>Wed, 22 Jul 2009 07:15:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=21531">sid bridge</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-53397.html</guid>
			<description><![CDATA[In 1.2 a user who had the right to see invisible users could see them in the who's online list and also in their buddy list as being online.<br />
<br />
In 1.4.8. a user who has the right to see invisible users can still see them in the who's online list, with an asterisk next to their name as before, but they can no longer see those users as online in their buddy list. They now show as offline, even though the who's online list shows that they are online.<br />
<br />
Surely this is a bug in 1.4.8.  A user who can see invisible users as online in the who's online list should surely also see them as online in their buddy list? Otherwise, the information is contradictory.<br />
<br />
It worked OK in 1.2, and since the change in 1.4.8. gives contradictory information about whether another user is online or offline, I can only assume that this is a bug in 1.4.8.]]></description>
			<content:encoded><![CDATA[In 1.2 a user who had the right to see invisible users could see them in the who's online list and also in their buddy list as being online.<br />
<br />
In 1.4.8. a user who has the right to see invisible users can still see them in the who's online list, with an asterisk next to their name as before, but they can no longer see those users as online in their buddy list. They now show as offline, even though the who's online list shows that they are online.<br />
<br />
Surely this is a bug in 1.4.8.  A user who can see invisible users as online in the who's online list should surely also see them as online in their buddy list? Otherwise, the information is contradictory.<br />
<br />
It worked OK in 1.2, and since the change in 1.4.8. gives contradictory information about whether another user is online or offline, I can only assume that this is a bug in 1.4.8.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Syndication: Atom and RSS different time [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-53362.html</link>
			<pubDate>Tue, 21 Jul 2009 20:53:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=16206">querschlaeger</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-53362.html</guid>
			<description><![CDATA[Hi,<br />
<br />
it seems that RSS feed and Atom feed shows different times:<br />
<br />
<a href="http://community.mybboard.net/syndication.php" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndication.php</a><br />
<a href="http://community.mybboard.net/syndication.php?type=atom1.0" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndicatio...pe=atom1.0</a><br />
<br />
In this board 5 hours. The Atom feed seems to ignore the time difference.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
it seems that RSS feed and Atom feed shows different times:<br />
<br />
<a href="http://community.mybboard.net/syndication.php" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndication.php</a><br />
<a href="http://community.mybboard.net/syndication.php?type=atom1.0" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndicatio...pe=atom1.0</a><br />
<br />
In this board 5 hours. The Atom feed seems to ignore the time difference.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Hard-coded language string in admin/modules/user/admin_permissions.php [R] [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-53340.html</link>
			<pubDate>Tue, 21 Jul 2009 13:51:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=933">bryn</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-53340.html</guid>
			<description><![CDATA[MyBB 1.4.8, file admin/modules/user/admin_permissions.php, line 331<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			$table-&gt;construct_cell(&quot;&lt;a href=\&quot;index.php?module=user/admin_permissions&amp;amp;action=edit&amp;amp;uid={$uid}\&quot;&gt;Set Permissions&lt;/a&gt;&quot;, array(&quot;class&quot; =&gt; &quot;align_center&quot;));</code></pre>the "Set Permissions" string should be included in language files so that we could translate it.]]></description>
			<content:encoded><![CDATA[MyBB 1.4.8, file admin/modules/user/admin_permissions.php, line 331<br />
<pre class="block-code line-numbers language-none"><code class="language-php">			$table-&gt;construct_cell(&quot;&lt;a href=\&quot;index.php?module=user/admin_permissions&amp;amp;action=edit&amp;amp;uid={$uid}\&quot;&gt;Set Permissions&lt;/a&gt;&quot;, array(&quot;class&quot; =&gt; &quot;align_center&quot;));</code></pre>the "Set Permissions" string should be included in language files so that we could translate it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Board Statistics inconsistency [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-52860.html</link>
			<pubDate>Mon, 13 Jul 2009 07:25:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=3971">Ryan Loos</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-52860.html</guid>
			<description><![CDATA[As it says, just an inconsistency, not really a bug but thought I'd point it out anyway...<br />
<br />
The "Most popular forum" link is given as:<br />
<a href="http://community.mybboard.net/forumdisplay.php?fid=4" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forumdisplay.php?fid=4</a><br />
Whereas it should be:<br />
<a href="http://community.mybboard.net/forum-4.html" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forum-4.html</a><br />
<br />
Similar sort of thing happens on my forums too.<br />
<br />
<br />
/me runs away.]]></description>
			<content:encoded><![CDATA[As it says, just an inconsistency, not really a bug but thought I'd point it out anyway...<br />
<br />
The "Most popular forum" link is given as:<br />
<a href="http://community.mybboard.net/forumdisplay.php?fid=4" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forumdisplay.php?fid=4</a><br />
Whereas it should be:<br />
<a href="http://community.mybboard.net/forum-4.html" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forum-4.html</a><br />
<br />
Similar sort of thing happens on my forums too.<br />
<br />
<br />
/me runs away.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] deprecated magic_quotes with PHP 5.3]]></title>
			<link>https://community.mybb.com/thread-52806.html</link>
			<pubDate>Sun, 12 Jul 2009 11:09:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=8001">dyrer</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-52806.html</guid>
			<description><![CDATA[MyBB has experienced an internal error and cannot continue.<br />
<br />
Error Type:<br />
    (8192)<br />
Error Message:<br />
    Function set_magic_quotes_runtime() is deprecated<br />
Location:<br />
    File: D:\wamp\www\mybb\inc\class_core.php<br />
    Line: 163<br />
Code:<br />
    160.             &#36;this-&gt;strip_slashes_array(&#36;_GET);<br />
    161.             &#36;this-&gt;strip_slashes_array(&#36;_COOKIE);<br />
    162.         }<br />
    163.         set_magic_quotes_runtime(0);<br />
    164.         @ini_set("magic_quotes_gpc", 0);<br />
    165.         @ini_set("magic_quotes_runtime", 0); <br />
    166. <br />
<br />
MyBB has experienced an internal error and cannot continue.<br />
<br />
Error Type:<br />
    (8192)<br />
Error Message:<br />
    Assigning the return value of new by reference is deprecated<br />
Location:<br />
    File: D:\wamp\www\mybb\admin\modules\style\templates.php<br />
    Line: 1199<br />
Code:<br />
    1196.     require_once MYBB_ROOT."inc/3rdparty/diff/Diff.php";    <br />
    1197.     require_once MYBB_ROOT."inc/3rdparty/diff/Diff/Renderer/inline.php";<br />
    1198. <br />
    1199.     &#36;diff = &amp;new Text_Diff('auto', array(&#36;template1['template'], &#36;template2['template']));<br />
    1200.     &#36;renderer = &amp;new Text_Diff_Renderer_inline();<br />
    1201.     <br />
    1202.     if(&#36;sid)]]></description>
			<content:encoded><![CDATA[MyBB has experienced an internal error and cannot continue.<br />
<br />
Error Type:<br />
    (8192)<br />
Error Message:<br />
    Function set_magic_quotes_runtime() is deprecated<br />
Location:<br />
    File: D:\wamp\www\mybb\inc\class_core.php<br />
    Line: 163<br />
Code:<br />
    160.             &#36;this-&gt;strip_slashes_array(&#36;_GET);<br />
    161.             &#36;this-&gt;strip_slashes_array(&#36;_COOKIE);<br />
    162.         }<br />
    163.         set_magic_quotes_runtime(0);<br />
    164.         @ini_set("magic_quotes_gpc", 0);<br />
    165.         @ini_set("magic_quotes_runtime", 0); <br />
    166. <br />
<br />
MyBB has experienced an internal error and cannot continue.<br />
<br />
Error Type:<br />
    (8192)<br />
Error Message:<br />
    Assigning the return value of new by reference is deprecated<br />
Location:<br />
    File: D:\wamp\www\mybb\admin\modules\style\templates.php<br />
    Line: 1199<br />
Code:<br />
    1196.     require_once MYBB_ROOT."inc/3rdparty/diff/Diff.php";    <br />
    1197.     require_once MYBB_ROOT."inc/3rdparty/diff/Diff/Renderer/inline.php";<br />
    1198. <br />
    1199.     &#36;diff = &amp;new Text_Diff('auto', array(&#36;template1['template'], &#36;template2['template']));<br />
    1200.     &#36;renderer = &amp;new Text_Diff_Renderer_inline();<br />
    1201.     <br />
    1202.     if(&#36;sid)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] System mail log: Wrong multipage links [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-52731.html</link>
			<pubDate>Sat, 11 Jul 2009 00:55:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-52731.html</guid>
			<description><![CDATA[If you search your system mail logs and the result is on several pages there's a problem with the links in the pagination:<br />
index.php?module=tools/mailerrors&amp;page=<span style="font-weight: bold;" class="mycode_b"><span style="color: #FF0000;" class="mycode_color">2s</span></span>ubject=xyz<br />
<br />
The &amp;amp; is missing and because of that it shows all logs if you switch between the pages.<br />
<br />
admin/modules/tools/mailerrors.php<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$additional_criteria = implode(&quot;&amp;amp;&quot;, $additional_criteria);
...
echo &quot;&lt;br /&gt;&quot;.draw_admin_pagination($mybb-&gt;input['page'], $per_page, $total_rows, &quot;index.php?module=tools/mailerrors&amp;amp;page={page}{$additional_criteria}&quot;);</code></pre>]]></description>
			<content:encoded><![CDATA[If you search your system mail logs and the result is on several pages there's a problem with the links in the pagination:<br />
index.php?module=tools/mailerrors&amp;page=<span style="font-weight: bold;" class="mycode_b"><span style="color: #FF0000;" class="mycode_color">2s</span></span>ubject=xyz<br />
<br />
The &amp;amp; is missing and because of that it shows all logs if you switch between the pages.<br />
<br />
admin/modules/tools/mailerrors.php<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$additional_criteria = implode(&quot;&amp;amp;&quot;, $additional_criteria);
...
echo &quot;&lt;br /&gt;&quot;.draw_admin_pagination($mybb-&gt;input['page'], $per_page, $total_rows, &quot;index.php?module=tools/mailerrors&amp;amp;page={page}{$additional_criteria}&quot;);</code></pre>]]></content:encoded>
		</item>
	</channel>
</rss>