• It seems that the plugin is not compatible with php 7:
    FILE: /wp-content/plugins/paypal-for-woocommerce/classes/lib/CentinelClient.php

    122 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; instead use preg_split
    ? 123 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; instead use preg_split
    ? 135 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; instead use preg_split

    I think it’s easy to fix

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor angelleye

    (@angelleye)

    We have this issue in our list for the 1.2.5 update already. We will be getting that fixed and included in that next update.

    Thanks for the feedback!

    Plugin Contributor angelleye

    (@angelleye)

    I went ahead and fixed it real quick. The release branch is now ready with this update applied if you want to grab it early and update manually on your site.

    Thread Starter fburatti

    (@fburatti)

    great! Thank you so much!

    Plugin Contributor angelleye

    (@angelleye)

    No problem! If you have a moment to leave a review for the plugin that would be greatly appreciated.

    I have version 1.3.3 and it still reports the issues noted at the start of this thread. So, it would seem it is still not compatible???

    Plugin Contributor angelleye

    (@angelleye)

    @nigdowser, Please make sure you don’t have any caching or CDN services getting in the way that could be loading old files. After updating, make sure to clear all that stuff out so it can grab the fresh files.

    We haven’t had any other reports of this since releasing the updates, so hopefully that will fix your issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PHP 7 compatibility’ is closed to new replies.