🌍
English
Hello
whenever I attempt to send notifications to users, or have user's auto-receive their registration informations, I get the error
Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/piwigo/include/emogrifier.class.php on line 434
I saw someone posted the same error on the French forum in November of 2017, but no solution is posted.
Piwigo 2.10.2
Operating system: Linux
PHP: 7.0.33-0+deb9u7
MySQL: 5.5.5-10.1.44-MariaDB-0+deb9u1
Graphics Library: ImageMagick 6.9.7-4
Offline
hello all,
Solved thanks to an article on stackoverflow https://stackoverflow.com/questions/826 … 9#19728019
I had to install php7.0-mbstring on my server.
Offline