Problem/Motivation

Fatal error: Latest version (2.41.0) is not compatible with acquia/sitestudio_contenthub version 6.9.5

Steps to reproduce

Install acquia_contenthub version: 2.41.0 and acquia/sitestudio_contenthub version 6.9.5
Run: drush cr

Error message:

PHP Fatal error: Trait "Drupal\acquia_contenthub\EventSubscriber\UnserializeContentField\FieldEntityDependencyTrait" not found in /app/docroot/modules/contrib/sitestudio_contenthub/modules/sitestudio_contenthub_subscriber/src/EventSubscriber/UnserializeContentField/SitestudioEntityReferenceFieldUnserializer.php on line 14

Fatal error: Trait "Drupal\acquia_contenthub\EventSubscriber\UnserializeContentField\FieldEntityDependencyTrait" not found in /app/docroot/modules/contrib/sitestudio_contenthub/modules/sitestudio_contenthub_subscriber/src/EventSubscriber/UnserializeContentField/SitestudioEntityReferenceFieldUnserializer.php on line 14

Proposed resolution

Reverting to acquia_contenthub version: 2.40.0 works again.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bakulahluwalia created an issue. See original summary.

bakulahluwalia’s picture

Version: 8.x-2.40 » 8.x-2.41

erick.major made their first commit to this issue’s fork.

slippast’s picture

I can confirm this issue. It's also happening the ContentHub v3.3 and Site Studio ContentHub 7.3. Breaks config imports, breaks drush commands, etc.

I downgraded to ContentHub 3.2.2 in order to get this working.