Fuel\Core\Database_Exception [ 1054 ]:
SQLSTATE[42S22]:
Column not found: 1054 Unknown column 't0.calendarschedule_id' in 'on
clause' with query: "SELECT `t0`.`id` AS `t0_c0` FROM `carervisitlogs` AS `t0` LEFT JOIN `calendar_schedules` AS
`t1` ON (`t0`.`calendarschedule_id` = `t1`.`id`) LEFT JOIN
`calendar_items` AS `t2` ON (`t1`.`calendaritem_id` = `t2`.`id`)"
248 {
249 $error_code = 0;
250 }
251 }
252
253 throw new \Database_Exception($e->getMessage().' with query: "'.$sql.'"', $error_code, $e);
254 }
255 }
256
257 // no more attempts left, bail out
258 else
It looks like you're new here. If you want to get involved, click one of these buttons!