Summary:
Unable to add Network Folder due to required flag in the cloudconfig.php
Prior to creating new Network Folders or changing the mount paths on existing Network Folders, you must enable mounting network share paths.
Question/Issue Description:
"I am trying to change the path of an existing LAN share and I'm getting an error."
Environment Details:
Error/Log Message:
Getting the below error message when adding a Network Folder:
Steps to Reproduce:
Resolution/Workaround:
Find the following command, or if it does not exist, create it:
define("TONIDOCLOUD_ENABLE_NETWORK_SHARE_MOUNTS", false); |
Notes: