Problems with mPDF

0

I have a problem with mPDF on my server. Thanks for your help.

Error - mPDF requires mb_string functions. Ensure that PHP is compiled with php_mbstring.dll enabled.

    
asked by Lucas Cardemil Villegas 19.10.2017 в 20:09
source

1 answer

0

The problem is that the extension of php mbstring is not enabled.

Check the php.ini and in the extension section uncomment extension = mbstring.so or extension = mbstring.dll if it is window to uncomment remove the ;

if you use xamp you can speak the extension graphically

Verify how to inhabit the extension in your Operating System.

    
answered by 19.10.2017 / 20:33
source