Results 2 issues of Dan Card

In CommandBox: try { application action="update" datasources="#datasourceStruct#"; } catch (any err) { print.line(err.message); } cflint threw "cfml.parsing.reporting.ParseException: try statement must include at least one catch clause or a finally clause."...

The thread is pretty well summed up here. I had the same issue and the same fix worked. https://github.com/blueriver/MuraCMS/issues/2113 Thanks