-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incoming email crashes application #2237
Comments
Here is a second message that produces the same result New voicemail in mailbox 100 from PMTCUST ST ANTHONYS GEN_ 2046239218.eml.zip |
Unfortunately it's not clear from the error message where exactly in /var/www/html/resources/views/conversations/view.blade.php the error occurs. |
I have opened that file (I guess it is dynamically generated) and the offending line 95 is: <button
type="button"
class="btn btn-<?php echo e(App\Conversation::$status_classes[$conversation->status]); ?> btn-light conv-info-icon" data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
aria-label="<?php echo e(__("Status")); ?>: <?php echo e($conversation->getStatusName()); ?>">
<i
class="glyphicon glyphicon-<?php echo e(App\Conversation::$status_icons[$conversation->status]); ?>">
</i>
</button> Here are some more things I know about this conversation.
So this seems to indicate that:
Since I opened this issue, I have used the conversation list view (i.e. the inbox) to mark this message as status CLOSED. And now the issue is gone, I am able to open the message without error. |
Awesome, thank you |
When opening a specific message on our service it crashes the page. Every time. App version 1.8.24.
Here are the logs:
Possibly related:
#2134
Here is the message that caused the error:
The text was updated successfully, but these errors were encountered: