PHP8.1 bug
-
Hello,
method_exists no longer accepts null and the plugin utilises this method and sends null
line 1129 fails as self::$plugin is null for us when we submit a lead. I updated the code to check to make sure it is not empty and it no longer errors, but I don’t believe it will function as expected if its passing null. Anyone else experiencing this?
if(!empty(self::$plugin) && method_exists(self::$plugin,’valid_addons’)){
- The topic ‘PHP8.1 bug’ is closed to new replies.