Here is the error:
Error: Call to undefined method stdClass::save() in Drupal\content_moderation\Entity\ContentModerationState->save() (line 206 of /var/www/html/deploy_test/core/modules/content_moderation/src/Entity/ContentModerationState.php) #0 /var/www/html/deploy_test/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php(169):

I am using d8.6.2

Please help!

Comments

lomasr created an issue. See original summary.

lomasr’s picture

Assigned: Unassigned » lomasr
sozkara’s picture

Me too have this exact error. Installation can't be completed.

amarphule’s picture

Assigned: lomasr » amarphule
amarphule’s picture

Assigned: amarphule » Unassigned

Deploy module has requirements

Requires: Workspace (disabled)OptionsFieldTextFilterUserSystemDatetimeReplication (disabled)Multiversion (disabled)Serialization (disabled)Key-value Extensions (disabled)Conflict (disabled)

To download module use composer require drupal/deploy it will download module and its dependencies
For Enabling module use drush en deploy it will gives you list of required modules say yes will enabled all modules.
It works for me on Drupal-8.7.2 and PHP-7.2.

christophe.klein’s picture

Using composer require drupal/deploy followed by drush en deploy gives me the error too.

amarphule’s picture

What is the error message?