I appear to have successfully setup with wordpress authentication plugin however I now see a couple of PHP warnings (I've redacted my user directory) on pagest that relate to login/account.
Code: Select all
Warning: Cannot declare class PHPMailer, because the name is already in use in /home/xxxxxxxxx/public_html/wp-content/plugins/post-smtp/Postman/Phpmailer/PostsmtpMailer.php on line 24
Warning: Cannot declare class SMTP, because the name is already in use in /home/xxxxxxxxx/public_html/wp-content/plugins/post-smtp/Postman/Phpmailer/PostsmtpMailer.php on line 25
Warning: Cannot declare class phpmailerException, because the name is already in use in /home/xxxxxxxxx/public_html/wp-content/plugins/post-smtp/Postman/Phpmailer/PostsmtpMailer.php on line 26
Thanks