Hi.
I have the following problem: register.php uploads user info to database ok
('Check your email for instructions') but the password activation message does not get sent to specified email address. Also when manually adding a record with activated='y' does not allow login.php to work ('Login and/or password did not match to the database' although exactly alike).
Possibly this is (also?) related to mail program(s) not working. I have installed PHPMailer and all tests succeed with its testpage.php except for test_error:
Warning: fopen(message.txt): failed to open stream: Permission denied in /var/www/classes/PHPMailer/test/phpmailer_test.php on line 469
Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/classes/PHPMailer/test/phpmailer_test.php on line 470
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/classes/PHPMailer/test/phpmailer_test.php on line 471
ok
test_multiplesend ok
test_smtpkeepalive ok
test_denialofserviceattack ok
test_error FAIL
test_error
* Send succeeded
* No error found
* (expected/actual)
You must provide at least one recipient email address.
(although email address in 'to:' was obviously given)
I have tried setting USE_PHP_Mailer and PHP_MAILER_SMTP 'true' and 'false' in db_config.php but no change in the result. No other changes to default access_user distribution were made. Any ideas?
thanks, Harri S