In some tables (either myisam or innodb) I get this error:
CODE: SELECT ALL
Warning in ./libraries/classes/InsertEdit.php#1765
implode(): Invalid arguments passed
Backtrace
InsertEdit.php#1765: implode(
string ',',
string 'pro_doct',
)
ReplaceController.php#312: PhpMyAdmin\InsertEdit->getCurrentValueForDifferentTypes(
boolean false,
string '2ab6240bef8140b28277f912b86342bf',
array,
string '\'\'',
array,
integer 0,
array,
array,
array,
boolean false,
boolean true,
string '`bibliografie`.`ID` = 2',
string 'bibliografie',
array,
)
Routing.php#192: PhpMyAdmin\Controllers\Table\ReplaceController->__invoke(
,
array,
)
index.php#43: PhpMyAdmin\Routing::callControllerForRoute(
,
string '/table/replace',
,
,
)
And in phpmyadmin I cannot copy tables from a (local) database to another (local) one, as I had always do. Now I can only export/import (without error messages).
I use xampp for Linux.
Server: Localhost via UNIX socket
Tipo di server: MariaDB
Connessione Server: SSL inattivo Documentazione
Versione del server: 10.4.17-MariaDB - Source distribution
Versione protocollo: 10
Utente: root@localhost
Codifica caratteri del server: cp1252 West European (latin1)
Web server: Apache/2.4.46 (Unix) OpenSSL/1.1.1i PHP/7.4.14 mod_perl/2.0.11 Perl/v5.32.0
Versione del client del database: libmysql - mysqlnd 7.4.14
Estensione PHP: mysqli
Versione PHP: 7.4.14
EDIT
I noticed that now I cannot create views anymore: the "create view" link doesn't work anymore.
EDIT
My question is: how can I use the console to check what kind of problem there is, and how fix it?