FATAL ERROR when istalling event pluggin

Home Forums Welcome! Pre-Sales Questions FATAL ERROR when istalling event pluggin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1127266
    Antoine Chambe
    Participant

    Hello the team of the events calendar

    We bought and isntalled your pluggin today and when we go into the URL of the event page, here what’s appear on our screen :

    Fatal error: Call to undefined function is_embed() in /homepages/7/d504081117/htdocs/chillmusicrepertoire/wp-content/plugins/the-events-calendar/src/Tribe/Templates.php on line 148

    Thank you for your return,
    BR

    #1127333
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    If you are using a Version of WordPress below 4.4 this function is not included. You can update WordPress or add the following to your functions.php of your child theme:

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

    Let us know how that works out.

    #1130614
    Geoff
    Member

    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

    #1136606
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘FATAL ERROR when istalling event pluggin’ is closed to new replies.