<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Error after try to edit a  User</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 22:56:47 -0000</pubDate>

		<item>
			<title>scriptor</title>
			<description><![CDATA[okay merci ;)]]></description>
			<pubDate>So, 22 Mär 2009 19:50:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2405&d=0#post10327]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[Well in that situation its pointless to use ereg anyways.]]></description>
			<pubDate>So, 22 Mär 2009 17:27:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2405&d=0#post10319]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Open that line in that file, find this piece:<br />
<div class="highlight"><pre class="php">mb_ereg(&quot;,&quot;, $rusername) || mb_ereg(&quot;'&quot;, $rusername)</pre></div>
and replace it with:<br />
<div class="highlight"><pre class="php">mb_strstr($rusername, ',') || mb_strstr($rusername, &quot;'&quot;)</pre></div>
<br />
I have noticed mb_ereg() is not present on some hosts even if they have mbstring. So we should probably avoid using mb_ereg() and use alternative functions instead.]]></description>
			<pubDate>So, 22 Mär 2009 13:28:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2405&d=0#post10313]]></link>
		</item>
		<item>
			<title>scriptor</title>
			<description><![CDATA[When i trie to edit a User u get this:<br />
Call to undefined function mb_ereg() in /mnt/web5/40/71/52039171/htdocs/system/core/users/users.edit.inc.php on line 96<br />
<br />
What can i do?]]></description>
			<pubDate>So, 22 Mär 2009 05:39:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2405&d=0#post10306]]></link>
		</item>
	</channel>
</rss>