[Typo3] dkd_feuser_belogin: No cookies, no Typo3

Olivier Dobberkau olivier.dobberkau at dkd.de
Thu Nov 3 11:54:03 CET 2005


Bastiaan Rodenburg wrote:
> Hi all,
> 
> I've a strange problem with extension  dkd_feuser_belogin (FEUser->BELogin). 
> Loading works fine. But when I log out from BE and log in again my 
> production server says something like "No cookies, no Typo3". But on my 
> development server, everything works ok. And of course I'm sure that cookies 
> ARE enabled!
> 
> The message comes from the class "class.ux_SC_index.php" of this extension.
> 
> I'm using Typo3 3.8.0 on PHP5.0.4.
> 
> Please help, this extension is critical for my site!
> 
> Bastiaan Rodenburg.
> 

Hello Bastian.

As you might know PHP5 has introduced new Objects and dropped some.

Look for the Cookies line in class.ux_SC_index.php

and change it to:

if (!$_COOKIE['fe_typo_user']&&!$_COOKIE[$BE_USER->name])	{

Greetings.

Olivier

PS: As long as TYPO3 is not officially supporting PHP5 I will not 
release an update...



More information about the TYPO3-english mailing list