Original Question/Issue:
The user is unable to mount a network path to a new network share and is getting an error "Folder Share Location Not Readable." when adding the mount path. The error occurs despite confirming that the service account running the Apache service has sufficient access to the network path.
Environment:
Steps to Reproduce:
NA
Error/Log Message:
Cause:
Resolution/Workaround:
The line define("TONIDOCLOUD_ENABLE_PATH_ACCESS_CHECK",0); must be added to the cloudconfig.php file
Find the following command, or if it does not exist, create it:
define("TONIDOCLOUD_ENABLE_PATH_ACCESS_CHECK",0) |
Notes:
Only add this line in the cloudconfig.php file if you have confirmed that the service account running the Apache service and other FileCloud services has sufficient access to the path. Make sure that the share is accessible after the network share has been created successfully.