After a successful installation, when entering the backend settings phase, many modules are in a disabled state. When selecting them, a prompt appears, such as: “Failed to create directory /var/lib/dolibarr/documents/doctemplates/deliveries”. What is this situation? Can any expert provide guidance? Many thanks.
You must try to set permission read and write on the directory /var/lib/dolibarr/documents for the user of the web server (usually www-data)
This usually happens because the web server user (often www-data
on Debian/Ubuntu systems) doesn’t have the correct permissions to write into the /var/lib/dolibarr/documents
directory.