_imagemagick_convert()
calls drupal_realpath()
on the passed-in $source
and $destination
.
drupal_realpath()
can return FALSE
in some conditions, however, and this condition is never checked. One such condition is if the source file is not present which can sometimes happen in dev-stage-prod scenarios. If this happens _imagemagick_convert()
proceeds to call the convert
binary which simply hangs forever causing the site, as well, to hang forever.
Early return if drupal_realpath()
returns FALSE
.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.