• Resolved nluis3294

    (@nluis3294)


    In PHP7, the $ai1ec_exception_handler() should have a parameter of type “Throwable”

    http://php.net/manual/en/function.set-exception-handler.php

    In the all-in-one-event-calendar.php, it registers the handle_exception(Exception $ex) function. This type is incompatible, so the exception handling function fails.

    Can I request that you make your plugin compatible with PHP 7? The fact that you’re catching all exceptions from all other plugins makes it harder to troubleshoot errors elsewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exception handle, PHP 7’ is closed to new replies.