Just edit the plugin _interface.lib.php
sudo nano /usr/share/phpmyadmin/libraries/plugin_interface.lib.php
Find this lineif ($options != null && count($options) > 0) {
Add (array) or replace with thisif ($options != null && count((array)$options) > 0) {