본문 바로가기

카테고리 없음

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

딴 방법 다 안됬는데 5번째 답변인가? 여기서 알려준 설정이 먹혔다.

 

해결책

Edit file: '/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 sudo service apache2 restart

 

https://stackoverflow.com/questions/48001569/phpmyadmin-count-parameter-must-be-an-array-or-an-object-that-implements-co