Meeting:Public (2013-07-07)
←
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT CONCAT('',DATE_FORMAT(date, '%e %M %Y'),'') AS `prev_date` FROM `cargo__meetings` WHERE date IS NOT NULL AND date < '{{{date}}}' ORDER BY `date DESC` LIMIT 1 Function: CargoSQLQuery::run Error: 1054 Unknown column 'date DESC' in 'order clause' (localhost)
{{{type}}} meeting
18 February 2019
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
→Query: SELECT CONCAT('',DATE_FORMAT(date, '%e %M %Y'),'') AS `prev_date` FROM `cargo__meetings` WHERE date IS NOT NULL AND date > ORDER BY `date ASC` LIMIT 1 Function: CargoSQLQuery::run Error: 1054 Unknown column 'date ASC' in 'order clause' (localhost)
This meeting has two pages: one restricted-access page (only for members of the current Committee) and one public-access page (which may have sensitive information redacted).