1

Hello I'm using this new open source software and encounter this error

Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_substr() in /home/managetl/public_html/beta/app/vendor/symfony/polyfill-mbstring/Mbstring.php on line 413

Here is the code on line 413:

       return iconv_substr($s, $start, $length, $encoding).'';
}
Arnab Nandy
  • 6,472
  • 5
  • 44
  • 50

1 Answers1

1

Update: forgot to enable "mbstring" via easy apache. So if any runs into the error for pagekit the enable mbstring using easy apache.