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

Managed storage issue

Original Question or Issue:

I get an undefined error when checking the managed storage path on the admin portal.


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

Typo in the MongoDB connection string.


Error or Log Message:

Can't access the MongoDB database tonidostoragedb.


Defect or Enhancement Number:

 


Cause:

Wrong MongoDB connection string in localstorageconfig.php file.


Resolution or Workaround:

Always ensure the MongoDB connection string is correct in:

Windows:
<Drive_letter>:\xampp\htdocs\config\localstorageconfig.php
<Drive_letter>:\xampp\htdocs\config\cloudconfig.php

Linux:
/var/www/html/config/localstorageconfig.php
/var/www/html/config/cloudconfig.php


Notes: