https://bugzilla.wikimedia.org/show_bug.cgi?id=28334
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Markus Krötzsch <[email protected]> 2011-03-31 07:17:42 UTC --- Interesting. There is a general discrepancy between the data stored in the DB and the data displayed on the wiki pages (as you rightly notice, many pages are affected). I am not sure how this can be caused. A direct way to view the data stored in the DB for one page is Special:Browse. For example, you can easily see the problem by comparing the factbox of http://www.wikirio.com.br/Plataforma with http://www.wikirio.com.br/Especial:Navegar/Plataforma This special page also allows you to search for other entries with similar properties. In the above case, we find the same data again on http://www.wikirio.com.br/Especial:Navegar/Bardot but (curiously) not on http://www.wikirio.com.br/Especial:Navegar/Porc%C3%A3o-20%28Ipanema%29 This is all very strange. I will need more information for debugging this. Could you give me access to a dump of the database table "smw_ids"? You can generate this data by running mysqldump <yourdbname> smw_ids -u <yourusername> -p If you used a table prefix when installing MediaWiki, you will have to add it in front of smw_ids. The table contains a list of all pages names that SMW knows about. It does not contain confidential or user information. -- 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
