Adding Network Folder Failure (LAN Networks are disabled)
Original Question or Issue:
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.
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Getting the below error message when adding a Network Folder:
Defect or Enhancement Number:
Cause:
Resolution or Workaround:
- Open cloudconfig.php.
- Windows Location : C:\xampp\htdocs\config\cloudconfig.php
- Linux Location : /var/www/html/config/cloudconfig.php
-
Find the following command, or if it does not exist, create it:
define("TONIDOCLOUD_ENABLE_NETWORK_SHARE_MOUNTS", false);
- Change the value false to true.
Notes: