Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
Eddydg edited this page Aug 20, 2016 · 2 revisions

I have the error "Call to undefined function mb_detect_encoding()"

You need to install the mbstring library:
apt install php-mbstring or apt install php7.0-mbstring

Then restart apache:
service apache2 restart

Clone this wiki locally