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.
Issue fork acquia_contenthub-3388934
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
Comment #2
bakulahluwaliaComment #4
slippast commentedI 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.