maledicente
(usa Gentoo)
Enviado em 20/05/2018 - 15:45h
Boa tarde, criei um banco de dados, os arquivos php para conexão, inserção de dados porém não entraram na base de dados, estou usando mariadb + php 7.2 + apache2, imaginei que pudesse ser um erro pois no html5 a data fica xx/xx/xxxx e no banco de dados xxxx/xx/xx mas o envio ocorre sem problemas pelo php. Essa foi a saida ao abri o phpmy admin:
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 'cadastro',
string 'clientes',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `clientes`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'cadastro',
string 'clientes',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `clientes`',
NULL,
NULL,
)