Email Reminder issues
Using CS5.5 and SA 205
I have created an email reminder page (attached)
I've noticed that the Email Password wizard (in SA) adds the variables "UserEmail", "UserName" to the line
"selectColumns" => array("hofName", "UserEmail", "UserName", "hoUserId","hoPswd"),
I didnt add these during the wizard steps.
If I leave them in the process errors and the text "Unknown column 'UserEmail' in 'field list'" is shown. No email is sent.
IF i remove the variables "UserEmail", "UserName" from this line, the following error occurs
Warning: Missing argument 6 for WA_SecurityAssist_Definition(), called in /home/house345/public_html/hf1/pwReminder.php on line 5 and defined in /home/house345/public_html/hf1/webassist/security_assist/mail_php.php on line 34
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /public_html/hf1/webassist/security_assist/mail_php.php:34) in public_html/hf1/webassist/security_assist/mail_php.php on line 239
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /public_html/hf1/webassist/security_assist/mail_php.php:34) in /public_html/hf1/webassist/security_assist/mail_php.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at /public_html/hf1/webassist/security_assist/mail_php.php:34) in /public_html/hf1/webassist/security_assist/helper_php.php on line 133
Also,
The code these errors point to is pretty much meaningless to me i'm afraid!
Any Ideas?
Thanks, Paul


Paul, it wasn't clear from your initial report that you where not using the wizard, in the absence of information to the contrary, i did assume that you used the wizard, as that is the way 90% of the people create security assist pages.
