The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
Sentry Issue: ENGINE-T
ImagickException: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504
File "/Core/Media/Imagick/Manager.php", line 60, in Imagick::__construct
$this->image = new \Imagick($value);
File "/Core/Media/Imagick/Manager.php", line 60, in Minds\Core\Media\Imagick\Manager::setImage
$this->image = new \Imagick($value);
File "/Controllers/api/v1/blog.php", line 330, in Minds\Controllers\api\v1\blog::post
$manager->setImage($_FILES['file']['tmp_name'])
File "/Api/Factory.php", line 69, in Minds\Api\Factory::build
return $handler->$method($pages);
File "/Controllers/api/api.php", line 81, in Minds\Controllers\api\api::post
return Factory::build($pages, $this->request, $this->response);
...
(2 additional frame(s) were not displayed)
We want to be sure it is you, please confirm you are not a robot.
added Priority::1 - High scoped label
added Type::Bug scoped label
assigned to @gthouret
changed milestone to %sprint: Lucky Lizard
changed weight to 5
Recreated the issue by uploading a 0 byte image file for a blog banner.
Should be easy to solve by throwing an exception for an invalid file if its zero bytes.
mentioned in commit 705b5529
added Status::Review scoped label
mentioned in merge request !313
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.