Extension talk:Uniwiki Auto Create Category Pages

From MediaWiki.org
Jump to: navigation, search

Hello. I installed your extension, but didn't see it's work. I have a cookbook site and want automatically to create pages of used categories in receipt. It's needed to show that categories in the search form. But pages don't want to be created. Do I need some configuration for the extension? What did I wrong?

Founded bug 18245, I think it's it.

Thanks, Taras, Kyyiv.

fixed for Mediawiki 1.18 [edit]

To make it run on mw 1.18 I had to make one change: In AutoCreateCategoryPages.body.php the call signature was wrong. I removed all & in front of the paramters of this function, and then it works:

public function UW_AutoCreateCategoryPages_Save ( $article, $user, $text, $summary, $minoredit, $watchthis, $sectionanchor, $flags, $revision ) Alois alois@astro.ch

the 1.18 fix worked for 1.20 also [edit]

Thanks for the find! --Exprexxo (talk) 16:20, 3 January 2013 (UTC)