OpenX – enabling advanced reports on CentOS
Posted by cornel | Filed under OpenX
I’m using CentOS for my cluster and I discovered that I’m not able to run the advanced reports from OpenX – I received the following error: “Using an input encoding requires PHP support for mb_convert_encoding() and mb_strlen()”.
The solution is quite simple: you need to install the Php multibyte string library. The command for doing that is “yum install php-mbstring”