• ljkeashly

    (@ljkeashly)


    Hi,

    When we try to display some events we just get a blank white page. The strange thing is the event that shows as a blank white page today will probably work fine tomorrow and another event will be blank. We can’t narrow down what is causing this issue.

    This is what shows in the error_log:
    [26-Apr-2018 08:02: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 /home/wb/public_html/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php on line 199 and defined in /home/wb/public_html/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php:570
    Stack trace:
    #0 /home/wb/public_html/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 /home/wb/public_html/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php on line 570

    But that doesn’t give me any information to figure out what is causing the PHP error. Can you give us any ideas of what to do to find what is causing the PHP error?

    The link about is to a search page, but what is displaying on the page are All in One events. You might have to go forward or back a few pages to get the blank page to display.

    We have WP 4.9.5, All-in-One 2.5.30 the server is running PHP 7.0.29.

    Thank you.

    • This topic was modified 6 years ago by ljkeashly.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ljkeashly,

    Please edit wp-config.php file (in the WordPress root folder) and modify line:
    define('WP_DEBUG', false);
    to
    define('WP_DEBUG', true);

    Then please navigate to the event page. It should produce useful trace information.

    Thanks,
    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘Certain pages just white pages’ is closed to new replies.