Errors with newer versions of PHP
-
Running newer version of PHP (newer than 5.4, I think) causes errors with the plugin when the plugin is activated and with normal use. Specifically, the functions in the plugin’s class should be specified as static if they are executed statically or reference
self
instead of$this
.
- The topic ‘Errors with newer versions of PHP’ is closed to new replies.