All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Events crash pages with Event listings after update to latest version.

Jessica Dooley 14 Nov 2019 20:16 problem, complete

Hello,

I seem to have run into something buggy on our site with Low Events. We ran an update last night, both system and addons all to the most current versions etc (we were previously on 4x). Since the updates, our pages with Low Events feeds are throwing errors and not loading. The error message: Something has gone wrong and this URL cannot be processed at this time.

We've reached out to EE and Structure as well, but we've ruled out anything with the system update and Structure.

Here's what I've found so far:

1. We have an embedded feed on the homepage. In that embed, I had "relationships" in the disabled parameter - removing that fixed the issue on the homepage embed feed (why would that not have been an issue previously but is now?)

2. I tried the same thing on the "Events" landing page, but the error remains. I've also tried toggling between using standard EE tags for the listings, and the "exp:low_events:entries" - neither makes a difference (we were previously using standard EE tags to load the events because we couldn't get them to load using the low tags).

3. Removed the disable parameter entirely.

Any thoughts on what could be the issue?

The tag currently in my testing Events embed template:

{exp:channel:entries channel="event_listings" disable="member_data|pagination" orderby="date" sort="asc" unit="upcoming" date="tomorrow" show_active="no" show_upcoming="yes" show_future_entries="yes" dynamic="no"}

The tag currently in my testing Events landing page template:

{exp:low_events:entries channel="event_listings" orderby="date" sort="asc" unit="upcoming" date="tomorrow" show_active="no" show_upcoming="yes" show_future_entries="yes" dynamic="no"}

Thanks!!!

Replies

  1. Low 18 Nov 2019 08:23

    This might be due to a malformed conditional. Can you try and remove all conditionals from the template and see of that makes a difference?

  2. Jessica Dooley 19 Nov 2019 21:54

    Actually indeed it was a malformed conditional, nothing to do with Low Events... thanks for getting back to me, and sorry to bother!