H hucker91 Jul 2, 2015 #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.
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.
SirDice Administrator Staff member Administrator Moderator Jul 2, 2015 #2 Install converters/php5-mbstring, converters/php55-mbstring or converters/php56-mbstring, depending on the version of PHP you have.
Install converters/php5-mbstring, converters/php55-mbstring or converters/php56-mbstring, depending on the version of PHP you have.
talsamon Jul 3, 2015 #4 Look into /usr/local/etc/php/extensions.ini if it's there, if not write in : Code: extension=mbstring.so .
Look into /usr/local/etc/php/extensions.ini if it's there, if not write in : Code: extension=mbstring.so .
OP H hucker91 Jul 3, 2015 Thread Starter #5 Yes. It's also exist there. But when I look through /var/log/httpd-errors after starting apache24, there heap of mistakes like this:
Yes. It's also exist there. But when I look through /var/log/httpd-errors after starting apache24, there heap of mistakes like this:
OP H hucker91 Jul 3, 2015 Thread Starter #7 In php.info too isn't present mbstring.so. Last edited by a moderator: Jul 7, 2015
SirDice Administrator Staff member Administrator Moderator Jul 3, 2015 #8 What's include_path in php.ini?
OP H hucker91 Jul 7, 2015 Thread Starter #10 If I comment out: Code: LoadModule php5_module libexec/apache24/libphp5.so on httpd.conf, mistakes in /var/log/httpd-error.log disappear.
If I comment out: Code: LoadModule php5_module libexec/apache24/libphp5.so on httpd.conf, mistakes in /var/log/httpd-error.log disappear.