• In order to debug this problem, I think of installing a previous version, to see if I get rid of these Errors:
    ?Es gab einen kritischen Fehler auf Ihrer Website.
    Erfahren Sie mehr über die Problembehandlung in WordPress.?

    What is the best way to roll back? Just copy the pervious version to the server, or install the files with the plugin manager on top of the newer version or disable the actual version and install the older version?

    If somebody knows how to solve it otherwise, I am open for any helpful advice.
    Kind regards,
    Frank

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @spade

    Thank you for reaching out.
    Here’s the best way to downgrade: https://theeventscalendar.com/knowledgebase/k/accessing-older-plugin-versions/

    With that in mind, sometimes the error 500 messages can be fixed another way: wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

    Let us know how that goes
    Geoff

    I also have this issue. All individual event pages are showing a 500 error. No other area of the site is impacted. The issue is resolved with a rollback to the previous version of The Events Calendar which suggests that this is where the issue lies. I have seen this on multiple sites now. Will this be resolved in a future release?

    It looks like there is an infinite loop problem with the latest version.

    The wp:tribe/event-links block calls googleCalendarLink, which gets the contents of the post, which calls do_block, which executes the wp:tribe/event-links block, which calls googleCalendarLink, etc, etc, etc.

    It looks like this was attempted to be fixed via the call to remove_filter, which prevents the blocks from executing during googleCalendarLink, but it’s called after the calendar link is fetched, so the infinite loop happens anyway.

    Moving “remove_filter( ‘the_content’, ‘do_blocks’, 9 );” in src/views/blocks/event-links.php up to just after the very first if statement fixes the issue for me.

    Thread Starter Frank Spade

    (@spade)

    Thank you mafields,
    in the meantime I rolled back to version 5.11.0 to get it fixed. Am now waiting for 5.13.0 ??
    Happy holidays,
    Frank

    Plugin Author Gustavo Bordoni

    (@bordoni)

    We’ve just launched version 5.12.2 @spade @ciarando @mafields with the fix that should resolve this problem.

    Please let me know if that is not the case, I would love to make sure this is fixed for all of you.

    Best Regards,

    Thread Starter Frank Spade

    (@spade)

    You are my hero!

    It works, thanks a bunch.

    Let me know, when you come to Potsdam, I like to take you out for dinner …

    Have happy and healthy holidays,

    Frank

    The update has fixed the issue! Many thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Events Calendar shows critical Error’ is closed to new replies.