- 🇪🇸Spain manuga
I can't install version 2.1.x-dev for drupal 8, so I attach the patch for version 2.1.1
The usage of var_export
does not allow circular references. If any class for internal logics is added to $message
the rerouting will result in a memory leak.
Add a class, for instance TranslatableMarkup
to an array key of $message
(e.g. $message['body'][]
. The key $message['subject']
however has a workaround.
Use another serialization method to log the $message
array to Watchdog.
Fixed
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I can't install version 2.1.x-dev for drupal 8, so I attach the patch for version 2.1.1