[TYPO3-english] Image rendering in Extbase/Fluid
Tobias Liegl
tliegl at gmail.com
Sun Apr 14 20:08:31 CEST 2013
Hi Martin,
the problem is described here: http://forge.typo3.org/issues/46067 - but
it's missing a working patch.
Tobi
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