[TYPO3-english] Old BE (alt_main.php) loading after login

Albert van der Veen albert.van.der.veen at xs4all.nl
Fri Jan 30 14:42:11 CET 2009


By the way, had a closer look at dkd_feuser_belogin and you can still 
use this in 4.2 after modifying the file class.ux_SC_index.php of the ext:

change line 49 where redirect is coded:

	$this->redirectToURL = 'alt_main.php';

to:
  	$this->redirectToURL = 'backend.php';


Albert

Albert van der Veen wrote:
> Hi Thomas,
> 
> Thanks! This was indeed the cause: after uninstallling 
> dkd_feuser_belogin the problem was fixed.
> 
> grtz,
> Albert
> 
> Thomas Meixner wrote:
>> Hi Albert - I remember the same happening on an updated installation 
>> 4.0.4 - 4.2.3. I don't remember the exact solution but it had 
>> something to do with an Extension. Do you have any extensions which do 
>> FE user as BE user or something? I think it had something to do with 
>> FE Editing. Try disabling extensions one by one until you find the 
>> culprit.
>>
>> Good luck
>> Thomas


More information about the TYPO3-english mailing list