When you submit an image and hit preview, the image does not show up on the preview page. Once you hit submit, you can see the image. It's only the preview page that is having problems. All of the text (title & description) show up, but not the image.

I've looked at the address for the image it's pointing to, but I can't find any problems with the link other than there are 2 spaces between the height and alt text.

Only local images are allowed.

I don't show any errors on the log about it not being able to find the image.

Comments

LGomez’s picture

Category: bug » support

I had the same problem. If you're on Unix, make sure you have permission to read-execute folder files/images.
Use chmod command to change settings to 755.

Hope this helps.

jsimonis’s picture

Status: Active » Closed (fixed)

Figured it out...

It was actually the files/images/temp folder that didn't have the right permissions.

I changed it and now the preview shows up.

Thanks!