Hi,
I had the carousel turning with thumbs on my site in a <MyDomain>/jupgrade-folder (to get from J15 to J17).
I installed the website on my homeserver (same folders, same DB) and it also works.
And now I removed my old J15-site and copied the J17 there (same copy of files and data as above).... and I see an empty carousel turning. When I click I get the images but I don't see the thumbs. Just an empty frame with a image icon (you see when an image isn't present).
I took a look at the source (view-source), and found refs to the images and thumbs like this:
<a fref="/images/stories/ruben_startpagina/startpagina.jpg" target="_self">
<img src="/cache/acc_c5c978a77166481753db1dd3562ff1c8_150_125.jpg" alt="" title="" class="cloudcarousel" width="150" />
</a>
... and found the problem: the thumbs are not present in de /cache -folder. Some others files are there with the same name-syntax, but not the eleven I like to show.
How can I refresh / recreate these thumbfiles?
I don't use the INI option. Just the default.
Thanks in advance.