Issue
In the Acquia Connector module, acquia_connector-8.x-1.17, a bug was introduced which may break cron runs and result in the following error:
[error] Error: Call to a member function getEditable() on null in Drupal\acquia_connector\Controller\SpiController->get() (line 69 of docroot/modules/contrib/acquia_connector/src/Controller/SpiController.php)
#0 docroot/modules/contrib/acquia_connector/src/Controller/SpiController.php(985): Drupal\acquia_connector\Controller\SpiController->get('cron')
#1 docroot/modules/contrib/acquia_connector/acquia_connector.module(107): Drupal\acquia_connector\Controller\SpiController->sendFullSpi('cron')
#2 [internal function]: acquia_connector_cron()
[...]
Affected Applications/Limitations
Applications using the Acquia Connector module: acquia_connector-8.x-1.17 version
Resolution
If your site experiences error messages like those above, we recommend these actions:
- Upgrade to the newest version (8.x-1.18) which includes the bug fix. Please do read the module's release notes for any special instructions.
- Clear Drupal caches (for example, by running drush cache:rebuild) on each of your affected sites.
Consult the Drupal.org issue here for the latest updates: https://www.drupal.org/project/acquia_connector/issues/3100935