Worked for me. Thank you
Thimm
Posts
-
EspoCRM 9.1.0 fresh install not sending email (system email) -
Outbound email settings being overwritten when app is restarted+1 for adding the optional flag or provide another option so that the changed email settings persist
-
EspoCRM 9.1.0 fresh install not sending email (system email)I've got the same issue. I'm also receiving the error:
EspoCRM gives back an Error 500 Unknown error.
-
Adding a custom gazetteer to GrafanaHi everyone,
I've been trying to add a custom gazetter (geojson lookup for regions in Europe).
The file needs to be added to
/app/code/public/gazetteer
The problem is that this path is read only.Any ideas how I could still add the file to the folder?
Link to file:
https://gisco-services.ec.europa.eu/distribution/v2/nuts/geojson/NUTS_RG_20M_2024_4326.geojson -
Latest update to EspoCRM 2.15.0 broke installationGot it working again by doing the following:
- Have a look at the logs
- Enable Recovery Mode
- Open the Terminal
- Run
php command.php extension -l
to list all extensions - Uninstalled the Google Extension with
php command.php extension -u --name="Google Integration"
EspoCRM documentation for uninstalling via the terminal:
https://github.com/espocrm/documentation/blob/master/docs/administration/commands.md#extension -
Latest update to EspoCRM 2.15.0 broke installationI found the issue in the logs:
Error: EspoCRM 9.0 is not compatible with 'Google Integration' extension of versions lower than 1.7.6. Please upgrade the extension or uninstall it.
-
Latest update to EspoCRM 2.15.0 broke installationThe latest update EspoCRM 2.15.0 broke our installation and a screen with
This app is currently not responding. Please try refreshing the page in a few minutes.
is shown when opening the subdomain.So far I've tried restarting the app and restarting the server. Until now, we've had no problems running EspoCRM.
Is there anything else I can do?