Warning in libraries sql.lib.php 613 count Parameter must be an array or an object that implements Countable solved
phpmyadmin – count(): Parameter must be an array or an object that implements Countable error Just go to /usr/share/phpmyadmin/libraries/sql.lib.php On the line no. 613 the count function always evaluates to true since there is no closing parenthesis after $analyzed_sql_results[‘select_expr’]. Making the below replacements resolves this, then you will need to delete the last closing parenthesis on line 614, as…