Hello, welcome to this project. The purpose of this project is to track updates from the whmcsfull.com site and ensure the latest versions are made available.
I want to emphasize that this project is for educational purposes only. I do not intend to cause any inconvenience or engage in any illegal activities. My sole intention is to provide others with an opportunity to test the software. If you have the means to purchase the software officially, I encourage you to do so.
Feel free to share your ideas or questions; I will respond as soon as possible.
Best regards.

Hola, El problema se debe a que no tienes definida una licencia en el archivo de configuración de WHMCS.
Según la documentación oficial:
https://docs.whmcs.com/8-13/installation-guide/initial-configuration/the-configuration-php-file/
Debes agregar la siguiente variable en tu archivo configuration.php: $license = "12345";
Donde 12345 debe ser reemplazado por una key válida, la cual puedes generar desde el siguiente enlace:
https://whmcsfull.com/#key
Una vez generada la key, copia y pega el archivo de licencia correspondiente en el servidor.
Después de esto, el sistema debería funcionar sin ningún inconveniente.
Quedo atento si necesitas ayuda adicional con la configuración.