I have a PHP error:
Fatal error: Call to undefined function mb_detect_order
while running my code on Linux Ubuntu 14.04, php version 5.3.29. In php.info file I have the configuration for mbstring library as shown below:
Does anybody, please, have a solution for that problem?
P.s I cannot update php version to a newer one.