[TYPO3-german] DAM > Liste gibt anzahl Files aus aber keine Liste (mysql_fetch_assoc() class.t3lib_db.php on line 801)
Beate Sommer
beate.sommer at macdev.de
Fri Sep 22 16:44:42 CEST 2006
hab noch ein paar Infos, kann es sein das man einfach das Memory Limit
des MySQL Servers hochsetzen muss:
caller t3lib_DB::exec_SELECTquery
ERROR Out of memory; restart server and try again (needed 32776 bytes)
lastBuiltQuery SELECT DISTINCT
tx_dam.title,tx_dam.uid,tx_dam.pid,tx_dam.media_type,tx_dam.tstamp,tx_dam.crdate,tx_dam.cruser_id,tx_dam.sorting,tx_dam.deleted,tx_dam.sys_language_uid,tx_dam.l18n_parent,tx_dam.hidden,tx_dam.starttime,tx_dam.endtime,tx_dam.fe_group,tx_dam.file_name,tx_dam.file_dl_name,tx_dam.file_path,tx_dam.file_size,tx_dam.file_type,tx_dam.file_ctime,tx_dam.file_hash,tx_dam.file_mime_type,tx_dam.file_mime_subtype,tx_dam.file_status,tx_dam.parent_id
FROM tx_dam
WHERE
1
AND tx_dam.pid IN (1041556)
AND (tx_dam.file_path LIKE BINARY
'fileadmin/user_upload/ROOTPUB/intranet/de/%')
AND tx_dam.deleted=0
ORDER BY tx_dam.sorting
LIMIT 20,20
debug_backtrace tx_dam_mod_list->main // tx_dam_mod_list->extobjcontent
// tx_dam_list_list->main // tx_dam_selectionquery->execselectionquery
// t3lib_db->exec_select_queryarray // t3lib_db->exec_selectquery //
t3lib_db->debug
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL
result resource in /www/intranet/typo3_src-4.0/t3lib/class.t3lib_db.php
on line 801
More information about the TYPO3-german
mailing list