[Typo3-german] Fehlermeldung

mathias.hoth at freenet.de mathias.hoth at freenet.de
Fri Oct 7 08:21:13 CEST 2005


Moin Liste!

Also mein hochgeschätzter Kollege hat das Prtoblem gelöst. Er hat in einem Forum die Lösung gefunden:

Nochmals die Fehlermeldung:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in D: ypo3apachehtdocsquickstart 3libclass.t3lib_tstemplate.php on line 243 

Lösung:

Tabelle "cache_pagesection" war defekt. 
einfach löschen und neu anlegen 


Neu Anlegen der Tabelle geht so:
Im php.Admin auf den Reiter SQL klicken und dort im Textfeld folgenden Code einfügen:

CREATE TABLE cache_pagesection (
page_id int(11) unsigned DEFAULT '0' NOT NULL,
content blob NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (page_id)
) TYPE=MyISAM; 


anschließend auf den OK-Button klicken. Fertig.





Ihr Traumpartner ist nur einen Klick entfernt. 1 Million Singles warten auf Sie in
Deutschlands beliebtester Partnerboerse:
http://singles.freenet.de/index.html?pid=11512

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Diese Nachricht als :  TEXT/PLAIN
Type: 
Size: 176 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-german/attachments/20051007/7678b610/attachment.pot 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DieseNachrichtals:TEXT/PLAIN
Type: 
Size: 0 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-german/attachments/20051007/7678b610/attachment.asc 


More information about the TYPO3-german mailing list