count(): Parameter must be an array or an object that implements Countable

Warning in ./libraries/sql.lib.php#613
count(): Parameter must be an array or an object that implements Countable
count(): Parameter must be an array or an object that implements Countable_第1张图片

sudo vim /usr/share/phpmyadmin/libraries/sql.lib.php
(count($analyzed_sql_results['select_expr'] == 1) 改为
(count($analyzed_sql_results['select_expr']) == 1

你可能感兴趣的:(count(): Parameter must be an array or an object that implements Countable)