osseed / com.osseed.eventcalendar

CiviCRM Event Calendar
GNU General Public License v3.0
10 stars 37 forks source link

E_NOTICE about missing variable enrollment_status #97

Closed webmaster-cses-org-uk closed 1 year ago

webmaster-cses-org-uk commented 2 years ago

Our log file is filling up with messages like the following:

[Thu Jul 14 19:06:09.601463 2022] [fcgid:warn] [pid 86996] [client 54.36.148.209:35953] mod_fcgid: stderr: PHP Notice:  Undefined property: CRM_Core_DAO::$enrollment_status in /home/cses_org_uk/public_html/media/civicrm/ext/com.osseed.eventcalendar/CRM/EventCalendar/Page/ShowEvents.php on line 196

It looks like the field is missing from the database table. #92 seems to fix this?

webmaster-cses-org-uk commented 1 year ago

PR merged