Posts: 10
	Threads: 3
	Joined: Jun 2011
	
Reputation: 
0
	 
	
	
		I'm using letoDMS in WAMP.
Is it possible to put the content directory on a mapped network drive? 
I'm getting error messages when I try to add a new file to a folder.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 129
	Threads: 14
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		hi
check mapped network drive RIGHT. Set EVERYONE.
Under Windows, user used by Apache is SYSTEM LOCAL.
doudoux
	
	
	
	
	
 
 
	
	
	
		
	Posts: 10
	Threads: 3
	Joined: Jun 2011
	
Reputation: 
0
	 
	
	
		Hi Doudoux,
I'm on Windows XP Pro, and the mapped drive is a folder on DLink DNS-323.
Are you referring to the mapped drive's properties-security settings?
It only lists:
501 (Unix Group\501)
Everyone
nobody (Unix User\nobody)
I tried adding the user 'System Local' but that doesn't exist. I could only find 'SYSTEM', or 'LOCAL SERVICE'.
I also tried right click mapped drive, properties, security tab, select 'Everyone' group, click allow full control, then apply. However, the settings don't stick.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 129
	Threads: 14
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		ok i see
i have the same problem in my work.
you mount network folder. This mount is available only for your login and not for LOCAL SERVICE or SYSTEM. 
Try without mount:
"\\nas01\Data\Temp\data"
or
"\\IP\Data\Temp\data"
doudoux
	
	
	
	
	
 
 
	
	
	
		
	Posts: 129
	Threads: 14
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Change \\ by /
var $_contentDir = "//<nas ip>/<folder>/letodata/";
	
	
	
	
	
 
 
	
	
	
		
	Posts: 10
	Threads: 3
	Joined: Jun 2011
	
Reputation: 
0
	 
	
		
		
		06-21-2011, 11:48 PM 
(This post was last modified: 06-22-2011, 12:06 AM by broebel.)
		
	 
	
		I still haven't gotten this to work.
I also tried on a windows network share, thinking that maybe it is something specific to the NAS, but I still cannot upload files if the $_contentDir is set to a non local folder.
Please advise.