mxCalendar icon indicating copy to clipboard operation
mxCalendar copied to clipboard

mxcalendar reporting missing fields in error log

Open bitwolfe opened this issue 11 years ago • 1 comments

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.

bitwolfe avatar Feb 28 '14 20:02 bitwolfe

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.

pyrographics avatar Mar 12 '14 21:03 pyrographics