cotonti.com : Error after try to edit a User https://www.cotonti.com Последние сообщения в теме Cotonti en Mon, 06 Jul 2026 04:29:36 -0000 scriptor вс, 22 мар 2009 19:50:00 -0000 Kilandor вс, 22 мар 2009 17:27:02 -0000 Trustmaster
mb_ereg(",", $rusername) || mb_ereg("'", $rusername)
and replace it with:
mb_strstr($rusername, ',') || mb_strstr($rusername, "'")

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.]]>
вс, 22 мар 2009 13:28:52 -0000
scriptor Call to undefined function mb_ereg() in /mnt/web5/40/71/52039171/htdocs/system/core/users/users.edit.inc.php on line 96

What can i do?]]>
вс, 22 мар 2009 05:39:57 -0000