[TYPO3-dev] problem with new way or rendering RECORDS in 4.5 beta

Krystian Szymukowicz t33k at prolabium.com
Thu Nov 25 19:02:08 CET 2010


W dniu 2010-11-25 18:42, Steffen Kamper pisze:
> Hi,
>
> Krystian Szymukowicz schrieb:
>>
>> function main () {
>> $local_cObj = t3lib_div::makeInstance('tslib_cObj');
>>
>> cConf = array(
>> 'tables' => 'tt_content',
>> 'source' => '2233',
>> 'dontCheckPid' => 1,
>> );
>>
>> $content = $local_cObj->RECORDS($cConf);
>> return $content;
>> }
>>
>>
>> The function call
>> $local_cObj->RECORDS($cConf);
>> makes some early return before writing anything to $content
>>
>>
>
> this works fine for me ;) Sure your record exists?
>
> vg Steffen


Yes. It  exists I can see it rendered in tslib_content_Records->render.


Maybe this is some cache related issues.
As long as I change the ext to non cached the content of RECORDS appears.


t3lib_extMgm::addPItoST43($_EXTKEY, 
'pi1/class.tx_jfmulticontent_pi1.php', '_pi1', 'list_type', 1);

to

t3lib_extMgm::addPItoST43($_EXTKEY, 
'pi1/class.tx_jfmulticontent_pi1.php', '_pi1', 'list_type', 0);


Btw:  The problem I am trying to solve comes from extension " 
jfmulticontent " .
Could you check if that extesnion works for you, please?



Maybe my installation is werid somehow.



-- 
grtz
Krystian Szymukowicz




More information about the TYPO3-dev mailing list