• Resolved Denis ?oljom

    (@dingo_d)


    Hi!

    I am testing this plugin and when I made the checkout, everything worked, but I got the notices in my error log

    [17-Oct-2016 13:17:21 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_base has a deprecated constructor in .../wp-content/plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.nusoap_base.php on line 85

    The logs recorded such messages for these files:

    
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.nusoap_base.php on line 85
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.soap_parser.php on line 15
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.soap_transport_http.php on line 15
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.soapclient.php on line 26
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.wsdl.php on line 15
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.wsdl.php:15) in /
    /plugins/woocommerce-eu-vat-assistant/src/vendor/fergusean/nusoap/lib/class.xmlschema.php on line 15
    

    Just thought that should be addressed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Diego

    (@daigo75)

    That warning is triggerdd by a 3rd party library that our plugin uses. We don’t modify or maintain that library, but we are going to switch to a newer version soon, as it will add PHP 7 compatibility as well. In the meantime, you can ignore that notice (you can temporarily hide it by removing E_NOTICE from the PHP error level), it won’t cause any issue.

    Thread Starter Denis ?oljom

    (@dingo_d)

    Oh, ok so it’s not a major issue, thanks for clearing it up ??

    Plugin Author Diego

    (@daigo75)

    No, it’s a relatively minor issue, unless you want to use PHP 7. However, the library, as it is now, won’t work at all with PHP 7 for other reasons, that’s why we are going to replace it.

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