my sql install

This is used for general discussion that is not necessarily server-related.
Post Reply
scott
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jun 20, 2020 9:05 am

my sql install

Post by scott »

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 'fivepd',
string 'departments',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `departments`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'fivepd',
string 'departments',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `departments`',
NULL,
NULL,
)

i keep getting this error trying to access my sql used your tutorial in forums to set up can anybody help
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: my sql install

Post by Edge100x »

It looks like this one might be a bug in PMA. Have you tested a newer version?

I will update our installer to make installing a new version easier, as well (for those using our webhosting).
Post Reply