Extension talk:CategoryIntersection

About this board


Fatal error: Cannot override final method SpecialPage::run() in /var/www/wikis/wiki01/extensions/MultiUpload/SpecialMultiUpload.php on line 0

1
Planetenxin (talkcontribs)

MW 1.25.x

MultiUpload bfbfe7c6787b9201704e7abe6807031bc8cd076d

Any ideas?

Reply to "Fatal error: Cannot override final method SpecialPage::run() in /var/www/wikis/wiki01/extensions/MultiUpload/SpecialMultiUpload.php on line 0"

is broken on Mediawiki 1.24.1

1
86.193.190.31 (talkcontribs)

I get this error: PHP Fatal error: Call to undefined method LinksUpdate::dumbTableUpdate() in /www/docs/wiki/extensions/CategoryIntersection/CategoryIntersection.php on line 86,

Reply to "is broken on Mediawiki 1.24.1"

is broken on Mediawiki 1.20.3

2
Aloist (talkcontribs)

The extension fails on Mediwiki 1.20.3 with this messager in the apache errorlog: PHP Fatal error: Call to private method LinksUpdate::dumbTableUpdate() from context in /www/docs/wiki/extensions/CategoryIntersection/CategoryIntersection.php on line 86,

Reason: the method LinksUpdate::dumbTableUpdate() (from includes/LinksUpdate.php) is no longer public but private.

Aloist (talkcontribs)

There is an additional bug in CategoryIntersection, when a special page is called up.

The Apache log file shows: PHP Fatal error: Cannot override final method SpecialPage::run() in /www/docs/wiki/extensions/CategoryIntersection/CategoryIntersection_body.php on line 154

The problem can be fixed by renaming the internal function from run() to ci_run(), which requires three changes: line 34: $output = $this->ci_run( $lines ); line 52: function ci_run( $lines ) { line 55: $fname = 'CategoryIntersection::ci_run';

Reply to "is broken on Mediawiki 1.20.3"

Search to find with in a particular category

2
Naveen.loganathan (talkcontribs)

How to make Search to find with in a particular category Google Search

203.163.103.76 (talkcontribs)

I too have the same problem there are some options but i cant find it...

Reply to "Search to find with in a particular category"
Myrtone (talkcontribs)

Repost of an unsigned comment left by 81.200.217.106:

How does this extension? What syntax?

Reply to "Syntax"
There are no older topics