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

dimych’s picture

Same problem...

Savant-1’s picture

same 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:

Rob3rt’s picture

Have the same problem. I just have to put every picture back in. Several thousand. So if enyone know the solution to this. shout out

t1s’s picture

New images work, but I dont want to have to upload all of my images again. Major problem.

cableray’s picture

Version: 6.x-1.x-dev » 5.x-1.7

I 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.

cableray’s picture

Version: 5.x-1.7 » 6.x-1.x-dev

Oops! Accidentally changed the version for this thread. Changing it back.

lennart’s picture

I can confirm this issue

Hetta’s picture

Upgrading from which image version?
Here's something similar, could you try the fixes?
http://drupal.org/node/210509

tandonian’s picture

I 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.

tandonian’s picture

I'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.

sun’s picture

Status: Active » Closed (duplicate)