Page 1 of 1
[SOLVED]Cataloger and Products images missing
Posted: Fri Oct 11, 2013 8:31 am
by delve2013
I've got a website thats gone live and it's in a sub directory /new. I've pointed the domain name to this sub directory so when you visit the domain the site shows up. All is working fine but no images are showing up in the cataloger section or the products section of the site.
All other images showing fine.
Can anyone help?
Re: Cataloger and Products images missing
Posted: Fri Oct 11, 2013 8:52 am
by delve2013
ok so an update, the site is reading images from the /new/.. folder and when I change the path using firebug the image shows up.
So i need to change the image path, but i tried this in the config and it didn't work.
Can I change this in the database?
Re: Cataloger and Products images missing
Posted: Fri Oct 11, 2013 9:15 am
by delve2013
can't seem to do it via the db so I'm resorting to moving all the entire site over to the route of the domain and re-installing it from there.
God help me.
Re: Cataloger and Products images missing
Posted: Fri Oct 11, 2013 1:45 pm
by Jo Morg
delve2013 wrote:ok so an update, the site is reading images from the /new/.. folder and when I change the path using firebug the image shows up.
Are you using pretty URLs?
You need to give a lot more info before anyone can effectively help. Catalger does have a bug (easy to fix, if you search the forum there are a few tips about it), but products should be working fine. If you are using pretty URLs, you may need to check your .htaccess file and see if the
RewriteBase directive is correctly configured to reflect the sub-dir CMSMS is installed.
HTH
Re: Cataloger and Products images missing
Posted: Fri Oct 11, 2013 1:53 pm
by delve2013
Hi, no I wasn't using pretty url's.
It's sorted now, all I had to do was move the contents of the new/ folder and place it into the root folder. Cleared the cms cache and everything was fine.