[Mediawiki-l] Resolving or fixing Wiki page names with a leading colon or invalid namespaces?

Christensen, Courtney ChristensenC at battelle.org
Mon Mar 29 13:33:40 UTC 2010


When we have bad page names that don't resolve from within the wiki we do SQL queries to change them.

(i.e. SELECT page_id, page_name FROM page WHERE page_name LIKE ':%';  UPDATE page SET page_name='name_w/o_colon' WHERE page_id=#;)



More information about the MediaWiki-l mailing list