devilbox: phpmyadmin not working
now adminer is ok, phpmyadmin is not.
containers:
9de540fcb0cd cytopia/mysql-5.7:0.9 "/docker-entrypoin..." 5 hours ago Up 5 hours 127.0.0.1:3306->3306/tcp devilbox_mysql_1
4bdbec57bd5c cytopia/apache-2.4:0.9 "/docker-entrypoin..." 5 hours ago Up 5 hours 127.0.0.1:80->80/tcp devilbox_httpd_1
a2d7362d18e1 cytopia/php-fpm-7.0:0.9 "/docker-entrypoin..." 5 hours ago Up 5 hours 9000/tcp devilbox_php_1
cf1aed406f1a cytopia/bind:latest "/docker-entrypoin..." 5 hours ago Up 5 hours 127.0.0.1:54->53/tcp, 127.0.0.1:54->53/udp devilbox_bind_1
http://127.0.0.1/vendor/phpmyadmin-4.7/index.php
( ! ) Fatal error: Uncaught UnexpectedValueException: Overloading of string functions using mbstring.func_overload is not supported by phpseclib. in /var/www/default/htdocs/vendor/phpmyadmin-4.7/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php on line 11
( ! ) UnexpectedValueException: Overloading of string functions using mbstring.func_overload is not supported by phpseclib. in /var/www/default/htdocs/vendor/phpmyadmin-4.7/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php on line 11
Call Stack
# Time Memory Function Location
1 0.0001 376512 {main}( ) .../index.php:0
2 0.0001 383984 require_once( '/var/www/default/htdocs/vendor/phpmyadmin-4.7/libraries/common.inc.php' ) .../index.php:19
3 0.0001 384992 require_once( '/var/www/default/htdocs/vendor/phpmyadmin-4.7/vendor/autoload.php' ) .../common.inc.php:85
4 0.0002 385648 ComposerAutoloaderInit7033babd32da3410d35a338a5cac8c30::getLoader( ) .../autoload.php:7
5 0.0004 392216 composerRequire7033babd32da3410d35a338a5cac8c30( ) .../autoload_real.php:60
6 0.0004 392464 require( '/var/www/default/htdocs/vendor/phpmyadmin-4.7/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php' ) .../autoload_real.php:70
my conf, version, etc still same from #61
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 19 (12 by maintainers)
Thanks for the info. First time I heard about shit driven development
phpMyAdmin 4.0
Again phpMyAdmin 4.0 errors will appear on later php versions, however it will only be available under the menu if you started up php-fpm-5.4. So when you open phpMyAdmin 4.0 with php5.4 there will be no errors. So that can be neglected. Just wanted to make double sure here.
phpMyAdmin 4.7
Everything above php-5.4 (5.5, 5.6, 7.0, 7.1 and hhvm) should not produce any errors with phpMyAdmin 4.7. I have tried to reproduce this behaviour locally, but did not get any errors.
What exactly did you do on phpMyAdmin 4.7? Or was it just the front-page?