Joe Keenan wrote:
On Feb 26, 2007, at 11:23 AM, Tim Starling wrote:
Joe Keenan wrote:
I imported a large number of pages into a MediWiki 1.6.9 installation (custom script that generated an XML file). All of these pages use a {{Template}} that generates multiple [[Category:XXXX]] tags. The Category:XXX pages don't show all the pages in the category, unless I edit and save each page individual. I guess whatever code that inserts the Category links doesn't run on import, only on edit.
Is there any way to do a mass update of all pages to update all the category links?
I tried running several of the scripts in the /maintenance directory, but none of them seemed to have any effect. In fact, none of them seemed to do anything at all (returned immediately), so that's probably an entirely different problem.
joe
Try maintenance/runJobs.php
-- Tim Starling
Returns so fast it's clearly not doing anything at all. And there's no change to any of my Category pages after running it.
This is starting to look like a bigger problem that I can't run any of the maint scripts at all.
I've verified that $wgDBadminuser and $wgDBadminpassword in AdminSettings.php are set to the same values as $wgDBuser and $wgDBpassword in LocalSettings.php.
Any suggestions on debugging the problem executing the scripts in general?
joe
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Have your tried running rebuildall.php? How have you imported the data, I assume using importDump.php? What version of PHP are you using?
Cheers Tom