When I log in into my phpMyAdmin 4.5.4.1deb2ubuntu2 on my Ubuntu 16.04.3 server I get a lot of deprecation notices:
Deprecation Notice in ./../php/php-gettext/streams.php#48
Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor
Backtrace
./../php/php-gettext/gettext.inc#41: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)
Here is the complete list of error messages.
I tried to follow this answer here but this also did not work.
Also sudo apt-get update
and sudo apt-get upgrade
changed nothing.