Bug #62035
closedAfter upgrade from 6.1 to 6.2: No file usage (sys_file_reference) found for given UID - error in the frontend
0%
Description
After an upgrade from TYPO3 6.1 to 6.2 I got an "Uncaught Exception" on every page in the frontend with content elements "Images" or "Text & Images".
See the attached screenshot for details of the error message.
If I deactivate the images in the content elements, the page is rendered correct.
The error appears too if I create a new content element and upload a new image file. So every page with an images throws this error in the frontend.
Before the upgrade, I updated the reference index, the wizard in the install tool run correct and no error message appears there.
I cleared the cache several times via shell command rm -rf typo3temp/Cache/.
There are only a few extensions in this project, but deactivating this extensions changed nothing.
In the backend, there are no problems, I can upload, delete and use images in the file list module and in content elements without problems.
(Notice: I've done about 20-25 6.2 upgrades in the last few weeks, mostly from 4.5 to 6.2, but this is the first time this problem occurs)
Files
Updated by Wolfgang Wagner about 10 years ago
Problem solved (apparently):
after the upgrade in the install tool the parameter [FE][activateContentAdapter] was set. After unsetting this, all images are rendered correct in the frontend.
Can someone explain this behaviour? The error affects all images in standard content elements.
Updated by Benni Mack over 9 years ago
- Status changed from New to Closed
The option "activateContentAdapter" is set to allow rendering of old behaviour in TypoScript, which was just an intermediate step. All new installations and all properly upgraded installations do not need this option anymore - it's also removed in CMS7.