I posted the problem I have doing edits requiring approval but never received a fix. Not sure how to retrieve the post that contains the error as I'm posting this prior to using again.
I'm about to use my edit-only account which generates the problem: not being able to log in as admin and see the edits requiring approval. Instead I get error messages as noted earlier.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found the original error:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I posted the problem I have doing edits requiring approval but never received a fix. Not sure how to retrieve the post that contains the error as I'm posting this prior to using again.
I'm about to use my edit-only account which generates the problem: not being able to log in as admin and see the edits requiring approval. Instead I get error messages as noted earlier.
Found the original error:
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