Hi Mark,
WordPress and all plugins were updated when the issues was first reported. I’ve been keeping them up-to-date while working on this but getting no joy from it.
I’ve been logging emails in the hope that this might turn up something, I just noticed this in json format in the logging screen:
Application form submission:
{
"mail_id": "79",
"timestamp": "2018-01-24 13:48:23",
"host": "82.145.42.127",
"receiver": "[email protected],\\[email protected]",
"subject": "New Job Application Submitted - Applicants name",
"message": "\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
Other emails are in this format:
{
"mail_id": "91",
"timestamp": "2018-01-25 14:25:18",
"host": "82.145.42.127",
"receiver": "[email protected]",
"subject": "CV Upload",
"message": "From: Dev Test \nSubject: CV Upload from Allstaff.co.uk\n\n--\nThis e-mail was sent from a contact form on Allstaff (http:\/\/allstaff.co.uk)",
"headers": "From: Dev Test \nX-WPCF7-Content-Type: text\/plain\nReply-To: [email protected]\n",
"attachments": "lstaffco\/public_html\/media\/wpcf7_uploads\/1463800735\/Test-doc.docx",
"error": null,
"plugin_version": "1.8.3\r"
}
I’ve also been seeing this error several times lately in error logs:
[25-Jan-2018 14:39:36 UTC] PHP Warning: implode(): Invalid arguments passed in /home/allstaffco/public_html/wp-content/themes/all-staff-update/single-wpbb_job.php on line 20
Is any of this helpful to you? I’ve not logged the value of $wpbb_attachments yet, but I’ll try that next.