バックアップをテーブルにアップロードし、次のようなテーブルを開いています。
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)
phpMyAdmin内...
PHPは7.2、サーバーはUbuntu 16.04、昨日インストールされました。
探していると、一部のコードにこのエラーがあることがわかりましたが、phpMyAdminでエラーを受け取った人は見つかりませんでした...
私は何をすべきか?それは私のエラーですか?phpmyadminエラー?更新を待ちますか?PHP 7.1に戻りますか?
if ( count($articles)){..}
にCodeIgniterの、彼らが使用する必要がありますif ( count((array)$articles)){..}
よう、ここで