Skip to content
English
  • There are no suggestions because the search field is empty.

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:

           7a32ae464eac968c4c34791040bee1bb323831d5e2fa2c8161aaa23a80686836ef34e89d420bc4a6?t=80be236140ba3d7f79f5b25dc9981f2e


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: