10-14-2010, 03:18 AM
OK Problem is resolved and this may help others too.
If a Synology Station is used as server for LetoDMS the path you put the data (web/yourfolder) is not really the path the data resides.
To bring it to work you must use the following path:
/var/services/web/yourpath
With this setting it works.
It was a little bit tricky to find it out. I managed to get the path using a phpinfo file and checked DOCUMENT_ROOT and SCRIPT_FILENAME within the displayed page. This will help to find out if the folder you see in your FTP client, is really the folder the data resides.
Regards
Daniel
If a Synology Station is used as server for LetoDMS the path you put the data (web/yourfolder) is not really the path the data resides.
To bring it to work you must use the following path:
/var/services/web/yourpath
With this setting it works.
It was a little bit tricky to find it out. I managed to get the path using a phpinfo file and checked DOCUMENT_ROOT and SCRIPT_FILENAME within the displayed page. This will help to find out if the folder you see in your FTP client, is really the folder the data resides.
Regards
Daniel