Fatal php error by display community/add in Event Cal Pro

Home Forums Calendar Products Community Events Fatal php error by display community/add in Event Cal Pro

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #20302
    Berndt
    Member

    Hey together,

    i installed and verify my Community Events plugin. When I calling the community/add page I got this error:

    Fatal error: Call to undefined function has_post_thumbnail() in /is/htdocs/wp11006542_10VA70PV0P/www.rennrad-rennen.de/wp-content/plugins/the-events-calendar-community-events/views/event-form.php on line 70

    Have I done something wrong at the installation or how is the error existence?

    Can anybody help please.
    Thanks, Berndt

    #20326
    Jonah
    Participant

    Hi Berndt,

    Your theme must not have post_thumbnails supported for some reason. Try adding this to your functions.php file:

    add_theme_support( 'post-thumbnails' );

    I hope that helps!

    – Jonah

    #20351
    Berndt
    Member

    Hi Jonah,

    it works great, thanks a lot.

    Have a nice weekend,
    Berndt

    #20372
    Jonah
    Participant

    Glad to hear Berndt, let us know if there’s anything else you need help with.

    – Jonah

    #977036
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fatal php error by display community/add in Event Cal Pro’ is closed to new replies.