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.
Thumbnail image path
Re: Thumbnail image path
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
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
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Thumbnail image path
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
I set the path to
$config['uploads_url'] = 'http://www.westernmotorcycles.com.au/uploads';
it now works a treat.
thanks for your help.
max


