Viewing 5 replies - 1 through 5 (of 5 total)
  • What version of PHP are you running?

    And what version of the calendar are you running?

    Thread Starter murphy.wong

    (@murphywong)

    I’m using the “All-in-One Event Calendar by Timely” plugin Version 1.10.5. When I upgrade the version to 2.1.5, the error will display. My PHP is version 5.5.7. I recovered the upgrade and keep the “All-in-One Event Calendar by Timely” plugin at version 1.10.5 to avoid the problem but my WordPress core is in version 4.0. I’m not so sure whether it is a problem of another plugin WPML Multilingual CMS” plugin and the Jupiter theme we installed. However, I’ve already tried upgrading the related tools and now everything seem fine except the “All-in-One Event Calendar”.

    ok then, find /home/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php on line 26o and change

    public function handle_error(
    		$errno,
    		$errstr,
    		$errfile,
    		$errline,
    		$errcontext
    	) {

    to

    public function handle_error(
    		$errno,
    		$errstr,
    		$errfile,
    		$errline,
    		$errcontext = array()
    	) {

    this should fix the error or at least give us more info

    Thread Starter murphy.wong

    (@murphywong)

    Thanks, this fixed the error and the display is normal now. My wordpress site is now patched to the latest version. Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ai1ec_Exception_Handler::handle_error()’ is closed to new replies.