Page 1 of 1

Thumbnail image path

Posted: Fri Jul 04, 2014 12:35 am
by loftusm
When I add a product and image to a content page through admin, it displays a broken image link for any images added, so I can't see the thumbnail images for the new product. (ps the front end works)

It is looking in modules/Cataloger/uploads/images/catalog/ for the images but they are not there. The images are uploaded to uploads/images/catalog/

How can I get it to look at uploads/images/catalog/ for the thumbnails?
PS if I copy any uploaded images from uploads/images/catalog to modules/Cataloger/uploads/images/catalog/ the thumbnails display but this is becoming time consuming.

Re: Thumbnail image path

Posted: Fri Jul 04, 2014 10:14 am
by Jo Morg
Please use the search function of the forum -- this has been asked and answered quite a few times:
http://forum.cmsmadesimple.org/viewtopi ... es#p296708

Also next time try to be more specific explaining your problem and post your system info.
Read this: before asking for help!
HTH

Re: Thumbnail image path

Posted: Mon Jul 07, 2014 11:55 pm
by loftusm
Thanks mate
I set the path to
$config['uploads_url'] = 'http://www.westernmotorcycles.com.au/uploads';
it now works a treat.

thanks for your help.
max