Hi, I'm getting started with zenphoto too, and I got the same message twice, on 2 different webhosts. Does it have something to do with the fact I'm working on a Mac and character encoding?
This looks to be a combination of two problems. First, the PHP function `mb_internal_encoding` seems not to be configured in your PHP. Second, there seems a bug in the setup program on new installs when this function is missing.
If you can fix the PHP configuration that is your best approach since that function is needed for handling accented characters. If not, then the nightly build tonight should include the fix for setup.php.
Comments
I'm getting started with zenphoto too, and I got the same message twice, on 2 different webhosts. Does it have something to do with the fact I'm working on a Mac and character encoding?
If you can fix the PHP configuration that is your best approach since that function is needed for handling accented characters. If not, then the nightly build tonight should include the fix for setup.php.