https://bugzilla.wikimedia.org/show_bug.cgi?id=45778
--- Comment #1 from Alois <al...@astro.ch> --- 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'; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l