This is probably a result of the files or folders being created by Drupal, and your user account not having ownership of them anymore. To restore ownership, simply execute the following code within a Drupal page (ie. copy and paste this into a Drupal page, set input format to "PHP", and save the page). Be sure to delete the page as soon as you are done!
<?php
`chmod -R a+w directory/subdirectory`;
?> IMCE will typically lock directories it uses within files. You can use the above method to release these directories. This is useful when you want to mass upload images via FTP for later use in the IMCE image editor (together with FCKEditor, for example).
All Content © 2005 - 2009 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
Thanks
I've been looking for this for a while now. Thanks