ERLEDIGT
JA
JA
ANTWORTEN
1
1
ZUGRIFFE
1871
1871
EMPFEHLEN
-
27.12.04 23:22 #1
Hallo,
bin gerade dabei Typo3 zu installieren (mit diesem Quickstep),
aber ich komme einfach nicht weiter..
Problem:
Schritt 1 ist erfolgreich,
Schritt 2 wähle ich eine Datenbank aus (Sie existiert und ist auch richrig geschrieben und ist leer, wie vorausgesetzt!)
Dann:
Schritt 3 wird ganz oben auf der Seite folgendes angezeigt:
Woran kann das liegen? Ich habe alles korrekt eingegeben usw.Warning: mysql_list_tables() [function.mysql-list-tables]: Unable to save MySQL query result in /var/www/********/html/typo3/t3lib/class.t3lib_db.php on line 874
Habe schon alles moegliche probiert aber komme nicht weiter
In der datei 'class.t3-blabla' steht folgendes:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/** * Returns the list of tables from the default database, TYPO3_db (quering the DBMS) * In a DBAL this method should 1) look up all tables from the DBMS of the _DEFAULT handler and then 2) add all tables *configured* to be managed by other handlers * Usage count/core: 2 * * @return array Tables in an array (tablename is in both key and value) */ function admin_get_tables() { $whichTables = array(); $tables_result = mysql_list_tables(TYPO3_db, $this->link); if (!mysql_error()) { while ($theTable = mysql_fetch_assoc($tables_result)) { $whichTables[current($theTable)] = current($theTable); } } return $whichTables; }
Die zeile
ist die besagte zeile 874Code :1
$tables_result = mysql_list_tables(TYPO3_db, $this->link);
Hilfe
Kann mir jemand helfen?
Ich habe folgenden server:
Celeron 2.0 Ghz
1024 MB DDR-Ram
40,0 GB Festplatte
100 Mbit Anbindung
Misc:
MySQL
SQL-Datenbank
PHP 5.0.3
und alles was man theoretisch fuer Typo3 braucht!
Bitte helft mir weiter
Hab in den offiziellen typo3-Foren nichts gefunden
Naja danke schonmal im Voraus!Geändert von Suchfunktion (27.12.04 um 23:27 Uhr)
-
27.12.04 23:52 #2
Ist in ordnung..
hab vergessen einige datein zu uploaden.. danke!
Ähnliche Themen
-
MySQL Query: Warning: mysql_fetch_row():supplied resource is not a valid MySQL result
Von blck im Forum Relationale DatenbanksystemeAntworten: 3Letzter Beitrag: 29.11.08, 20:08 -
Warning: Unable to jump to row 0 on MySQL result index 4
Von Lapachon im Forum PHPAntworten: 5Letzter Beitrag: 13.05.04, 13:45 -
Warning: Unable to jump to row 0 on MySQL result index 4?
Von Lapachon im Forum PHPAntworten: 1Letzter Beitrag: 20.02.04, 11:05 -
MySQL-Query Result zusammenführen...
Von thing im Forum PHPAntworten: 2Letzter Beitrag: 29.01.04, 09:49 -
"unable to save result set" / DB zu klein oder zu voll?
Von cocoon im Forum Relationale DatenbanksystemeAntworten: 7Letzter Beitrag: 12.05.03, 07:30





Zitieren
Login





