PHP possible issues
-
Hi
Just ran a PHP 7.3 compatibly check on our site and found the following errors with the checkout manager.
Thanks
/plugins/woocommerce-checkout-manager/includes/class-wooccm-install.php
FOUND 11 ERRORS AFFECTING 11 LINES
——————————————————————————————————————
36 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
38 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
44 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
47 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
52 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
53 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
55 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
56 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
57 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
58 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
89 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
- The topic ‘PHP possible issues’ is closed to new replies.