mxCalendar
mxCalendar copied to clipboard
mxcalendar reporting missing fields in error log
The error log is filling up with missing fields with the latest version, upgraded from 1.1.6-pl.
[2014-02-28 22:31:55] (ERROR @ /index.php) Error 42S22 executing statement:
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'mxCalendarEvents.content' in 'field list'
)
[2014-02-28 22:31:55] (ERROR @ /index.php) Error 42S22 executing statement:
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'mxCalendarCategories.parent' in 'field list'
)
These are spamming the MODX error log every time a page with mxCalendar loads.
Same issue I just opened. https://github.com/CharlesMx/mxCalendar/issues/154
I added the content field which stopped the logs from filling up but didn't encounter the parent field error.