I get the following error when I click on a table in phpmyadmin, it's telling me there's an error and it seems to be the same no matter which table I select. From what I gather, it's nothing to do with phpmyadmin. I am thinking at one point I had a theme that affected something, not sure why else it would show me a reference to a theme that doesn't exist anymore. I changed the database name with databaseNameIamUsing for the purpose of this post.
Warning some errors have been detected on the server, look bellow:
Warning in ./libraries/sql.lib.php#613
count(): Parameter must be an array or an object that implements Countable
Backtrace
./libraries/sql.lib.php#2128: PMA_isRememberSortingOrder(array)
./libraries/sql.lib.php#2079: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'databaseNameIamUsing',
string 'smf_log_group_requests',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `smf_log_group_requests`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'databaseNameIamUsing',
string 'smf_log_group_requests',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `smf_log_group_requests`',
NULL,
NULL,
)