Fatal Error (breaks site)
-
Good morning! Congrats on the big launch. I’m sure all these bugs will get worked out.
Wanted to report an issue we’re seeing:
“Fatal error: Call to undefined method GCE_Feed::get_timezone() in /nas/wp/www/staging/npfmc/wp-content/plugins/google-calendar-events/includes/class-gce-event.php on line 365”Appears to be our call for [url] in the display. Commenting out
. $this->feed->get_timezone()
appears to unbreak things, but not sure what the intention was with this expression.
Unfortunately, this fatal error is killing the rest of the page. I have a staging environment here: https://npfmc.staging.wpengine.com/
Here is our custom display code:
<article class="entry"> <header class="entry-header"> <h2 class="entry-title"> <a href="[url]" target="_blank" title="[event-title]"> [if-multi-day] [start-custom format="M jS"] - [end-custom format="M jS"] [/if-multi-day] [if-single-day] [start-custom format="M jS, Y"] [/if-single-day] </a> <br /> [event-title] <br /> [location] </h2> </header> </article>
https://www.ads-software.com/plugins/google-calendar-events/
- The topic ‘Fatal Error (breaks site)’ is closed to new replies.