Attachments aren't being stored in SQL. Only an empty array. #7

Closed
opened 2016-01-02 16:26:38 +01:00 by mikegioia · 0 comments
mikegioia commented 2016-01-02 16:26:38 +01:00 (Migrated from github.com)

Every message is getting an empty serialized array a:0:{} regardless of whether there are attachments or not. Something must be failing during the writing/retrieval.

  • Fix the attachment retrieval/storing to SQL
  • JSON encode this data instead of serializing for non-PHP engines/clients
Every message is getting an empty serialized array `a:0:{}` regardless of whether there are attachments or not. Something must be failing during the writing/retrieval. - [x] Fix the attachment retrieval/storing to SQL - [x] JSON encode this data instead of serializing for non-PHP engines/clients
Sign in to join this conversation.
No description provided.