[TYPO3-dev] USER_INT not possible?
Ries van Twisk
typo3 at rvt.dds.nl
Thu Jun 22 18:57:15 CEST 2006
Christoph Koehler wrote:
> Hello all,
>
> My extension shows up as USER_INT in the TS object browser, but pages are
> still being cached, before and after login. So a page will show the 'not
> logged in' dialog, but the user is really logged in.
> Now, I searched the list and found that changing 1 to 0 in this line in my
> ext_localconf.php, it would work:
>
> t3lib_extMgm::addPItoST43($_EXTKEY,"pi1/class.tx_cwtcommunity_pi1.php","_pi1","list_type",1);
>
> But when I do that, my extension will be blank, even after clearing both
> FE and typo3conf cache.
>
> Any idea, what am I doing wrong?
>
> Christoph
>
Did you also set teh USER_INT flag in your extension?
$this->pi_USER_INT_obj=1; // Configuring so caching is
not expected. This value means that no cHash params are ever set. We do
this, because it's a USER_INT object!
Ries
--
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web: http://www.rvantwisk.nl/freelance-typo3.html
skype: callto://r.vantwisk
=== Work:
email: ries at livetravelguides.com
web: http://www.livetravelguides.com
More information about the TYPO3-dev
mailing list