Tried - q, 123456789, test - same error:

*Warning*: Wrong parameter count for strstr() in */home/ssp/0.6/functions.inc.php* on line *301*

*Notice*: Undefined variable: keyphrase in */home/ssp/0.6/functions.inc.php* on line *314*

*Warning*: mcrypt_generic_init() [function.mcrypt-generic-init <https://ssp.webmerchantsinc.com/function.mcrypt-generic-init>]: Iv size incorrect; supplied length: 0, needed: 32 in */home/ssp/0.6/functions.inc.php* on line *317*

*Warning*: session_start() [function.session-start <https://ssp.webmerchantsinc.com/function.session-start>]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in */home/ssp/0.6/pages/resetbytoken.php* on line *65*

*Warning*: session_start() [function.session-start <https://ssp.webmerchantsinc.com/function.session-start>]: Cannot send session cache limiter - headers already sent (output started at /home/ssp/0.6/index.php:70) in */home/ssp/0.6/pages/resetbytoken.php* on line *65*

*Notice*: Undefined index: login in */home/ssp/0.6/pages/resetbytoken.php* on line *66*



On 5/19/2011 4:15 PM, Clément OUDOT wrote:
Le 19 mai 2011 15:08, admin<[email protected]>  a écrit :
Try first to disable token encryption in config.inc.php :
$crypt_tokens = false;
All work !

It this works, revert it to true and check your $keyphrase parameter is
correct.
This is my data:
# Encryption, decryption keyphrase
$keyphrase = "secret";
This is correct ?


The keyprhase is used to crypt the token if $crypt_tokens is true. So
put any string in keyphrase ("secret" is just the default value).


Clément.


_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to