Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.0-alpha2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2009 at 17:11 UTC
Updated:
6 May 2009 at 14:05 UTC
I can reproduce this every time. For some reason, after I copy this module into my sites/all/modules folder and enable them, it deletes all the *.js files in my /js folder for the site. Seems like an odd thing to go and delete, but that's what happens.
Comments
Comment #1
vm commentedthe 6.x-dev should be checked to see if the problem hasn't already been fixed. If the problem is reproduced in 6.x-dev reset the version on this issue accordingly.
Comment #2
miglius commentedI don't see how ldap_integration module can delete any files on your system. It does not perform any file write/read operations. Does it happen when you install other modules?
Comment #3
notebene commentedSorry folks, just got an answer to this in the forums. Turns out it has nothing to do with this module specifically. Something in a Drupal point release recently started clearing out my /js folder when I'd add modules, clear the cache. Someone indicated that /js (and potentially another folder) were reserved by Drupal, which uses them for some temporary operations. I moved it into the template directory (which is where it should have been anyways) and reconfigured my base template to point to the template path to find them and all is well now.
Again, sorry for the confusion.