Project

General

Profile

Actions

Bug #46090

closed

Contentobject data Image/Link broken or missing

Added by Martin Muzatko about 11 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-03-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

On update to 6.0.3, the contentobject data did not return any expected values ($this->cObj->data;)

The same issue can be found on stackoverflow -> http://stackoverflow.com/questions/15250351/missing-image-in-typo3-this-contentobj-in-6-0-3

$this->contentObj = $this->configurationManager->getContentObject();
$data = $this->contentObj->data;
print_r($data);

This will return a tt_content - object including image => /path/to/image. Everything fine.

[bodytext] => Lorem ipsum dolor 
[image] => ../../fileadmin/user_upload/images/businessman.jpg

Today changing source to TYPO3 6.0.3 everything the same but the image is just a "1".

[bodytext] => Lorem ipsum dolor
[image] => 1


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #46067: Image rendering fails when using 'image' or 'media' field with own CEs (CType)Closed2013-03-06

Actions
Actions

Also available in: Atom PDF