Hi guys, I was getting Failed Post Data Validation errors in the Toolbox/Email Post Log, and tracked it down to the validateData() function. Specifically, it fails on the No topic post has been entered and post cannot be saved branch of logic.
Strange that $this->newpost[‘postcontent’] would be empty, I thought, so traced it back to $content.
When I logged the $content of the email/post, it was clearly a Base64-encoded message. So I’m not 100% sure this is the root of the issue, since possibly the software is actually getting a different part of a multipart MIME message and using that, but thought I would ask if you’ve seen this. Any further guidance you can give me for what to check next?
Thanks!