How to Fix Call to undefined function Symfony\Polyfill\Mbstring\iconv_strpos() Issue

Karthik picture Karthik · Feb 21, 2017 · Viewed 12.4k times · Source

I uploaded my Laravel project to server. It displays following error. How to fix it?

Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_strpos() in /home/invoice/vendor/symfony/polyfill-mbstring/Mbstring.php on line 358

Answer

Manish picture Manish · Feb 21, 2017

Did you install iconv PHP extension. If not please install and enable it. This may fix your problem. Please see the Documentation. Here is the Link.