[TYPO3-dev] typo3 4.3: mysql error caused by dam or by 4.3 trunk?
Dan Osipov
dosipov at phillyburbs.com
Fri Jan 16 16:44:07 CET 2009
Given debug_backtrace, and the fact that it works in 4.2, I would say
the problem could be due to a recent change in 4.3. Unfortunately, I
don't have time to look into this now.
Uschi, can you report this as a bug in DAM, and as Dmitry suggested, if
it turns out to be a problem in the core, we'll kick it there.
Dan Osipov
Calkins Media
http://danosipov.com/blog/
Uschi Renziehausen wrote:
> 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