pathCast
Log in

Difference between revisions of "Template:facesheet"

From pathCast
Line 1: Line 1:
{{#cargo_query:tables=faculty|fields=namefirstlast,degree,position,institution,twitter,namefirst,namelast,CONCAT('{{{2}}}')|where=_pageName='{{{1}}}'|format=template|template=facesheetDisplay|}}
+
{{#cargo_query:tables=faculty|fields=namefirstlast,degree,position,institution,twitter,namefirst,namelast,CONCAT('{{{2}}}',CONCAT('{{{3}}}')|where=_pageName='{{{1}}}'|format=template|template=facesheetDisplay|}}

Revision as of 06:22, 21 September 2020

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `namefirstlast` AS `namefirstlast`,`degree` AS `degree`,`position` AS `position`,`institution` AS `institution`,`twitter` AS `twitter`,`namefirst` AS `namefirst`,`namelast` AS `namelast`,CONCAT('{{{2}}}',CONCAT('{{{3}}}') FROM `cargo__faculty` WHERE _pageName='{{{1}}}' ORDER BY `namefirstlast`,`degree`,`position`,`institution`,`twitter` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM `cargo__faculty` WHERE _pageName='{{{1}}}' ORDER BY `namefirstlast`,`de' at line 1 (localhost)