[TYPO3-english] felogin "forgot password" email

2009-03-23 Thread Kim Holberg Andersen
Hi, Using "felogin" in TYPO3 4.2.6 and got this strange behaviour when using "forgot password" form: When using the email i registered with, an error like this is above the webside, with no email sent - Warning: sprintf() [function.sprintf]: Too few arguments in /home/www/XXX/typo3/sysext/felog

Re: [TYPO3-english] felogin "forgot password" email

2009-03-26 Thread Emmanuel Pire
Hi Kim, try to debug php near line 153 in /typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php looks like piVar forgot_email is not set... or come from $row. debug with echo and some print_r, u'll figure out what is missing Emmanuel On Mon, Mar 23, 2009 at 7:50 PM, Kim Holberg Andersen wrote: >