• Resolved evarubin

    (@evarubin)


    I’m greatly appreciating your plugin. I saw that someone else had posted about the php7 issue but never responded back to your question about where they saw the errors.

    Here is the code that shows up in the Admin panel when you opt to do a scan. An error popped up saying that one or more of my plugins was not compatible while I was in the admin dashboard, so I did the scan:

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_lists.php
    ————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————
    54 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_subscribers.php
    ——————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————
    40 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_segments.php
    —————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————
    40 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_people.php
    ————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————-
    40 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————————————-

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_administrators.php
    ———————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————
    39 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/class/services_json.php
    ——————————————————————————————————————————————-
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ——————————————————————————————————————————————-
    132 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    775 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————-

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/class/log.php
    ———————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————
    10 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/class/transport.php
    —————————————————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    —————————————————————————————————————————————
    37 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    68 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    216 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/class/serialisation.php
    ——————————————————————————————————————————————-
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ——————————————————————————————————————————————-
    19 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    50 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    62 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    102 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————-

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/class/base_classes.php
    ——————————————————————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ——————————————————————————————————————————————
    32 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    130 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_clients.php
    ————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————–
    40 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————————————–

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_campaigns.php
    —————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————-
    40 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————————————-

    FILE: /public_html/xxx/wp-content/plugins/easy-pricing-tables/includes/libraries/campaignmonitor/csrest_templates.php
    —————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————-
    39 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————————————-

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hello there,

    You don’t need to worry about those warnings when you run a scan for PHP 7 compatibility. The plugin has been tested and runs fine on PHP 7 also so you don’t need to worry about compatibility.

    Let us know if you have any other questions.

    Thanks.

    Thread Starter evarubin

    (@evarubin)

    Thanks for getting back to me so quickly. Good to know the plugin is ok with PHP 7 –

    Much appreciated,
    Eva

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warnings – “Use of deprecated PHP4 style class constructor is not supported”’ is closed to new replies.