Hello again 
I'm having a little issue again, this time with thumbnails.
I have a template markup that looks like this:
But the thumbnail isn't created and I can't figure out why. In the backend it looks like this:

I also tried without the preview, but the result is basically the same:

I first thought it might be the GD Library, but the <cms:thumbnail> tag is working perfectly fine in the frontend.
There are no new thumbnail files created either (the ones for the frontend are present however).
Am I missing something else? I also tried just copying the code from the documentation and just changing the assoc_field, but with the same result... :/ I'm a little confused right now...

I'm having a little issue again, this time with thumbnails.
I have a template markup that looks like this:
- Code: Select all
<cms:editable name="blog_image" label="Blog Image" type="image" show_preview="1" required="1" preview_width="300" />
<cms:editable name="blog_image_thumb" label="Blog Image Thumbnail" type="thumbnail" desc="Appears in the Blog Listing" width="500" height="500" assoc_field="blog_image" show_preview="1" />
But the thumbnail isn't created and I can't figure out why. In the backend it looks like this:

I also tried without the preview, but the result is basically the same:

I first thought it might be the GD Library, but the <cms:thumbnail> tag is working perfectly fine in the frontend.
There are no new thumbnail files created either (the ones for the frontend are present however).
Am I missing something else? I also tried just copying the code from the documentation and just changing the assoc_field, but with the same result... :/ I'm a little confused right now...