chriscknapp Posted September 29, 2005 Posted September 29, 2005 I couldn't find a support thread for this contrib. I moved my site from /store/catalog to / Now all the thumbnails aren't showing up. I've tried changing my path to a few different things, but still not working. Can someone help me with this please? Thank you. The site is here now! Quote
chriscknapp Posted September 30, 2005 Author Posted September 30, 2005 I couldn't find a support thread for this contrib. I moved my site from /store/catalog to / Now all the thumbnails aren't showing up. I've tried changing my path to a few different things, but still not working. Can someone help me with this please? Thank you. The site is here now! This seems to be a bad habit I'm forming. Everytime I post a problem I go and solve it myself... Oh well. For anyone using search that has this same problem, this is how I fixed it- My site was originally at http://domain/store/catalog/ I moved the store to http://domain In the product_thumb.php there is a line for the thumbnail path- $tn_path = '/thumbnails'; Moving the store, I couldn't figure out the correct path, but finally ended up with this one that worked $tn_path = '../images/thumbnails'; ...may seem simple to most, but took me a minute to realize. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.