Installed 5.x-1.x-dev version of Image module into my DP 5.0 install. Enabled it and then tried creating Image content. Uploaded an image file (417kb) and submitted content. The image does not display. The title, user, and date time do. Created view to include the content (added the image: display image field) but image still doesn't display.
Checked the dp/files/images directory on the server and see the file there but wrong file size. I created 3 other image content types and checked the directory. All images have size of 512 kb even though the largest uploaded image was 417kb and the smallest image was 7kb.
In the drupal db, i see an image_attach table. Is there supposed to be an images table?
Comments
Comment #1
emcher commentedI am having the same problem. There is no image table, and there probably should be. There's a image.install program that references an 'IMAGE' table. So where is it? Is it supposed to be created when the module is enabled?
Comment #2
triangleman85 commentedI'm having the same issue. After I try to create the image node, if I go to edit and then scroll to where it says "Attached images" and upload it there, I see the image just fine but I get the following error message:
The selected file /usr/local/psa/home/vhosts/route146.org/httpdocs/files/tmp/tmp_xaXLyo could not be copied, because no file by that name exists. Please check that you supplied the correct filename.Comment #3
pizzaman-1 commentedI'm getting the same issue and was able to work around it.
If you go admin the Image content type (/admin/content/types/image) and disable "Attach Images", you will then be able to create a node of type Image.
There is a little more information here; however, that poster's experience differs slightly from mine. I found it not necessary to disable "Attachments", only "Attach Images".
Comment #4
drewish commentedComment #5
drewish commentedsee: http://drupal.org/node/110370