Le mardi 09 décembre 2008 à 00:06 +0100, Platonides a écrit : > Frames Project a écrit: > >> How are you determining that there's no Main Page? Note that it is > >> stored in the db as "Main_Page". > >> > > > > It is empty in the new wiki. > > The db of which was copied from the old one by phpmyadmin. > > > > Best, > > Francois Colonna > > What's the result of doing SELECT * FROM page WHERE > page_title='Main_Page'; ? >
I run this command (Main_page is Acceuil in the french version) in the "new" wiki database : mysql> SELECT * FROM cla_page WHERE page_title='Acceuil'; Empty set (0.00 sec) It is there but empty. Even stranger I run the same command in phpmyadmin for the "old" wiki database, and I got : MySQL returned an empty result set (i.e. zero rows). (Query took 0.0036 sec) while the page Acceuil does exit ! Do you understand anything ? Thanks Francois Colonna _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
