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

Support archive

Problems getting low_events v 1.5.1 to work with EE v2.11.9

Randy Melton 30 Apr 2018 21:41 problem, complete

I upgraded EE to 2.11.9 then downloaded low event 1.5.1 and added new third party files for expressionengine and themes. No error messages but the pages with low events give 500 error. When I remove this from page {exp:low_events:calendar events_field="event_dates" date="{segment_2}" start_day="sunday"} then the page will load. Also I don't see the calendar anymore when I go to publish new events. Thank you

Replies

  1. Low 1 May 2018 08:37

    Might by a PHP compatibility issue. Try opening up mod.low_events.php and look up line 772, which reads

    $month = $$match[1]->ee_format($format, $lang);


    ...and change that to

    $month = ${$match[1]}->ee_format($format, $lang);


    ...and see if that helps.

  2. Randy Melton 1 May 2018 10:48

    Thanks, that fixed it!