Page MenuHomePhabricator

Broken logging
Closed, DuplicatePublic

Description

includes/ED_HttpWithHeaders.php should have use MediaWiki\Logger\LoggerFactory; in the beginning; otherwise the line 32 $logger = LoggerFactory::getInstance( 'http' ); causes an exception.

Event Timeline

@alex-mashin: Basically a duplicate of T232624: Class 'LoggerFactory' not found? But no idea which branch / versions you tested this with...

@alex-mashin: Basically a duplicate of T232624: Class 'LoggerFactory' not found? But no idea which branch / versions you tested this with...

MediaWiki 1.31.5 (8af9c78)

External Data 2.0 (5f9d668) 16:43, 29 октября 2019

@alex-mashin: Then you are using incompatible versions that were never meant to be used together.