mysql fehler mysql_fetch_assoc(): | | hallo zusammen.
Ich habe ein kleines Problem mit meiner Mysql Db (so vermute ich zumindest)
Wenn ich seit neustem extensions wie tt_news oder das feedit für eben jenes einsetzten will erhalte ich beim ersten laden der Seite folgenden Fehler
caller t3lib_DB::exec_SELECTquery
ERROR Can't create/write to file 'G:\Intranet\xampp\tmp\#sql_778_0.MYD' (Errcode: 17)
lastBuiltQuery SELECT tt_news.*
FROM tt_news
WHERE
tt_news.pid IN (79) AND 1=1 AND tt_news.sys_language_uid IN (0,-1) AND tt_news.deleted=0 AND tt_news.t3ver_state!=1 AND tt_news.hidden=0 AND (tt_news.starttime<=1188465534) AND (tt_news.endtime=0 OR tt_news.endtime>1188465534) AND (tt_news.fe_group='' OR tt_news.fe_group='0' OR (tt_news.fe_group LIKE '%,0,%' OR tt_news.fe_group LIKE '0,%' OR tt_news.fe_group LIKE '%,0' OR tt_news.fe_group='0') OR (tt_news.fe_group LIKE '%,-2,%' OR tt_news.fe_group LIKE '-2,%' OR tt_news.fe_group LIKE '%,-2' OR tt_news.fe_group='-2') OR (tt_news.fe_group LIKE '%,1,%' OR tt_news.fe_group LIKE '1,%' OR tt_news.fe_group LIKE '%,1' OR tt_news.fe_group='1') OR (tt_news.fe_group LIKE '%,2,%' OR tt_news.fe_group LIKE '2,%' OR tt_news.fe_group LIKE '%,2' OR tt_news.fe_group='2') OR (tt_news.fe_group LIKE '%,3,%' OR tt_news.fe_group LIKE '3,%' OR tt_news.fe_group LIKE '%,3' OR tt_news.fe_group='3') OR (tt_news.fe_group LIKE '%,12,%' OR tt_news.fe_group LIKE '12,%' OR tt_news.fe_group LIKE '%,12' OR tt_news.fe_group='12') OR (tt_news.fe_group LIKE '%,22,%' OR tt_news.fe_group LIKE '22,%' OR tt_news.fe_group LIKE '%,22' OR tt_news.fe_group='22') OR (tt_news.fe_group LIKE '%,23,%' OR tt_news.fe_group LIKE '23,%' OR tt_news.fe_group LIKE '%,23' OR tt_news.fe_group='23') OR (tt_news.fe_group LIKE '%,46,%' OR tt_news.fe_group LIKE '46,%' OR tt_news.fe_group LIKE '%,46' OR tt_news.fe_group='46'))
GROUP BY tt_news.uid
ORDER BY datetime desc
debug_backtrace require // include // TSpagegen::renderContent // tslib_cObj->cObjGet // tslib_cObj->cObjGetSingle // tslib_cObj->USER // tslib_cObj->callUserFunction // call_user_method // tx_templavoila_pi1->main_page // tx_templavoila_pi1->renderElement // tx_templavoila_pi1->processDataValues // tslib_cObj->cObjGet // tslib_cObj->cObjGetSingle // tslib_cObj->RECORDS // tslib_cObj->cObjGetSingle // tslib_cObj->cObjGetSingle // tslib_cObj->CASEFUNC // tslib_cObj->cObjGetSingle // tslib_cObj->COBJ_ARRAY // tslib_cObj->cObjGet // tslib_cObj->cObjGetSingle // tslib_cObj->CASEFUNC // tslib_cObj->cObjGetSingle // tslib_cObj->CASEFUNC // tslib_cObj->cObjGetSingle // tslib_cObj->cObjGetSingle // tslib_cObj->USER // tslib_cObj->callUserFunction // call_user_method // tx_ttnews->main_news // tx_ttnews->displayList // tx_ttnews->getListContent // tx_ttnews->exec_getQuery // t3lib_DB->exec_SELECT_queryArray // t3lib_DB->exec_SELECTquery // t3lib_DB->debug
Warning: mysql_fetch_assoc(:sad: supplied argument is not a valid MySQL result resource in G:\Intranet\xampp\htdocs\mdvnet\t3lib\class.t3lib_db.php on line 690
Warning: Cannot modify header information - headers already sent by (output started at G:\Intranet\xampp\htdocs\mdvnet\t3lib\class.t3lib_db.php:932) in G:\Intranet\xampp\htdocs\mdvnet\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2767
:link {text-decoration: none ;color: #006699;} :visited {text-decoration: none ;color: #006699;} :active {text-decoration: none ;color: #006699;} :hover {text-decoration: underline ;color: #000000;}
Mache ich über extensions\tt_news ein update sehe ich, dass in der Datenbank die felder irgendwie schon vorhanden sind.
Das erklärt wohl auch,w eiso oben immer die meldung kommt.
Mein Problem ist nun, dass als ich deswegen einen compare aus dem installtool gemacht habe, und zum dank wieder einen tAg verlorenhabe, weil nicht nur Inhalte und extensions sondern auch das template (tv) darunter gelitten haben.
Weiss jemand von euch, wie ich diesen Fehler auf humane weise beseitigen kann ? |