Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined function mb_substitute_character() #361

Closed
nvjkmr opened this issue Feb 10, 2017 · 1 comment
Closed

Call to undefined function mb_substitute_character() #361

nvjkmr opened this issue Feb 10, 2017 · 1 comment

Comments

@nvjkmr
Copy link

nvjkmr commented Feb 10, 2017

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
Copy link
Author

nvjkmr commented Feb 10, 2017

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.

@nvjkmr nvjkmr closed this as completed Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant