Closed (fixed)
Project:
IMCE
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jun 2011 at 23:02 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
gkalus commentedFound the problem with another version of 6.x-2.1 installed in another directory. Remove it and have been able to update program with no problems. Well like I stated I am new to Drupal.
GK
Comment #2
bcobin commentedI have the same problem, but IMCE isn't installed in another directory. 2.1 fails to update no matter what I do - the following is output by Drush:
unlink(/home/[site]/public_html/sites/all/modules/imce/LICENSE.txt): Permission [warning] denied in /usr/local/src/drush/includes/drush.inc on line 1329.
Deleting the LICENSE.txt file has no effect. When I try to update manually by deleting the folder and decompressing the .tar file, the system tells me that a bunch of files already exist, even though the folder is gone. In any event, it seems impossible to upgrade.
This is totally weird - I've never seen this behavior before. Any ideas as to what's going on? Thanks!
Comment #3
ufku commented@bcobin, your imce directory is probably owned by a different linux user than the user running drush. If it's the ftp user then you should edit/delete files via ftp.
Comment #4
bcobin commentedThank you, @ufku - I subsequently updated several other sites to 2.3 without incident, so the problem was peculiar to this particular installation. I have no doubt that you're correct as to the ownership issue and will rectify. Thank you!