[TYPO3-dev] typo3 4.3: mysql error caused by dam or by 4.3 trunk?

Uschi Renziehausen typo3news at otherone.de
Fri Jan 16 08:39:45 CET 2009


Hi folks,

after upgrading my core to from 4.3 r4651 to 4.3 r4725 uploading a file via Media>File>Upload causes a mysql error caused by a missing table name in the query:

The lastBuiltQuery is:

SELECT uid_foreign
FROM
WHERE
uid_local=1100
ORDER BY sorting

and debug_backtrace says:

tx_dam_mod_file->main#248 // t3lib_SCbase->extObjContent#157 // tx_dam_file_upload->main#389 // tx_dam_file_upload->uploadProcessing#355 // tx_dam_file_upload->indexUploadedFiles#544 // 
tx_dam_indexing->indexFiles#831 // tx_dam_indexing->indexFile#658 // tx_dam_db->insertUpdateData#845 // t3lib_TCEmain->process_datamap#348 // t3lib_TCEmain->dbAnalysisStoreExec#926 // 
t3lib_loadDBGroup->writeMM#6363 // t3lib_DB->exec_SELECTquery#376 // t3lib_DB->debug#234

This is certainly a bug, but I do not know whether it is the dam (i did not change anything there) or the core. Can you give me a hint under which category I have to place the bugreport?

Thanks, Uschi




More information about the TYPO3-dev mailing list