Responding to the security update [sa-contrib-2019-019], I'm getting this error after updating the module using composer:
Fatal error: Trait 'Drupal\serialization\Normalizer\SerializedColumnNormalizerTrait' not found in /var/www/mndor/docroot/modules/contrib/jsonapi/src/Normalizer/EntityNormalizer.php on line 29
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fatal_error_after_updating_the_module-3034626-2.patch | 412 bytes | jncruces |
Comments
Comment #2
jncrucesIs needed to upgrade Drupal Core to use the version 8.x-1.16. I created a patch to ensure this requirement.
Comment #3
jncrucesI think that the module page must warning users to ensure all the people use the correct version of the Drupal Core and JSONAPI module.
Comment #5
gabesulliceThanks for the suggestion. Done.
Comment #6
wim leersCrediting @gabesullice and @jncruces. @jncruces was already credited.