![]() |
mapped network folders support - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: General Questions (https://community.letodms.com/forumdisplay.php?fid=15) +--- Thread: mapped network folders support (/showthread.php?tid=344) |
mapped network folders support - broebel - 06-03-2011 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. RE: mapped network folders support - Doudoux - 06-03-2011 hi check mapped network drive RIGHT. Set EVERYONE. Under Windows, user used by Apache is SYSTEM LOCAL. doudoux RE: mapped network folders support - broebel - 06-03-2011 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. RE: mapped network folders support - Doudoux - 06-06-2011 (06-03-2011, 11:49 PM)broebel Wrote: 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. Hi set 'Everyone' in your NAS settings and not in windows explorer doudoux RE: mapped network folders support - broebel - 06-06-2011 (06-06-2011, 03:21 PM)Doudoux Wrote: Hi My NAS is already configured for read/write permission for everyone on that folder. Is there anything else I can try? RE: mapped network folders support - Doudoux - 06-07-2011 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 RE: mapped network folders support - broebel - 06-07-2011 (06-07-2011, 01:15 AM)Doudoux Wrote: ok i see I assume you are referring to the path used in conf.Settings.php. I tried the following: var $_contentDir = "\\\\<nas ip>\\<folder>\\letodata\\"; I'm still getting an error when uploading a document. Do I need to recreate leto database from scratch? RE: mapped network folders support - Doudoux - 06-07-2011 Change \\ by / var $_contentDir = "//<nas ip>/<folder>/letodata/"; RE: mapped network folders support - broebel - 06-07-2011 (06-07-2011, 03:44 AM)Doudoux Wrote: Change \\ by / I tried your suggestion but it still doesn't work. It looks like the log file is being created but perhaps the problem is with creating folders? RE: mapped network folders support - broebel - 06-21-2011 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. |