Closed (duplicate)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2008 at 15:37 UTC
Updated:
14 Jan 2009 at 01:57 UTC
I had a working drupal 5.7 installation with image module. After upgrading to drupal 6 and image to 6.x my images don't show up anymore... Not in a node, not in a gallery. There are no errors in te logs. It's just a white page.
Any idea?
Comments
Comment #1
dimych commentedSame problem...
Comment #2
Savant-1 commentedsame here too - when I view the source of the page, here's the bit of the html that I reckon the image is missing from:
Comment #3
Rob3rt commentedHave the same problem. I just have to put every picture back in. Several thousand. So if enyone know the solution to this. shout out
Comment #4
t1s commentedNew images work, but I dont want to have to upload all of my images again. Major problem.
Comment #5
cableray commentedI have the same problem, but it happened when I upgraded to Drupal 5.7 and Image 1.7. Where should I start to troubleshoot? I'm reasonably well aquatinted with php, MySQL, and the Drupal API. Thanks for the help.
Comment #6
cableray commentedOops! Accidentally changed the version for this thread. Changing it back.
Comment #7
lennart commentedI can confirm this issue
Comment #8
Hetta commentedUpgrading from which image version?
Here's something similar, could you try the fixes?
http://drupal.org/node/210509
Comment #9
tandonian commentedI have been playing around with this for a few days..
-I discovered the issue when I tried batch importing say 4-5 images and I would get a Blank screen. I can get back to the /admin page when the white screen happens, and I would try to delete the images in /admin/content/node, and when I hit the delete button, it would go back to the white screen.
-so I decided to delete the images in the /sites/default/files/images folder, and then I could go back to the /admin/content/node page and delete the image nodes without a problem.
-then I tried importing images one at a time with both the batch import function(one at a time), and with the create content--> image(/node/add/image). once I imported 3 images, roughly 2MB total, I can no longer import images and get the same white screen issue.I tried upoading several different images to make sure it wasn't a particular image. And, I can fix it by doing the same thing as above, deleting the images from the directory, and then deleting the node of the last image that broke the site. then all is well in my 3 image world...
-I had made the user files upload total limit 1000MB and also made the file upload limit to 10MB. I have a 32M upload limit in my php.ini file as well, so seemingly this is not the problem.
!!--->>Then I changed /admin/settings/image, the max image upload size from 800kb to 3000kb, and I was able to upload another image using the batch upload function, and everything seems to work.
I will do some more testing with this and see if it breaks again. Maybe this will be some help to others who are testing this out. Any thoughts on what is going on in the database here? I notice that when I upload another image after one breaks the site and I do my delete sequence, the next image uploaded is has a node ID incrementally higher, so I assume this means the table in the database is still poulated or something? I'm not familiar with what goes on in the database, so just voicing an observation.
Comment #10
tandonian commentedI've done some more testing and I've added 5 -6 more images, even done a batch of 2 images, and I never got a white screen. Increasing /admin/settings/image, the max image upload size from the default 800kb to 3000kb seems to have helped.
Comment #11
sunMarking as duplicate of #357793: Upgrading from 5.x-1.x to 6.x-1.x fails due to pre-D5 image table