I have two instances of Espo CRM set up on my Cloudron instance. I am running into an issue with read/write/delete permissions on the extensions folders which are critical for our customizations.
I think the user "www-data" may not have enough permissions to delete files in the following folders:
~/client/custom/modules
~/custom/Espo/Modules
~/data/upload
I have already gone through the documentation and tried the following:
-
Went through these steps:
https://docs.espocrm.com/administration/extensions/#installing -
Then tried these steps from source: https://github.com/espocrm/documentation/blob/master/docs/administration/commands.md#extension
A. Logged in to Cloudron
B. Hover over the EspoCRM square + click the gears icon
C. Up+right - Click on: Terminal
D. Entered the template line (modified as needed for our installation)
bin/command extension --file="path/to/extension/package.zip" -
Tried following this uninstall extensions documentation:
https://docs.cloudron.io/packages/espocrm/#uninstalling-extension
I am still stuck dealing with this error message though:
I believe the documentation does not mention this issue. There is the documentation for uninstalling extensions, but that is for the terminal and not the admin interface.
Does anyone know how to fix this or if it is intentional?