You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the latest orocrm installed, and the message consumer is crashing when an email comes in...
[desertvalley@vegas crm]$ ./bin/console oro:message-queue:consume --memory-limit=700
2021-04-27 06:08:52 consumer.ERROR: Consuming interrupted by exception. "Notice: Array to string conversion" ["exception" => ErrorException { …}] ["processor" => "Oro\Bundle\DataAuditBundle\Async\AuditChangedEntitiesProcessor","message_id" => "oro.6087a843a697c0.35762047","message_body" =>... bunchas of crapp about whats in the data structure]
In ChangeSetToAuditFieldsConverter.php line 127:
Notice: Array to string conversion
The text was updated successfully, but these errors were encountered:
I tried changing the (string) $new to a serialize(), to a json_encode, while the error goes away with those, neither make it so the message reading code works.... Though honestly I have no clue what the other end is expecting... Any help would be greatly appreciated as I'd really like to get the email portion of the CRM working.
I have the latest orocrm installed, and the message consumer is crashing when an email comes in...
The text was updated successfully, but these errors were encountered: