[TYPO3-english] Image rendering in Extbase/Fluid
Dirk Wenzel
wenzel at webfox03.de
Sun Apr 14 17:17:06 CEST 2013
Hi Martin,
did you try to debug the data object in frontend?
<f:debug title="your speaking title">{data}</f:debug> will let you
inspect the structure of the data object.
Cheers
Dirk
Am 13.04.13 17:08, schrieb Martin Wagner:
> Hi list,
>
> I recently struggled with a self-built extension when updating from TYPO3 6.0.2 to 6.0.4. In the extension, I fetch the data using
>
> $this->contentObj = $this->configurationManager->getContentObject();
> $this->view->assign('data', $this->contentObj->data);
>
> In the Fluid template, I put the image source using {data.image}. So far, so good - in 6.0.2, I get back the full image path and everything works fine. Since 6.0.3, I just get back a '1' instead of the path.
>
> After some research, I found this behavior filed as a bug at forge.typo3.org/issues/46090. Since the last activity on that is already a month back, I wonder if anybody out there has found some workaround / other technique to get back the image?
>
> Thanks folks,
>
> Martin
>
More information about the TYPO3-english
mailing list