[TYPO3-german] Nach Update auf 4.1.1 Fehler bei Listansicht
Christian Platt
christian.platt at pharmaline.de
Thu Apr 19 06:26:10 CEST 2007
Hallo liebe Liste
gestern habe ich ein typo 4.01 auf typo 4.11 Update durchgeführt.
Nun erhalte ich, wenn ich auf Liste einer Seite klicke die nicht
vielsagende Fehlermeldung
"Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result resource in /Applications/xampp/htdocs/quickstart/t3lib/
class.t3lib_db.php on line 810
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result resource in /Applications/xampp/htdocs/quickstart/t3lib/
class.t3lib_db.php on line 810"
In class.t3lib_db.php steht folgendes
####
/**
* Returns an associative array that corresponds to the fetched row,
or FALSE if there are no more rows.
* mysql_fetch_assoc() wrapper function
* Usage count/core: 307
*
* @param pointer MySQL result pointer (of SELECT query) / DBAL object
* @return array Associative array of result row.
*/
function sql_fetch_assoc($res) {
$this->debug_check_recordset($res);
return mysql_fetch_assoc($res); <- Zeile 810
}
###
Hat jemand ähnliche Probleme? Ein Check der Datenbanken mit dem
Install-Tool habe ich gemacht.
Welche Verdächtigen (Extensions) können das hervorrufen?
Für Antworten dankbar ist
Christian
More information about the TYPO3-german
mailing list