Error due to domain not in "allowed hosts" list
Original Question or Issue:
Getting CLFC-00035-00155 error after upgrade to 23.241.6.28143
Environment:
- Product - FileCloud Server
- Version - 23.241.6
- Platform - Any
Steps to Reproduce:
Error or Log Message:
CLFC-00035-00155
Defect or Enhancement Number:
Cause:
Domain not in the "allowed hosts" list
Resolution or Workaround:
Add the below line to your cloudconfig.php file, save it, and upload the license again.
define("TONIDOCLOUD_ALLOWED_HOSTS", "localhost, 127.0.0.1,<your domain here>");
Windows: C:\xampp\htdocs\config
Linux: /var/www/html/config
Notes: