Website X5 Analytics Fehler                                     
                                        Autore: Kerstin K.Hallo Zusammen,
Ich versuche WebSite X5 Analytics mit folgender Konfiguration zu verwenden
- nginx/1.19.6
 - Datenbank-Client Version: libmysql - mysqlnd 7.4.14
 - PHP-Erweiterung: mysqli
 curl
 mbstring
 - PHP-Version: 7.4.14
 
Leider bekomme folge Fehlermeldung:
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#2062: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'hoerchen_db',
string 'Statistik_visits',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `Statistik_visits`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'hoerchen_db',
string 'Statistik_visits',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `Statistik_visits`',
NULL,
NULL,
)
Kann mir jemand weiterhelfen?
Viele Grüße
Kerstin

Autore
Diese Fehlermeldung kommt noch hinzu
Notice in ./libraries/DisplayResults.php#1243
 Trying to access array offset on value of type bool
Backtrace
./libraries/DisplayResults.php#1349: PMA\libraries\DisplayResults->_getTableHeadersForColumns(
array,
array,
array,
array,
array,
boolean true,
string '',
)
./libraries/DisplayResults.php#4429: PMA\libraries\DisplayResults->_getTableHeaders(
array,
array,
string '',
array,
array,
array,
boolean true,
)
./libraries/sql.lib.php#1686: PMA\libraries\DisplayResults->getTable(
,
array,
array,
boolean true,
)
./libraries/sql.lib.php#1477: PMA_getHtmlForSqlQueryResultsTable(
<class:pma\libraries\displayresults>,
string './themes/pmahomme/img/',
NULL,
array,
boolean false,
integer 0,
integer 0,
boolean true,
,
array,
boolean true,
)
./libraries/sql.lib.php#2178: PMA_getQueryResponseForNoResultsReturned(
array,
string 'hoerchen_db',
string 'Statistik_visits',
NULL,
integer 0,
<class:pma\libraries\displayresults>,
NULL,
string './themes/pmahomme/img/',
,
string 'SELECT * FROM `Statistik_visits`',
NULL,
)
./import.php#844: PMA_executeQueryAndGetQueryResponse(
array,
boolean false,
string 'hoerchen_db',
string 'Statistik_visits',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string 'tbl_structure.php',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `Statistik_visits`',
NULL,
NULL,
)</class:pma\libraries\displayresults></class:pma\libraries\displayresults>
Kannst Du Deine php-Version auf 7.3 oder 7.2 zurücksetzen und dann nochmal versuchen?
Autore
Ich habe die Datenbank mit phpmyadmin abgefragt. Nach Update von phpmyadmin auf die aktuellste Version ist das Problem behoben.
Vielen Dank für die Bemühungen.