On our forum uploaded images are not being automatically resized to thumbnails.
We have set “Use Thumbnails of Uploaded Images in Posts” to Yes. Image Resizing Preferences is set to ImageMagick and the path is set correctly. It doesn’t work with GD either, which is installed.
In mod.forum_code.php the resizing happens here:
$this->EE->load->library('image_lib', $res_config);
if ($this->EE->image_lib->resize())
{
...But $this->EE->image_lib->resize() is false, so it doesn’t go through with the resizing.
What could the reason of this be?
Thanks