<?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>MLF-AddOns project forum - Tag bug</title>
<link>https://www.projekt-mlf.de/forum/</link>
<description>Project forum for AddOn stuff for My Little Forum.</description>
<language>en</language>
<item>
<title>Tag bug (reply)</title>
<content:encoded><![CDATA[<blockquote><p>On this forum, when I click one of the tags this message appears:</p>
<pre>Expression #2 of ORDER BY clause is not in SELECT list, references column 'ft.time' which is not in SELECT list; this is incompatible with DISTINCT</pre></blockquote><p>The issue is solved for this installation. The fix will appear in the repository until tomorrow.</p>
<p>Tschö, Auge</p>
]]></content:encoded>
<link>https://www.projekt-mlf.de/forum/index.php?id=14</link>
<guid>https://www.projekt-mlf.de/forum/index.php?id=14</guid>
<pubDate>Mon, 08 Jan 2018 18:03:35 +0000</pubDate>
<category>Technical Issues</category><dc:creator>Auge</dc:creator>
</item>
<item>
<title>Tag bug (reply)</title>
<content:encoded><![CDATA[<p>Hello</p>
<blockquote><p>On this forum, when I click one of the tags this message appears:</p>
<pre>Expression #2 of ORDER BY clause is not in SELECT list, references column 'ft.time' which is not in SELECT list; this is incompatible with DISTINCT</pre></blockquote><p>As Micha pointed out <a href="https://github.com/ilosuna/mylittleforum/issues/326" target="_blank">are we aware of the issue</a>.</p>
<blockquote><p>Is that a bug in the new version?</p>
</blockquote><p>No, it isn't a bug in the new version. It's a bug that is present since longer time. The bug pops up with a special MySQL configuration. Maybe it is a not so special configuration in newest MySQL versions because my webspace is driven by MySQL 5.7 (the most up-to-date free MySQL version).</p>
<p>I'm working on tests to solve the issue first here and subsequent <a href="https://github.com/ilosuna/mylittleforum/" target="_blank">in the repo</a>.</p>
<p>Tschö, Auge</p>
]]></content:encoded>
<link>https://www.projekt-mlf.de/forum/index.php?id=13</link>
<guid>https://www.projekt-mlf.de/forum/index.php?id=13</guid>
<pubDate>Mon, 08 Jan 2018 17:48:49 +0000</pubDate>
<category>Technical Issues</category><dc:creator>Auge</dc:creator>
</item>
<item>
<title>Tag bug (reply)</title>
<content:encoded><![CDATA[<p>Hi,</p>
<blockquote><pre>Expression #2 of ORDER BY clause is not in SELECT list, references column 'ft.time' which is not in SELECT list; this is incompatible with DISTINCT</pre><p>Is that a bug in the new version?</p>
</blockquote><p>Its not a feature and we have a ticket on <a href="https://github.com/ilosuna/mylittleforum/issues/326" target="_blank">github</a>. Maybe, you can fix it as Auge has suggested: In <code>search.inc.php</code> <a href="https://github.com/ilosuna/mylittleforum/blob/df80e8140ba933fc0237b115dc3c40f7f41c88b2/includes/search.inc.php#L200" target="_blank">line 209 and 220</a>, there are the following statements:</p>
<pre><code>ORDER BY tid DESC, ft.time ASC</code></pre><p>can you modify these lines to:</p>
<pre><code>ORDER BY tid DESC, time ASC</code></pre><p> </p>
<p>(just remove the alias-name <code>ft</code>) </p>
<blockquote><p>Good to see this forum by the way. What happened with mylittleforum.net?</p>
</blockquote><p>I'm sorry, we don't know. We are still waiting for feedback from Alex.</p>
<p>/Micha</p>
]]></content:encoded>
<link>https://www.projekt-mlf.de/forum/index.php?id=12</link>
<guid>https://www.projekt-mlf.de/forum/index.php?id=12</guid>
<pubDate>Mon, 08 Jan 2018 16:46:00 +0000</pubDate>
<category>Technical Issues</category><dc:creator>Micha</dc:creator>
</item>
<item>
<title>Tag bug</title>
<content:encoded><![CDATA[<p>On this forum, when I click one of the tags this message appears:</p>
<pre>Expression #2 of ORDER BY clause is not in SELECT list, references column 'ft.time' which is not in SELECT list; this is incompatible with DISTINCT</pre><p>Is that a bug in the new version?</p>
<p>Good to see this forum by the way. What happened with mylittleforum.net?</p>
]]></content:encoded>
<link>https://www.projekt-mlf.de/forum/index.php?id=11</link>
<guid>https://www.projekt-mlf.de/forum/index.php?id=11</guid>
<pubDate>Mon, 08 Jan 2018 16:26:37 +0000</pubDate>
<category>Technical Issues</category><dc:creator>Bogey</dc:creator>
</item>
</channel>
</rss>
