Page MenuHomePhabricator

Notice: Undefined index: width started on Sep 23 2016 on Linker.php
Closed, DuplicatePublicPRODUCTION ERROR

Description

Full error message:
Notice: Undefined index: width in /srv/mediawiki/php-1.28.0-wmf.20/includes/Linker.php on line 750
Notice: Undefined index: width in /srv/mediawiki/php-1.28.0-wmf.20/includes/Linker.php on line 752

it continues until this very day:
2016-10-23T01:17:36
Notice: Undefined index: width in /srv/mediawiki/php-1.28.0-wmf.22/includes/Linker.php on line 750

Event Timeline

Related code lines:

public static function processResponsiveImages( $file, $thumb, $hp ) {
$hp15['width'] = round( $hp['width'] * 1.5 );
$hp20['width'] = $hp['width'] * 2;

Git Log shows nothing obvious.

mmodell changed the subtype of this task from "Task" to "Production Error".Aug 28 2019, 11:11 PM