mysqlphpmyadminphp-7.2

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


I'm getting issue with PhpMyAdmin when exporting any database. It is coming every time.

enter image description here

Please help me if anyone has solution to resolve all these types of issues in PhpMyAdmin


Solution

  • It seems we can't remove all the issues from PhpMyAdmin with PHP 7.2+. But we can remove this issue by change in one line in file libraries/plugin_interface.lib.php file at line no 532.

    Below is the screenshot for the fix.

    Before fix code looks like:-

    enter image description here

    After fix code looks like:-

    enter image description here

    Above is the only fix to solve error messages in export database screen.