scriptor |
|
---|---|
When i trie to edit a User u get this:
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? [url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url] |
Trustmaster |
|
---|---|
Open that line in that file, find this piece:
mb_ereg(",", $rusername) || mb_ereg("'", $rusername) 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. May the Source be with you!
|
|
This post was edited by Trustmaster (2009-03-22 13:36, 15 years ago) |
Kilandor |
|
---|---|
Well in that situation its pointless to use ereg anyways.
|
scriptor |
|
---|---|
okay merci ;)
[url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url] |