Project

General

Profile

Actions

Bug #23497

closed

Problem to generate textpic tt_content with eID

Added by Mathieu QUEVAL about 14 years ago. Updated over 13 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I generate a content with eID, it doesn't work with a tt_content textpix !!

$local_cObj = t3lib_div::makeInstance('tslib_cObj');
$ceConf = array('tables' => 'tt_content', 'source' => $uid, 'dontCheckPid' => 1);
$content = $local_cObj->RECORDS;
(issue imported from #M15630)


Files

class.tx_t3innapi_content_eid.php (1.84 KB) class.tx_t3innapi_content_eid.php Administrator Admin, 2010-09-03 12:15
Actions #1

Updated by Susanne Moog about 14 years ago

Have you included cssstyledcontent in your eID script?

Try

include_once([insert correct path here] 'typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php');

before you call the cObj and everything should work fine.

Actions #2

Updated by Dmitry Dulepov over 13 years ago

  • Category deleted (Communication)
  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)

No feedback provided within 90 days. Closing the issue.

Actions

Also available in: Atom PDF