https://bugzilla.wikimedia.org/show_bug.cgi?id=29015
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from MZMcBride <[email protected]> 2011-06-03 20:06:07 UTC --- (In reply to comment #7) > Hum. > the search engine find this page "Transmutations_biologiques" in the main > namespace : > http://fr.wikiversity.org/w/index.php?title=Sp%C3%A9cial%3ARecherche&redirs=1&search=Transmutations_biologiques&fulltext=Search&ns0=1&title=Sp%C3%A9cial%3ARecherche&advanced=1&fulltext=Advanced+search > > but the log say : > > frwikiversity 2011-06-03 19:36:41: 87.09% done on page; ETA 2011-06-03 > 19:36:41 [21200/24344] 7130.72/sec <0.41% updated> > page 29110 (Recherche:Transmutations_biologiques) doesn't match self. > DRY RUN: would rename 29110 (0,'Recherche:Transmutations_biologiques') to > (104,'Transmutations_biologiques') > > and these pages do not exist anywhere : > "Recherche:Transmutations_biologiques" or "Transmutations_biologiques" do not > exist in ns:0 or ns:104 The page does exist, but the maintenance script needs to be run in order to fix the page title make it accessible again. $ sql frwikiversity_p; mysql> select page_id, page_namespace, page_title from page where page_id = 29110; +---------+----------------+--------------------------------------+ | page_id | page_namespace | page_title | +---------+----------------+--------------------------------------+ | 29110 | 0 | Recherche:Transmutations_biologiques | +---------+----------------+--------------------------------------+ 1 row in set (0.00 sec) Priyanka: The dry-run looks fine. I'd go ahead and run it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
