• Resolved bonjurkes

    (@bonjurkes)


    Is there a change on class-phpmailer.php files on wp 3.2 beta 2?

    I am trying Configure SMTP and WP-Mail-SMTP plugins and they are giving errors like

    Fatal error: Cannot access private property PHPMailer

    and some other lots of error codes. and that line is starts with $phpmailer

    So, is there a problem on my server ? or is it because of wp 3.2 beta 2?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What PHP version do you have? The requirements changed for 3.2.

    Moderator Dion Hulse

    (@dd32)

    Meta Developer

    > Fatal error: Cannot access private property PHPMailer

    PHPMailer was updated to the latest version with WordPRess 3.2.

    Part of that update has hidden some previously public (but documented as private) variables as private items.

    The plugins in question will need to update themselves to reference the PHPMailer API functions rather than altering the class directly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Mailer issue’ is closed to new replies.