Page MenuHomePhabricator

SMW_SpecialExtendedStatistics
Closed, ResolvedPublic

Description

Author: dbu

Description:
Got an error after installing smw 0.7 about undefined class ExtendedStatistics
for line
SpecialPage::addPage( new ExtendedStatistics ); in SMW_SpecialExtendedStatistics.php

moving the instantiation after the class definition, right at the end of the
file, fixed the problem. i use PHP Version 5.2.2


Version: unspecified
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz9821

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:42 PM
bzimport set Reference to bz9821.
bzimport added a subscriber: Unknown Object (MLST).

kphunter wrote:

I had the same problem...thanks for the fix.

The code for this page now was changed completely, and this (PHP-version-specific) error should not occur anymore.