Did some edits using a non-Admin account (edit rights). When I logged in as Admin, MyGedView Portal page displayed the below where I believe I'm suppose to be notified about such changes:
ERROR 8: fputs() : send of 15 bytes failed with errno=32 Broken pipe
0 Error occurred on in function fputs
1 called from line 556 of file class.smtp.php in function SendHello
2 called from line 543 of file class.smtp.php in function Hello
3 called from line 813 of file class.phpmailer.php in function SmtpConnect
4 called from line 706 of file class.phpmailer.php in function SmtpSend
5 called from line 576 of file class.phpmailer.php in function Send
6 called from line 154 of file functions_mail.php in function pgvMail
7 called from line 526 of file authentication.php in function addMessage
8 called from line 86 of file review_changes.php in function review_changes_block
9 called from line 1 of file index.php(276) : eval()'d code in function eval
10 called from line 276 of file index.php
ERROR 8: fputs() : send of 12 bytes failed with errno=32 Broken pipe
0 Error occurred on in function fputs
1 called from line 209 of file class.smtp.php in function Authenticate
2 called from line 826 of file class.phpmailer.php in function SmtpConnect
3 called from line 706 of file class.phpmailer.php in function SmtpSend
4 called from line 576 of file class.phpmailer.php in function Send
5 called from line 154 of file functions_mail.php in function pgvMail
6 called from line 526 of file authentication.php in function addMessage
7 called from line 86 of file review_changes.php in function review_changes_block
8 called from line 1 of file index.php(276) : eval()'d code in function eval
9 called from line 276 of file index.php
Fatal error: Call to undefined method SMTP::getError() in /home/user/mydomain.com/tree/includes/class.phpmailer.php on line 1923
FROM MY CONFIG.PHP FILE:
$PGV_SMTP_ACTIVE = true; //- Enable to use of SMTP to send external emails
$PGV_SMTP_HOST = "smtp.mail.yahoo.com"; //- The domain name of the SMTP smarthost
$PGV_SMTP_HELO = "yahoo.ca"; //- The local SMTP domain name
$PGV_SMTP_PORT='465'; //- The port number talk to the SMTP smarthost
$PGV_SMTP_AUTH = true; //- Enable the use of SMTP authorization
$PGV_SMTP_AUTH_USER = "myemail@yahoo.ca"; //- User name for SMTP authorization
$PGV_SMTP_AUTH_PASS = "abcdef"; //- Password for SMTP authorization
$PGV_SMTP_FROM_NAME = "Site Coordinator"; //- Sender name
YES: I use yahoo.com for a yahoo.ca address. It's the only way my email will work in Apple Mail so I copied it here. Port is same as what I use in Apple Mail. Unlike yahoo.com, yahoo.ca allows POP3 email using external email apps, without charge, so that's not the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just used my edit-only account again today and got the same problem when viewing MyGedView page up the Fatal error Call. SMTP settings as shown in post.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did some edits using a non-Admin account (edit rights). When I logged in as Admin, MyGedView Portal page displayed the below where I believe I'm suppose to be notified about such changes:
ERROR 8: fputs() : send of 15 bytes failed with errno=32 Broken pipe
0 Error occurred on in function fputs
1 called from line 556 of file class.smtp.php in function SendHello
2 called from line 543 of file class.smtp.php in function Hello
3 called from line 813 of file class.phpmailer.php in function SmtpConnect
4 called from line 706 of file class.phpmailer.php in function SmtpSend
5 called from line 576 of file class.phpmailer.php in function Send
6 called from line 154 of file functions_mail.php in function pgvMail
7 called from line 526 of file authentication.php in function addMessage
8 called from line 86 of file review_changes.php in function review_changes_block
9 called from line 1 of file index.php(276) : eval()'d code in function eval
10 called from line 276 of file index.php
ERROR 8: fputs() : send of 12 bytes failed with errno=32 Broken pipe
0 Error occurred on in function fputs
1 called from line 209 of file class.smtp.php in function Authenticate
2 called from line 826 of file class.phpmailer.php in function SmtpConnect
3 called from line 706 of file class.phpmailer.php in function SmtpSend
4 called from line 576 of file class.phpmailer.php in function Send
5 called from line 154 of file functions_mail.php in function pgvMail
6 called from line 526 of file authentication.php in function addMessage
7 called from line 86 of file review_changes.php in function review_changes_block
8 called from line 1 of file index.php(276) : eval()'d code in function eval
9 called from line 276 of file index.php
Fatal error: Call to undefined method SMTP::getError() in /home/user/mydomain.com/tree/includes/class.phpmailer.php on line 1923
FROM MY CONFIG.PHP FILE:
$PGV_SMTP_ACTIVE = true; //- Enable to use of SMTP to send external emails
$PGV_SMTP_HOST = "smtp.mail.yahoo.com"; //- The domain name of the SMTP smarthost
$PGV_SMTP_HELO = "yahoo.ca"; //- The local SMTP domain name
$PGV_SMTP_PORT='465'; //- The port number talk to the SMTP smarthost
$PGV_SMTP_AUTH = true; //- Enable the use of SMTP authorization
$PGV_SMTP_AUTH_USER = "myemail@yahoo.ca"; //- User name for SMTP authorization
$PGV_SMTP_AUTH_PASS = "abcdef"; //- Password for SMTP authorization
$PGV_SMTP_FROM_NAME = "Site Coordinator"; //- Sender name
YES: I use yahoo.com for a yahoo.ca address. It's the only way my email will work in Apple Mail so I copied it here. Port is same as what I use in Apple Mail. Unlike yahoo.com, yahoo.ca allows POP3 email using external email apps, without charge, so that's not the problem.
Just used my edit-only account again today and got the same problem when viewing MyGedView page up the Fatal error Call. SMTP settings as shown in post.