File Manager Upload Issue (Cache)

Permalink
Hi,

a few days ago I noticed that all files I upload via the file manager(i.e. when I replace images) are sent into the files/cache (that is not where they are supposed to be) folder and into a files/xxxfolder (where they belong). Unfortunately the site loads this files from the cache and not from the "normal" files folder.

Does anyone have an idea why this happens? The only things I changed within the site is to add advanced permissions and the following line to the site.php to increase its speed:

define('CACHE_FRONTEND_OPTIONS', serialize(array('automatic_cleaning_factor' => 0)));

I already removed the line to check if it has something to do with it but nothing changed. The newest version of C5 is installed and all editable options for the file manager are as I want them to be.

I am thankful for any suggestion or ideas.

 
Cubecrawler replied on at Permalink Reply
Hi effweb...
(tips below - tested under 5.4.2.2)

I might help you...
Go to the 'Dashboard' - 'Sitewide Settings' (on the left side)
then there are several options about caching...
you may change there few options...

Try to disable all caching!
The normal Browser cache (from those who're browsing you're site) does still works - but the cms will get few miliseconds slower...

hope this helped (and hope the answer doesn't come too late ;) )
cheers
John