Page MenuHomePhabricator

Pivot skin: Icons are broken after upgrade to MW1.39
Closed, ResolvedPublicBUG REPORT

Description

Setup

Browsers and versions: Chrome 110.0.5481.178 (64-Bit)/Firefox 110.0.1 (64-Bit)
MediaWiki version: 1.39.2
Database version: MySQL 5.7.41
PHP version: 8.1.16
Pivot version: REL1_39

Issue

the following error occurs: ```downloadable font: rejected by sanitizer (font-family: "FontAwesome" style:normal weight:400 stretch:100 src index:1)```

Event Timeline

S0ring closed this task as Resolved.EditedMar 10 2023, 9:42 AM
S0ring claimed this task.

This error occured because the pivot directory is in MW1.39 case sensitive (in MW1.35 wasn't).
The solution was to change 'pivot' to 'Pivot' and of course wfLoadSkin( 'Pivot' ); instead of wfLoadSkin( 'pivot' );