Cannot perform logical operations

From FollowTheScore
Revision as of 00:00, 19 December 2007 by Uncg (talk | contribs) (New page: <pre><nowiki> %DPL-1.6.2-ERROR: Cannot perform logical operations on the Uncategorized pages (e.g. with the 'category' parameter) because the `W_dpl_clview` view does not exist on the data...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
%DPL-1.6.2-ERROR: Cannot perform logical operations on the Uncategorized pages (e.g. with the 'category' parameter) because the `W_dpl_clview` view does not exist on the database! Help: have the DB admin execute this query: CREATE VIEW `W_dpl_clview` AS SELECT IFNULL(cl_from, page_id) AS cl_from, IFNULL(cl_to, ) AS cl_to, cl_sortkey FROM `W_page` LEFT OUTER JOIN `W_categorylinks` ON `W_page`.page_id=cl_from;

I am the admin, and tried to execute this query only to find that it contains a syntax error. I am hoping before I spend more time looking into this that someone has experienced this before. The code I used to generate this is below.

According to the manual dpl supports nested function calls - which is what I am attempting here.

{{#dpl:category={{#dpl:category={Servers}:Admin1}}|include={Person}:Name|notnamespace=Template|format=,-,}}