handesk icon indicating copy to clipboard operation
handesk copied to clipboard

ISSUE: on fetch email with attachment

Open MattiaMarchiorato opened this issue 6 years ago • 0 comments

production.ERROR: Trying to get property of non-object {"exception":"[object] (ErrorException(code: 0): Trying to get property of non-object at /app/Attachment.php:29) This is the line $path = str_replace(' ', '', $attachable->id.''.$mailAttachment->name);

As you can see below the send parameter of the function is NULL /app/Jobs/EmailParsers/NewCommentEmailParser.php(21): App\Attachment::storeAttachmentsFromEmail(Object(App\Services\Pop3\IncomingEmail), NULL)

MattiaMarchiorato avatar Mar 07 '19 17:03 MattiaMarchiorato