[TYPO3-mvc] tx_sv_authbase Authentication Service and ExtBase - TS Configuration Problems

Alexander heim alexander at alexander-heim.com
Mon Jan 2 15:09:25 CET 2012


Yeah looks like that somehow. I got it now to work with doing some 
manual initialization.

Found an example here: 
http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-September/006483.html 
... but made some changes. So I do not create a new instance of TSFE and 
overwrite an possible existing one. But I need to set the pageUid to 
proceed. So I just set the ID of TSFE. It does not matter, if I do this 
in the authentication service or inside the command controller. It works 
now, but with a side effect. I have to call the initialization with a 
page ID. After a successfull login, typo3 is of course switched to this 
page. Grrrr. I thought, that with the Tx_Extbase_MVC_Dispatcher 
something like a new typo3 instance is called, everything is processed 
and the result is getting back. Hmmm. But this seems to be wrong. Or 
lets say, $GLOBALS stays of course ;-)

I will add this to the bugtracker. Thanks.

Alex



Am 02.01.2012 14:41, schrieb Claus Due:
> Hi Alex,
>
> Now it sounds like an issue with the emulated FE environment, particularly that t3lib_pageSelect is used to determine the TS setup content. I think that you "just" need to configure the PageSelect after initializing it. Unfortunately this is where my knowledge runs out.
>
> This could be seen as a bug (FE context set in CLI mode contains invalid PageSelect in TSFE which makes version overlays fail in DB backend) - could you add this to the forge bugtracker?
>
> Cheers,
> Claus
>
> On Jan 2, 2012, at 2:14 PM, Alexander heim wrote:
>
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list