mccrodp / message_private

The Message Private module provides a message type and associated entity reference fields, enabling sending and receiving private messages using The Message Stack.
https://www.drupal.org/project/message_private
3 stars 7 forks source link

Error with Private Email Notifications #18

Open bender-r opened 7 years ago

bender-r commented 7 years ago

If i enable Message Private Email Notifications selection_012

And send a private message on page /message/add/private_message I see two error messages:

Location http://localhost:8000/message/add/private_message Referrer http://localhost:8000/message/add/private_message Message InvalidArgumentException: Unable to get a value with a non-numeric delta in a list. in Drupal\Core\TypedData\Plugin\DataType\ItemList->get() (line 98 of /var/www/html/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php).

and

Location http://localhost:8000/message/add/private_message Referrer http://localhost:8000/message/add/private_message Message Drupal\Core\Entity\EntityStorageException: Unable to get a value with a non-numeric delta in a list. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 770 of /var/www/html/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).

mccrodp commented 7 years ago

Perhaps more info in the duplicate issue here: https://github.com/mccrodp/message_private/issues/24