Hi there!
I'm currently developing a website which contains the amazing minishop2. Today I had to move the site to a new webserver and everything works fine with the exception of the correct paths to the images. Minishop2 still refers to the old subfolder where I first developed the site.
When I recreate the thumbnails in the manager it still shows the old URL next to the image, but the system apparently remembers the correct paths and displays the images in the manager and on the website. Strange ...
Is there an additional config file that I don't think of?
Cache is cleared, also manually, and I changed every config file I know of.
Any help will be appreciated!
Seems like the URLs are written in the DB (modx_ms2_product_files) permanently. Which means, that I'll have to change them manually after my client has finished adding all his products and I moved the site into the root folder.
Unless someone knows a different approach?