Closed (fixed)
Project:
Image
Version:
4.6.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2005 at 05:02 UTC
Updated:
15 Oct 2005 at 04:52 UTC
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.
![]()
I don't show any errors on the log about it not being able to find the image.
Comments
Comment #1
LGomez commentedI 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.
Comment #2
jsimonis commentedFigured 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!