Closed (fixed)
Project:
Drupal core
Version:
6.13
Component:
file system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 08:44 UTC
Updated:
7 Sep 2009 at 15:36 UTC
Hello,
Sorry if this has been asked elsewhere, but googling and the search function did not give me close enough matches.
My issue is that I have created a folder named js for JS scripts in the sites/default/files folder of my Drupal 6.13 installation (running Win XP SP3, XAMPP 1.7.x).
Though I have not configured any cron job or clean-up task of the like, after some time lapses, all scripts in sites/default/files/js are automatically purged... The directory js is not deleted.
Are these files erroneously treated as temp files and therefore deleted? How can I prevent this from happening?
Thank you in advance
Comments
Comment #1
ThomasH commentedThis is the standard directory where drupal will put it's javascript cache. might want to choose a different naming ;)
Comment #2
marktheshark commentedThat solved it, thanks
Comment #3
ThomasH commented