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

Invalid License Host after upgrade

Original Question or Issue:

Following the update from version 23.242 to version 23.252, the licence has jumped from FileCloud and I have no way of reinstalling the licence on the server.

I get the error "Invalid License Host".


Environment:

  • Product - FileCloud Server
  • Version - 23.252
  • Platform - Linux

Steps to Reproduce:

Upgrade from FileCloud release 23.242 to 23.252

Custom port used by Apache service.


Error or Log Message:

CLFC-04203 Unauthorized Site Host for access


Defect or Enhancement Number:

 


Cause:

Missing host entry in cloudconfig.php


Resolution or Workaround:

Add URL/IP with port number PORT to the cloudconfig.php file:

define("TONIDOCLOUD_ALLOWED_HOSTS", "filecloud.url.domain, 127.0.0.1, filecloud.url.domain:PORT, 127.0.0.1:PORT");


Notes: