Fatal error: Call to undefined function mb_eregi() / mb_strtolower()
You are missing the PHP mbstring extension which is required to handle different character sets. Please check your PHP configuration and make sure to compile it with --enable-mbstring.