Image not showing

Posts: 13
Joined: 01/17/2008

http://www.esteliny.com/?q=node/9

Imagecache is installed and configured, as well as all other dependancies and suggested modules from the Ubercart module page.

Main picture in catalog will not display, but when clicking, thickbox does display. Any suggestions?

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Browse to http://www.esteliny.com/?q=admin/store and see if there's a link in the store status messages. Refer to this FAQ for a little more info. I'm not sure that that's the problem, but it's a good starting place.

Posts: 13
Joined: 01/17/2008

Doesn't seem to be a link for anything pertaining to this.
I have all of Image cache set to scale to 200x200 on all types, and added a category for catalog, since uBercart identified that as the default catalog.

AttachmentSize
Picture 2.jpg91.95 KB
Picture 1.jpg103.65 KB
Posts: 67
Joined: 01/23/2008

Just two suggestion. Not sure whether will solve your problem.
Which version of CCK image field are you using ? 5.x-1.1 work fine. The imagefield 2.0RC has problems.

And if your site is on a non-windows system check the site configuration->file system. The Temporary directory: should only tmp. In some system i see this like /tmp.

Posts: 48
Joined: 01/31/2008

It might be the same issue I had before and here is the solution I used (last post):
http://www.ubercart.org/forum/support/2616/images_not_showing

It is trying to find the image here if you look at the source:
http://www.esteliny.com/files/imagecache/product/files/D22766_A_1.jpeg

You probably just need to add "product" to preset namespace in image cache. Once you do that it should work.

AttachmentSize
Picture 43.png13 KB
Posts: 13
Joined: 01/17/2008

The tmp directory was indeed set to /tmp. I changed it appropriately. The image shows the categories that I have, and all are set to 400 scale, and or resize, whichever applies. I am using the suggested version of CCK, however, I am also using the dev version of image field. Is it my understanding that it would be wise to downgrade to the regular release?

AttachmentSize
Picture 2.jpg31.56 KB
Posts: 13
Joined: 01/17/2008

Not sure what else to do. I went through the docs and several forum posts and configured everything exactly the same, I downgraded to the supported release of image field, I added fields to image cache and changed my temp folder to files/tmp, as well as tmp, as well as /tmp and nothing is working. Any other suggestions? Perhaps something got messed up and I should completely remove and then reinstall?

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Do you have a link folks could check out to view the filepaths for the images and such?

Also, browse to admin/store/settings/products/edit/fields and make sure you have the image selected for display. It doesn't seem like it's even showing up in the HTML. Also, it may be a problem with clean URLs. I think imagecache was fixed to work with them off, but it's best to turn them on through admin/settings/clean-urls.

Posts: 48
Joined: 01/31/2008

Not sure if this will help you or not, but my files folder has a folder called imagecache and inside are cart, category, product, etc which I guess were created automatically. My file system does have temporary directory as /tmp, but I don't think this is doing much with the image cache. The image cache is likely what's causing you problems.

Check if you have imagecache subfolder under the files folder and then delete and reupload an image to test.

AttachmentSize
Picture 46.png7.42 KB
Posts: 13
Joined: 01/17/2008

Something is VERY wrong.

Having followed all of the documentation, all of the advice here, all suggestions in the forums and more, the images still will not display. I have installed every single module which is required, as well as installing and configuring every single suggested module, and still no images. I downloaded clean versions of all modules, completely deleted everything from my server, did a complete reinstall of Drupal 5.7 with a new MySQL database, uploaded all of the newly downloaded non-developer releases of the modules, and re setup everything. I created the imagecache folder as suggested with al of its subfolders, I created all necessary imagecache profiles... nothing works. And, if you look at pic 1 you will see that ubercart even thinks everything is set up right, but according to pic 2, something is obviously wrong. However, thickbox does work and load the image, ubercart just refuses to display it.

STILL no good.

As can clearly be seen on www.tobaldi.com, I did not have this issue before, which is why I chose to use ubercart again... but I can't figure this one out. Any help would be GREATLY appreciated.

AttachmentSize
Picture 2.jpg9.71 KB
Picture 1.jpg9.23 KB
Posts: 48
Joined: 01/31/2008

YOu must have fixed the problem? because the images are showing up for me. If it's still now showing up for you then try and empty your own browser cache and then hit shift and refresh at the same time.

AttachmentSize
Picture 4.png23.87 KB
Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Are you on a different host for this site than the last site? What is different between Tobaldi and the new site that may account for trouble?

Posts: 13
Joined: 01/17/2008

Actually, it was a REALLY stupid issue... after applying the changes, I didn't clear the cache or flush...

/blushes

Thanks for the help!!!

Posts: 13
Joined: 01/17/2008

We are about ready to go public with the site, however, there is one final issue remaining.

If you look at http://www.esteliny.com/catalog/5/cole_haan You will see that for some reason, the grid is overlapping onto the backdrop. I am not sure if this is a css or an imagecache problem, but since everything is actually working, I was afraid to touch it without a bit of advice first.

Suggestions MOST appreciated!

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

You might look into adding some variation of this to your CSS:

.category-grid-products td {
  padding: 10px;
}