Evaluation of Attending
|
|
|
|
|
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `cargo__scheduleRFA`.`Date` AS `Date`,CONCAT('{{evaluationResAtt-service|',`cargo__scheduleRFA`.`TaskAbbrev`,'}}') AS `Service`,CONCAT('{{evaluationResAtt-attending|',`cargo__scheduleRFA`.`StaffAbbrev`,'|',`cargo__scheduleRFA`.`TaskAbbrev`,'|',`cargo__scheduleRFA`.`Date`,'|',`cargo__scheduleRFA`.`UID`,'|',`cargo__scheduleRFA`.`WeekNumber`,'}}') AS `Attending`,`cargo__scheduleRFA`.`Date__precision` AS `Date__precision` FROM `cargo__scheduleRFA` LEFT OUTER JOIN `cargo__evaluationResAtt` ON ((`cargo__scheduleRFA`.`UID`=`cargo__evaluationResAtt`.`UID`)) WHERE YEAR(`cargo__scheduleRFA`.`Date`)=<strong class="error">Error: Invalid time.</strong> AND `cargo__scheduleRFA`.`ResAbbrev`='ADM' AND WEEK(`cargo__scheduleRFA`.`Date`) <= '2' AND `cargo__evaluationResAtt`.`_pageName` IS NULL GROUP BY `cargo__scheduleRFA`.`weeknumber`,`cargo__scheduleRFA`.`TaskAbbrev`,`cargo__scheduleRFA`.`StaffAbbrev` ORDER BY `cargo__scheduleRFA`.`Date` LIMIT 100000 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '<strong class="error">Error: Invalid time.</strong> AND `cargo__scheduleRFA`....' at line 1 (172.27.81.126:30004) |
|
|