[TYPO3-english] BE login does not work after update to php 5.2.9

Vahan Amirbekyan vamirbekyan at dgfoundation.org
Sat May 9 23:26:24 CEST 2009


both issues were related and are resolved now.
PHP was configured to use memcached vs files for sessions that was not 
working.
Fixed by setting php to use files.

thank you guys!


Dmitry Dulepov wrote:
> Hi!
> 
> Vahan Amirbekyan wrote:
>> what I see is the following:
>> in typo3/index.php on line 203
>> $_SESSION['login_challenge'] = $challenge;
>> $_SESSION['login_challenge'] is assigned a value
>> but after form is submitted the same value in
>> t3lib/class.t3lib_userauth.php on line 1094
>> if ($_SESSION['login_challenge'] !== $loginData['chalvalue']) {
>> the same $_SESSION['login_challenge'] is blank.
>>
>> any ideas?
> 
> Perhaps sessions do not work. Check you php.ini settings for session (mainly session storage directory).
> 


More information about the TYPO3-english mailing list