PHP7 possible compatibility issue
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2620280. -->
Reported by: [Neo13](https://www.drupal.org/user/817682)
>>>
<p>Hello,</p>
<p>I installed PHP7.0 RC7 from dotdeb repository. I use commerce_message module and when I try to add something to cart I get following notice and error:</p>
<p>Notice: Array to string conversion in MessageType->getText() (line 167 in /sites/all/modules/message/includes/message.message_type.inc).</p>
<p>EntityMetadataWrapperException: Unknown data property Array. in EntityStructureWrapper->getPropertyInfo() (line 336 in /sites/all/modules/entity/includes/entity.wrapper.inc).</p>
<p>When I reverted back to PHP5.6 the notice and error went away. </p>
issue