Page MenuHomePhabricator

UploadWizard gets hung on upload if wiki is not configured to use ImageMagick
Closed, DeclinedPublic

Description

After an image is uploaded via the UploadWizard, it attempts to use ImageMagick to create a thumbnail. If the wiki is not configured to use ImageMagick, it just spins forever.

There are two possible solutions:

  1. Skip thumbnail creation if ImageMagick is not available.
  1. Display an error message to the user.

Since the UploadWizard is designed with the use of thumbnails in mind, the second option would probably be better.


Version: unspecified
Severity: normal

Details

Reference
bz27286

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport added a project: UploadWizard.
bzimport set Reference to bz27286.
bzimport added a subscriber: Unknown Object (MLST).

Works for me on trunk; GD scaling seems to work fine, as does disabling server-side scaling altogether by setting $wgUseImageResize = false.

Gilles raised the priority of this task from Medium to Unbreak Now!.Dec 4 2014, 10:27 AM
Gilles added a project: Multimedia.
Gilles moved this task from Untriaged to Done on the Multimedia board.
Gilles lowered the priority of this task from Unbreak Now! to Medium.Dec 4 2014, 11:21 AM