After installing the module by composer, trying to enable the module is throwing this error

Fatal error: Trait method jsonDecode has not been applied, because there are collisions with other trait methods on Google\Cloud\Language\LanguageClient in /Users/rajeev/Sites/devdesktop/drupal8/vendor/google/cloud-language/src/LanguageClient.php on line 42

This has been resolved in later version(^0.19.0) of google-cloud-language library.

CommentFileSizeAuthor
#2 3093883-2.patch311 bytesrajeevk

Comments

RajeevK created an issue. See original summary.

rajeevk’s picture

Assigned: rajeevk » Unassigned
Status: Active » Needs review
StatusFileSize
new311 bytes

Attaching patch to resolve the issue.

rpc5102’s picture

Bumping up google/cloud-language to 0.19+ resolves the issue, can we get this merged in? Without it the module will WSOD.