Latest update to EspoCRM 2.15.0 broke installation
-
The 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?
-
Got 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