KodiCMS-Kohana / cms

A new version of KodiCMS 14.0.0 with composer moved to the KodiCMS company.
https://github.com/KodiCMS/kodicms
131 stars 35 forks source link

Call to undefined function mb_substitute_character() #361

Closed nvjkmr closed 7 years ago

nvjkmr commented 7 years ago

I'm getting the following error: Fatal error: Uncaught Error: Call to undefined function mb_substitute_character() in /var/www/html/my-app/application/bootstrap.php:64 Stack trace: #0 /var/www/html/my-app/index.php(102): require() #1 {main} thrown in /var/www/html/my-app/application/bootstrap.php on line 64

How to fix this error?

nvjkmr commented 7 years ago

Make sure you have compiled your PHP code with the --enable-mbstring option or just do sudo apt-get install php5.6-mbstring on Ubuntu.