Fiz upload do backup para uma tabela, abrindo a tabela, vejo o seguinte:
Warning in ./libraries/sql.lib.php#601
count(): Parameter must be an array or an object that implements Countable
Backtrace
./libraries/sql.lib.php#2038: PMA_isRememberSortingOrder(array)
./libraries/sql.lib.php#1984: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'alternativegirls',
string 'tgp_photo',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `tgp_photo`',
NULL,
NULL,
)
./sql.php#216: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'alternativegirls',
string 'tgp_photo',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `tgp_photo`',
NULL,
NULL,
)
./index.php#53: include(./sql.php)
Por dentro do phpMyAdmin ...
PHP é 7.2, o servidor é Ubuntu 16.04, instalado ontem.
Procurando vi que alguns têm esse erro em seu código, mas não encontrei ninguém que o recebeu no phpMyAdmin ...
O que devo fazer? Esse erro foi meu? Um erro do phpmyadmin? aguarde atualização? Volto ao PHP 7.1?
if ( count($articles)){..}
no CodeIgniter , devem usar:if ( count((array)$articles)){..}
como aqui #