Categories
Latest Articles
- Fixing unable to delete videos in Ultimate Video
- Missed "Can add a new blog?"
- Error: Fatal error: require() ... C:\xampp2\htdocs\phpfox\PF.Base\include\library\phpfox\template\template.class.php
- [Social Media Importer] Add "Import Photo" menu on Advanced Photo app
- [Social Chat] Change color of Chat box
- PHP module "Multibyte String" is missing
- PHP module "PHP ZipArchive" is missing
- [phpFox] Unable to remove caches in memcache on apps of third party
- Error: PHP module 'PHP Exec is missing'
- Error: UID of script ".../public_html/index.php" is smaller than min_uid
Most Viewed Articles
Featured Articles
When install phpFox, you have to meet some module requirements. One of them is Multibyte String, or you will encounter this error.
To solve this, you need to install module Multibyte String to your system. Below is the command to install on CentOS Release 6.9 (Final)
yum install ea-php56-php-mbstring.x86_64
If you see the result:
Installed:
ea-php56-php-mbstring.x86_64 0:5.6.31-5.5.1.cpanel
Complete!
Then you installed Multibyte String properly.
You need restart server to apply changes:
service httpd restart
Be the first person to like this