Viewing 15 replies - 1 through 15 (of 15 total)
  • I get the same error message after updating two of my sites. Need fix ASAP!

    Fatal error: Call to undefined function is_embed() in /home/mbatampa/public_html/wp-content/plugins/the-events-calendar/src/Tribe/Templates.php on line 148

    I updated my wordpress to the latest version – removed the calandar plugin and downloaded and installed the latest version and ALL IS working now — (( I also had the fatal error )) .

    hope it works for you!

    also try disabling all your plugins and then turn the on one at a time and see if on of them has clashed with this plugin

    J

    Thread Starter thelpi

    (@thelpi)

    Why would disabling other plugins help? You can see that other people have the same error on the same line. This is clearly an issue with the calendar plugin. It worked before the update. Now it doesn’t. Thanks for the advice anyway 🙂

    i just upgraded my word press to the latest version tonight when I also say the error message and deleted and uploaded the calendar plugin and it fixed everything. I was just saying if that did not work the other solution is to see of another plugin was clashing with it which can happen.

    hope it works

    J

    Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues here with the fatal.

    What versions of WordPress were you using? And does just updating WordPress to the latest version fix the issue?

    I believe it did for you adminyazo, correct?

    Thread Starter thelpi

    (@thelpi)

    Hi Brian – I’m using WP 4.3.4

    I’d rather not update WP to the latest version as we have other plugins that may not work and I don’t have the time to fix right now. How can I go back to the previous version of the calendar plugin?

    Plugin Author Brian

    (@brianjessee)

    You can try adding the following to your theme’s functions.php

    global $wp_version;
    if( version_compare( $wp_version, '4.4', '<' ) ) {
    	if ( ! function_exists( 'is_embed' ) ) {
    	    function is_embed() { return false; }
    	}
    }

    That should protect you from getting fatal errors when you do update WordPress, but you will want to remove that coding after you update too.

    Thread Starter thelpi

    (@thelpi)

    Thanks Brian – now how do I make the calendar work again without updating WP. How can I undo the latest update?

    Plugin Author Brian

    (@brianjessee)

    Hi,

    You can add that coding above to fix the issue without downgrading the plugin.

    You can download older versions of the core plugin here:
    https://wordpress.org/plugins/the-events-calendar/developers/

    And follow these steps for manual updates:

    https://theeventscalendar.com/knowledgebase/manual-updates/

    I had already updated WP a while back (version 4.3) and then got the update notice for Events Calendar. When I updated EC I got the error message. Do I need to install an older EC version if I want it to work again?

    Thanks

    Brian can you help out on this null error thread? https://wordpress.org/support/topic/null-error-1?replies=3

    yes I have Version 4.5.2 – the plugin did not work until I updated everything

    J

    Thanks for confirming, @adminyazo!

    Hey there,

    Just want to drop a quick note in here to let you know that The Events Calendar 4.2.1 is about to release any moment and it will include a patch for this issue. Please update and let us know if you continue to hit any trouble.

    Thanks so much for your patience while we worked on this!

    Cheers,
    Geoff

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Fatal Error’ is closed to new replies.