PhpMyAdmin error on FreeBSD 10.1

In attempt of an entrance through a web interface gives the following mistakes. In what there can be a problem?

Code:
phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
 
It is already installed.
mbstring already installed.png
 
Yes. It's also exist there.
But when I look through /var/log/httpd-errors after starting apache24, there heap of mistakes like this:
errors php.jpg
 
If I comment out:

Code:
LoadModule php5_module libexec/apache24/libphp5.so

on httpd.conf, mistakes in /var/log/httpd-error.log disappear.
 
Back
Top