Vorlage:Character/Siblings

Aus Notebook
Zur Navigation springen Zur Suche springen
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT CONCAT('', Birthname, '') AS `Page`,IF(Father= '{{{2}}}' AND Mother= '{{{3}}}',,'half-') AS `Full`,CONCAT(CASE Sex WHEN 'Male' THEN 'brother' WHEN 'Female' THEN 'sister' ELSE 'sibling') AS `Genderedname` FROM `cargo__characters` WHERE (Father= '{{{2}}}' OR Mother= '{{{3}}}') AND NOT Birthname = '{{{1}}}' ORDER BY CONCAT('', Birthname, ''),IF(Father= '{{{2}}}' AND Mother= '{{{3}}}',,'half-'),CONCAT(CASE Sex WHEN 'Male' THEN 'brother' WHEN 'Female' THEN 'sister' ELSE 'sibling') LIMIT 100 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 ') AS `Genderedname` FROM `cargo__characters` WHERE (Father= '{{{2}}}' OR Mot' at line 1 (localhost)