[TYPO3-dev] felogin - kb_md5fepw: after update to t3 4.2.4 not working any more
grac
grac at gmx.ch
Wed Jan 21 13:12:11 CET 2009
hallo ingmar
i found a much simpler solution: delete ALL cookies...
:-) and :-[
but it's good to know anyway.
thanks a lot
stephan
Ingmar Schlecht wrote:
> Hi,
>
> I don't think this is related to 4.2.4.
>
> Please try the following:
> In the file kb_md5fepw/pi1/class.tx_kbmd5fepw_newloginbox.php [1] please
> replace the line
> $chal_val = md5(time().getmypid());
> with
> $chal_val = md5(rand());
>
> and see if that helps.
>
> cheers
> Ingmar
>
> [1]
> http://typo3.org/extensions/repository/view/kb_md5fepw/current/info/pi1%252Fclass.tx_kbmd5fepw_newloginbox.php/
>
>
>
> grac schrieb:
>
>> hi
>>
>> this is very annoying: this morning i made the requested update to typo3
>> version 4.2.4
>>
>> and now the felogin doesn't work any more: no redirect any more.
>>
>> and an error message (no matter how i change the redirect possibilities
>> in felogin):
>>
>>
>> caller t3lib_DB::exec_INSERTquery
>>
>> ERROR Duplicate entry 'b0932976f962a02c71442f7ff643545c' for key
>> 'PRIMARY'
>>
>> lastBuiltQuery INSERT INTO tx_kbmd5fepw_challenge
>> (
>> challenge,
>> tstamp
>> ) VALUES (
>> 'b0932976f962a02c71442f7ff643545c',
>> '1232537555'
>> )
>>
>> debug_backtrace require#76 // tslib_fe->INTincScript#461 //
>> tslib_fe->INTincScript_process#3012 // tslib_cObj->USER#3086 //
>> tslib_cObj->callUserFunction#720 // call_user_func_array#5862 //
>> tx_felogin_pi1->main# // tx_felogin_pi1->showLogin#114 //
>> t3lib_div::callUserFunction#285 // call_user_func_array#4489 //
>> tx_kbmd5fepw_newloginbox->loginFormOnSubmit# //
>> t3lib_DB->exec_INSERTquery#81 // t3lib_DB->debug#181
>>
>>
>> i understand that the EXT kb_md5fepw is not hosted any more.
>> but i can't just uninstall the EXT because YAML (db_yamltv) depends on
>> it. and i can and will not uninstall this EXT because everything in my
>> installations is built on it.
>>
>> so are there any hints where to look?
>> in order to make my websites work again?
>>
>> thanks for any hint and help
>> stephan
>>
>>
>>
>
>
>
More information about the TYPO3-dev
mailing list