On 14/01/16 18:58, Robert Vogel wrote: > Hi! > > Is there a way to rebuild the contents of 'page_props' table? There > are numerous maintenance scripts to rebuild page data but it seems > that none of them affects the 'page_props'. As far as I know the > 'page_props' data gets written by when the content of a page gets > parsed. I can clear the parser cache but I'd still have to access > all the pages on the wiki to have the parser act on them. Are there > any recommendations/suggestions?
maintenance/refreshLinks.php should work. page_props is a kind of link table for these purposes. -- Tim Starling _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
