I am trying to set up Dolibarr using Docker and I’m having trouble getting the DOLI_ENABLE_MODULES variable to work correctly. I have specified the following modules in my Docker setup:
However, after the installation, these modules are not active. I am not sure if I am using the correct module names or if there is a specific way to implement them.
Could someone please guide me on the correct usage of the DOLI_ENABLE_MODULES variable and confirm if the module names I am using are accurate? Any help or suggestions would be greatly appreciated.
Activating module MODSOCIETE ... FAILED. Unable to load module. Be sure to check the case
Activating module MODFACTURE ... FAILED. Unable to load module. Be sure to check the case
Activating module MODBANQUE ... FAILED. Unable to load module. Be sure to check the case
Activating module MODCOMPTABILITE ... FAILED. Unable to load module. Be sure to check the case
Activating module SERVICES ... FAILED. Unable to load module. Be sure to check the case
Activating module MODDBADMIN ... FAILED. Unable to load module. Be sure to check the case
So they are case sensitive, But I can’t find a precise reference in the documentation as to how to write the name of the modules in my variables.
I tried all uppercase, camelCase, and all lowercase …