I have not used it but what about using an mbstring emulator?
1. Just download it and unzip it into an any directory under your SugarCRM root directory.
2. Include mb-emulator.php in any common php file (which I have not identified yet though...) like below;
PHP Code:
if (!extension_loaded('mbstring')) {
include('mb-emulator.php');
}
The best file which should include mb-emulator.php will be config.php but it is not yet created before you install Sugar. So include/utils.php or install.php may be the second option for the moment.
Bookmarks