Can somebody fix it, mybe will be paid. https://i.edostuff.xyz/chrome_b34mcYRH1q.png
Its already like that.Edit file /usr/share/phpmyadmin/libraries/sql.lib.php:
sudo nano /usr/share/phpmyadmin/libraries/sql.lib.php
Replace: count($analyzed_sql_results['select_expr'] == 1)
With: (count($analyzed_sql_results['select_expr']) == 1)
Restart the server apache:
sudo service apache2 restart
