• massimod

    (@massimod)


    PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FakePHPMailer has a deprecated constructor in /home/wp-content/plugins/mailer/plugin.php on line 28
    [19-Apr-2016 12:08:07 UTC]

    Thanks

    https://wordpress.org/plugins/mailer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like this plugin has been abandoned, which is a shame as it does still work.

    You can fix that error by editing the file called plugin.php and change line 28 from:

    function FakePHPMailer() {

    to:

    function __construct() {

    Thread Starter massimod

    (@massimod)

    Thanks Peter, maybe i will try it …

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