Warnings – “Use of deprecated PHP4 style class constructor is not supported”
-
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.
—————————————————————————————————————————————-
- The topic ‘Warnings – “Use of deprecated PHP4 style class constructor is not supported”’ is closed to new replies.