Template:TEST/DE/TopTenViews

From Apache OpenOffice Wiki
Revision as of 17:32, 5 May 2010 by Nnino (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Top 10 DE-Seiten

The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_counter AS page_counter FROM `page` WHERE 1=1 AND `page`.page_namespace IN ('0') AND (`page`.page_title REGEXP '^DE.*$') AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 0, 10

Error message is:
Character set 'utf8mb3_bin' cannot be used in conjunction with 'binary' in call to regexp_like. (127.0.0.1)


Personal tools