1 reply [Last post]
allen30's picture
Offline
Joined: 06/23/2009
Juice: 21
Was this information Helpful?

Please help!!!

I've uploaded a Drupal site with Ubercart(I built this site on my local computer using WAMP and it works fine) but I'm having problems with some of the pics not showing up online. The first few page of the catalog show most of the pics although there are a few that do not show up but after 49 pics the rest do not show up and there are over 350 pics.

Any Ideas on what I can try to fix this?

Thank you for any help.

adamo's picture
Offline
Getting busy with the Ubercode.
Joined: 02/17/2009
Juice: 229
Re: Some pics dont show

Sounds like a problem with imagecache. I had a similar problem. See my blog post about it for details: http://adamo.org/web-stuff/drupal/images-missing-drupal-ubercart/. That post is from when I was on D5/UC1 but it still applies to D6/UC2. Basically you need to make sure the files and directories the imagecache module is creating are getting created with the appropriate permissions. In my case, changing the umask for PHP solved the problem permanently.