• When we update our site to PHP 7.1 and it breaks our search option in the wp-admin/users. It goes to a 500error can not process.

    Below are the errors we receive.

    It looks like the following syntax error is responsible for the 500 error that you’re seeing:

    [25-Apr-2018 13:22:05 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to Ai1ec_Exception_Handler::_get_backtrace() must be an instance of Exception, instance of Error given, called in /www/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php on line 199 and defined in /www/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php:570

    Stack trace:
    #0 /www/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php(199): Ai1ec_Exception_Handler->_get_backtrace(Object(Error))

    #1 [internal function]: Ai1ec_Exception_Handler->handle_exception(Object(Error))

    #2 {main}
    thrown in /www/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php on line 570

    So we have to roll the site back to the previous PHP version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @m_butcher

    Can you tell me the current version of our core calendar you are using?

    I recommend also updating to the latest version of WordPress.

    Thread Starter Michele Butcher-Jones

    (@m_butcher)

    Site is on WP version 4.9.5 and the All in One Event Calendar plugin is version 2.5.30.

    I ensured everything was up to date before we tried to upgrade the PHP version.

    Hi @m_butcher,

    Thankyou.. I also just needed to confirm in order to submit a bug report. I have also tested and confirmed this bug. A bug report will be submitted and the fix implemented for the next release of the plugin. Thankyou for your report!

    Thread Starter Michele Butcher-Jones

    (@m_butcher)

    @sunny454 that is great to hear!

    We will try again once the new update is pushed through and I will let you know. Thank you so much.

    Hi @m_butcher,

    This bug has been fixed in the Core release (today) version:
    Core 2.5.31.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PHP 7.1 Error with User Search’ is closed to new replies.