PHP version: 7.2.19-0ubuntu0.18.04.1
phpMyAdmin 4.6.6
On my Install of Phpmyadmin, I get two errors when opening it. One under import and one under export! Is this because mysql-server is wrong or is it because of fault in phpmyadmin? and how do I take care of it?
I installed it on Debian9 and had no problem!
Under Export:
Warning in ./libraries/plugin_interface.lib.php#551
count(): Parameter must be an array or an object that implements Countable Backtrace
Under Import I get:
Warning in ./libraries/plugin_interface.lib.php#551
count(): Parameter must be an array or an object that implements Countable
Backtrace
./libraries/display_import.lib.php#371: PMA_pluginGetOptions(
string 'Import',
array,
)
./libraries/display_export.lib.php#381: PMA_pluginGetOptions(
string 'Export',
array,
)