Actions
Bug #23497
closedProblem to generate textpic tt_content with eID
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
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.
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