• Good morning.
    It looks like the plugin is currently not working with PHP 7. It simply produces a white screen when enabled (admin access still works).
    I did some digging and it looks like the new error handling, introduced in PHP 7, is the culprit. It collides with the Error class from this plugin.
    Any chance that this can be fixed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This sounds pretty shady, but I searched all files for Error and found /lava/_classes/h2o/errors.php tries to define ParseError. I renamed the class ppwParseError, assuming I’d search for instances of ParseError and replace them with the new class name, but I couldn’t find anywhere the class was actually used.

    This solved my problem in test. I can’t think of any issues this might introduce (since the class doesn’t seem to be used), but I’ll test some more before moving it to production, just the same.

    @jakramer I’m using the free version of this and thanks to your ‘detective work’ ?? renaming within the php worked for me too! Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP7 Issue’ is closed to new replies.