Hello, The library crashes if mbstr is not available on server. I recommend adding this code for each use of mb_convert_encoding functions: if(function_exists('mb_convert_encoding') {...}
Hello,
The library crashes if mbstr is not available on server.
I recommend adding this code for each use of mb_convert_encoding functions:
if(function_exists('mb_convert_encoding')
{...}