Closed (fixed)
Project:
IMCE
Version:
6.x-2.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2012 at 13:32 UTC
Updated:
21 May 2020 at 18:54 UTC
Jump to comment: Most recent
Comments
Comment #1
ufku commentedYou should do it with a symlink. However, see #1008402: Allow the use of symlinks within the files directory. before.
Comment #2
bigN commentedThanks to pointing to the "right" direction. I succefullly created a symlink directory in specified directory and IMCE discovers it correctly. However I still unable uploading a file to it while getting error messages in move_uploaded_file() function line 628.
Also, I have installed a "take control" module which succefully access and upload files to symlinked folder.
Note: I am using a XAMPP on Windows, and symlink is created via junction.
Thanks in advance.
Comment #3
ufku commentedTry 6.x-2.x-dev. It has a workaround for allowing symlinks, however it won't in Drupal 7 as it needs to be fixed in core.
Comment #4
bigN commentedHi,
I've tried 6.x-2.x-dev without success. I am using D6.
Next, I've modifed the file.inc as follows and it finally works!!!!!!
Comment #5
thallesThis looks me solved!
Comment #6
thalles