Jump to content

User talk:Mrenoch/CategoryExtras

Add topic
From Meta, a Wikimedia project coordination wiki
Latest comment: 14 years ago by 92.243.182.121

I'm trying to get these to work. I got the category editor to work by changed CategoryEditor.php (line 12) from:
require_once( 'CategoryExtras/CategoriesQuery.php' );
to
require_once( 'extensions/CategoryExtras/CategoriesQuery.php' );

But Special Category Search still isn't working.

I had to change SpecialCategorySearch.php (line 104) from:
$tmpl_path = "$IP/extensions/$tmpl_file"; //path to template
to
$tmpl_path = "$IP/extensions/CategoryExtras/$tmpl_file"; //path to template

That would allow me to actually see the Special:CategorySearchBrowser page. But now when I try to search, I get this error:

Warning: implode() [function.implode]: Bad arguments. in /home/2603/domains/mographwiki.net/html/extensions/CategoryExtras/SpecialCategorySearchBrowser.php on line 289
Warning: Invalid argument supplied for foreach() in /home/2603/domains/mographwiki.net/html/extensions/CategoryExtras/SpecialCategorySearchBrowser.php on line 296

Any ideas? I'm using MW 1.8.2, that could be the problem. If so, will this be updated? This looks to be a really useful set of extensions. Thanks! --Weakmassive 00:23, 22 November 2006 (UTC)Reply

I think this extension does not work in actual versions of mediawiki. i have tried it on MW 1.12 but i alway get the error, that alphabeticpager class is not found in includes/specialpager.php. --193.27.220.82 09:31, 18 June 2008 (UTC)Reply

I tried it with 1.15, there's always an error at SpecialCategorySearch.php line 16, as it is looking for some file that is nowhere to be found. Is there any way this extension can be fixed up, it would really improve my site. 92.243.182.121 04:27, 24 December 2009 (UTC)Reply