USER NOTICE: Error while executing the query.
Unknown column 'voorstelling.titel_css' in 'field list'
file: /srv/www/vhosts/kopergietery.be/httpdocs/libs/dbase.connector.php
line: 75
details:
Array
(
[query] => Array
(
[table] => `voorstelling_programma` AS `programma` LEFT JOIN `voorstellingen` AS `voorstelling` ON `programma`.`programma_vsID`=`voorstelling`.`voorstelling_id`
[fields] => `voorstelling`.`voorstelling_id` AS `id`, `voorstelling`.`titel_css` AS `titel`
[where] => `voorstelling`.`eigen_productie` = 1
[order] => `titel` ASC
[group] => `voorstelling`.`voorstelling_id`
[limit] =>
)
[standard] => Array
(
[table] =>
[fields] => *
[where] =>
[order] => id ASC
[group] =>
[limit] =>
)
[str_query] => SELECT `voorstelling`.`voorstelling_id` AS `id`, `voorstelling`.`titel_css` AS `titel` FROM `voorstelling_programma` AS `programma` LEFT JOIN `voorstellingen` AS `voorstelling` ON `programma`.`programma_vsID`=`voorstelling`.`voorstelling_id` WHERE `voorstelling`.`eigen_productie` = 1 GROUP BY `voorstelling`.`voorstelling_id` ORDER BY `titel` ASC
[result] =>
)