<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Bug in user list with genoa 0.6.13</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Tue, 05 May 2026 05:58:47 -0000</pubDate>

		<item>
			<title>jslowik</title>
			<description><![CDATA[<p>
	It definitely exists. Was set to five. Set it to the max available value and error is gone! Much appreciated.</p>
<p>
	For my own benefit what would have caused this? Server issue? If it's too complex to explain I quite understand. Thanks again!</p>
]]></description>
			<pubDate>пн, 25 апр 2011 22:57:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post29531]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Seems like maxusersperpage configuration option is missing from sed_config table. Please check if Admin =&gt; Configuration =&gt; Users =&gt; "Maximum lines in userlist" exists. If for some strange reason it doesn't then you might need to run this SQL query to restore it:</p>
<pre class="brush:sql;">
INSERT INTO `sed_config` (`config_owner`, `config_cat`, `config_order`, `config_name`, `config_type`, `config_value`, `config_default`, `config_text`) VALUES
('core', 'users', '05', 'maxusersperpage', 2, '50', '', '');</pre>
<p>
	 </p>
]]></description>
			<pubDate>пн, 25 апр 2011 18:01:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post29529]]></link>
		</item>
		<item>
			<title>jslowik</title>
			<description><![CDATA[<p>
	I'm sure this is something dumb. Please excuse my very minimal skills <img alt="sad" height="20" src="http://www.cotonti.com/plugins/ckeditor/lib/plugins/smiley/images/sad_smile.gif" title="sad" width="20" /></p>
<p>
	 </p>
<blockquote>
	<p>
		#0  sed_diefatal(SQL error : 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 '' at line 1) called at [/home1/jslowikc/public_html/fundraising/system/database.mysql.php:219]<br />
		#1  sed_sql_query(SELECT * FROM sed_users  WHERE 1 ORDER BY user_name asc LIMIT 0,) called at [/home1/jslowikc/public_html/fundraising/system/core/users/users.inc.php:155]<br />
		#2  require_once(/home1/jslowikc/public_html/fundraising/system/core/users/users.inc.php) called at [/home1/jslowikc/public_html/fundraising/users.php:53]</p>
</blockquote>
]]></description>
			<pubDate>пн, 25 апр 2011 16:05:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post29528]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	If you turn debug mode on in your datas/config.php then it will show the source of the error.</p>
]]></description>
			<pubDate>пн, 11 апр 2011 18:44:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post29399]]></link>
		</item>
		<item>
			<title>jslowik</title>
			<description><![CDATA[<p>
	Perhaps a similar error?</p>
<p>
	Is anyone else seeing this, or is it just me?</p>
<p>
	 </p>
<blockquote>
	<p>
		Fatal error : SQL error : 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 '' at line 1</p>
</blockquote>
]]></description>
			<pubDate>пн, 11 апр 2011 15:25:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post29395]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I confirm this bug, it is related with the problem in sed_url/parse_str which we have recently encountered. It will be solved in 0.6.14/0.9.0. For now, try this replacement of function sed_build_user() in <em>system/functions.php</em> (Genoa only):<br />
<div class="highlight"><pre class="php">function sed_build_user($id, $user)
{
	global $cfg;

	if($id == 0 &amp;&amp; !empty($user))
	{
		return $user;
	}
	elseif($id == 0)
	{
		return '';
	}
	else
	{
		return (!empty($user)) ? '&lt;a href=https://www.cotonti.com/&quot;'.sed_url('users', array('m' =&gt; 'details', 'id' =&gt; $id, 'u' =&gt; $user)).'&quot;&gt;'.$user.'&lt;/a&gt;' : '?';
	}
}</pre></div><br /><br /><b>Added 7 minutes later:</b><br /><br />Ticket <a href="http://trac.cotonti.com/ticket/600">#600</a> created. Thanks for the report!]]></description>
			<pubDate>пн, 07 фев 2011 01:12:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post28253]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[In Sienna it is the same.<br />
I get:<br />
Fatal error : SQL error 42000: Syntax error or access violation: 1064 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 'LIMIT 1' at line 1]]></description>
			<pubDate>вс, 06 фев 2011 19:09:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post28249]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[This issue exists in earlier versions as well as I have met this issue a long time ago as well but never understood why it happened (I thought it was a prob with maybe my DB).<br />
<br />
When a user registrates on your website and in his name he adds a &quot;+&quot; sign you can not acces his profile when going through the users list. Check here for yourself:<br />
<a href="http://www.armaholic.com/users.php?f=_&amp;s=name&amp;w=asc&amp;d=50" rel="nofollow">http://www.armaholic.com/users.php?f=_&amp;s=name&amp;w=asc&amp;d=50</a><br />
<br />
Almost at the bottom you can find 2 people with a &quot;+&quot; in their name and you can not acces their profile.<br />
You can check their user id and navigate directly to that user though. But not from the list.<br />
Also when you click the username on their profile (title) you get an error.<br />
<br />
If I remove any &quot;+&quot; sign in such a name all works like it should.<br />
<br />
<br />
I thought you might want to know, maybe you can fix it in a genoa update if you planned one (as far as I know you didn't unless there was a security issue which this is not). So, maybe check if the problem is gone in Sienna?<br />
<br />
<br />
<br />
<strong>@devs<br />
If you do not want to register on my site to be able to acces the userlist just let me know and I will create a test account for you!!</strong>]]></description>
			<pubDate>вс, 06 фев 2011 17:43:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6155&d=0#post28247]]></link>
		</item>
	</channel>
</rss>