Jumunn
From Genesys Documentation
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `cargo__ContentAreaSection`.`DisplayName` AS `DisplayName`,`cargo__ContentAreaSection`.`DisplayNameLink` AS `DisplayNameLink`,`cargo__MintyDocsProduct`.`definition` AS `definition` FROM `cargo__ContentAreaSection` LEFT OUTER JOIN `cargo__MintyDocsProduct` ON ((`cargo__ContentAreaSection`.`DisplayName`=`cargo__MintyDocsProduct`.`ContentArea`)) WHERE ContentAreaSectionIsPublic=true OR `cargo__MintyDocsProduct`.`landingpage`=true ORDER BY `cargo__ContentAreaSection`.`DisplayName`,`cargo__ContentAreaSection`.`DisplayNameLink`,`cargo__MintyDocsProduct`.`definition` LIMIT 100 Function: CargoSQLQuery::run Error: 1054 Unknown column 'ContentAreaSectionIsPublic' in 'where clause' (127.0.0.1)
Comments or questions about this documentation? Contact us for support!