[dev] Blank login page

Jan Schneider jan at horde.org
Tue Sep 7 14:51:00 PDT 2004


Zitat von Maciek Borowka <mborowka at clever-age.com>:

> I am fighting exactly with the same problem.
> It seems that compiling PHP with --enable-mbstring (and not
> --enable-mbstring=all) is not enough: the check for the extension will return
> true, but the actual functions are not compiled (well, at least
> mb_regex_encoding is not). Delete the @ from the line and you will see the
> "function undefined" error.
>
> The solution is to replace
> if (Util::extensionExists('mbstring')) {
> by
> if (function_exists('mb_regex_encoding')) {
>
> (line 32, file String.php)
>
> It seems to work in my case. Someone can commit this change?

Fixed in CVS.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the dev mailing list