Page MenuHomePhorge

Undefined UploadRow methods in MultiUpload
Closed, ResolvedPublic

Description

Fatal error: Call to undefined method UploadRow::getUploadError() in /var/www/live/w/extensions/MultiUpload/SpecialMultiUpload.php on line 366

UploadRow extends SpecialUpload but the following methods don't exist in either class:

  • getUploadError
  • getRecoverableUploadError

SpecialUpload has showRecoverableUploadError though, as well as showUploadError, so MultiUpload should be changed to try to use these methods instead. Alternatively, should this provide impossible to do, the old get* methods should be ported over if such methods exist; looking at old MW versions, apparently it's been a while since there was a getUploadError, if such a method ever existed.

TODO: What triggers these errors?

Event Timeline

jack claimed this task.