• Hello,

    Sorry for my bad english.

    My website works with last version of wordpress and php 7.

    With PHP Compatibility Checker (test compability for php 7) for MailPoet :

    FILE: /home/clients/…………./web/wp-content/plugins/wysija-newsletters/controllers/back.php
    ——————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————————————–
    207 | WARNING | Method name “WYSIJA_control_back::__setMetaTitle” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————————————————————————————————————————————————————–

    FILE: /home/clients/…………./web/wp-content/plugins/wysija-newsletters/helpers/bounce.php
    —————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————–
    63 | WARNING | The use of function dl is discouraged from PHP version 5.3
    —————————————————————————————————————–

    FILE: /home/clients/…………./web/wp-content/plugins/wysija-newsletters/inc/pear/pear.php
    —————————————————————————————————————-
    FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 4 LINES
    —————————————————————————————————————-
    171 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
    740 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
    754 | WARNING | The use of function dl is discouraged from PHP version 5.3
    754 | WARNING | The use of function dl is discouraged from PHP version 5.3
    852 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
    —————————————————————————————————————-

    FILE: /home/clients/…………./web/wp-content/plugins/wysija-newsletters/inc/phpmailer/class.phpmailer.php
    ——————————————————————————————————————————————-
    FOUND 3 ERRORS AND 5 WARNINGS AFFECTING 8 LINES
    ——————————————————————————————————————————————-
    527 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
    1358 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
    1362 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
    1785 | WARNING | The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_SERVER_VARS’
    1786 | WARNING | The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_ENV_VARS’
    1789 | WARNING | The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_SERVER_VARS’
    1791 | WARNING | The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_ENV_VARS’
    1879 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
    ——————————————————————————————————————————————-

    FILE: /home/clients/………../web/wp-content/plugins/wysija-newsletters/views/back/campaigns.php
    ——————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————————————————–
    2359 | WARNING | Method name “WYSIJA_view_back_campaigns::__filterPostParent” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————————————————————————————————————————————————————————–

Viewing 4 replies - 1 through 4 (of 4 total)
  • patrix87

    (@patrix87)

    Mailpoet is having major issues on my website with PHP 7.

    There’s a potential fix here but I’ve not tried it.

    https://www.ads-software.com/support/topic/mailpoet-with-php-7-error/

    Also it seems that the advertised PHP 7 compatibility didn’t went trough mush testing…

    Especially when you look at the above report…

    All PHP 7 compatibility issues are now fixed!

    Thread Starter sylvsteph

    (@sylvsteph)

    Thanks

    Hi, I’m using the Site Optimizer SG plugin. The plugin basically checks that your site is compatible with a recommended PHP 7.0 version. We received a response to the plugin:

    The MailPoet Newsletters plugin is NOT COMPATIBLE with PHP 7.0 See Errors:

    FILE: /home/lojadegr/public_html/wp-content/plugins/wysija-newsletters/inc/pear/pear.php

    754 | WARNING | Function dl() is deprecated since PHP 5.3
    754 | WARNING | Function dl() is deprecated since PHP 5.3
    852 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————–

    FILE: /home/lojadegr/public_html/wp-content/plugins/wysija-newsletters/helpers/bounce.php
    —————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————–
    63 | WARNING | Function dl() is deprecated since PHP 5.3
    —————————————————————————————–

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘MailPoet : php 7 compatibility’ is closed to new replies.