mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 13:36:02 +03:00
[GH-ISSUE #420] Sometimes, I click reply, or reply to all, and the email is blank. If I cancel and try again, it works OK. #347
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marclaporte on GitHub (Aug 11, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/420
Originally assigned to: @jasonmunro on GitHub.
Seen by at least Jason and myself. No pattern to reproduce yet.
https://gitter.im/cypht-org/community?at=5f307abefe39ca5d65902d7c
@marclaporte commented on GitHub (Sep 17, 2020):
@jasonmunro Can you think of anything I could do to detect the pattern?
@marclaporte commented on GitHub (Oct 2, 2020):
I have been to reproduce something odd: forwarded message as attachment appears more than once:

To do this
@jasonmunro commented on GitHub (Feb 9, 2021):
This issue should be resolved in the master branch
@marclaporte commented on GitHub (Feb 9, 2021):
@jasonmunro: I still get many attachments when doing:
"On a message, click "forward", then back (with your browser), then forward again, etc."
@jasonmunro commented on GitHub (Feb 9, 2021):
that should be it's own issue as it is unrelated to this particular problem
@marclaporte commented on GitHub (Feb 10, 2021):
I confirm blank emails are solved by
github.com/jasonmunro/cypht@2a9060a17aThanks!
@marclaporte commented on GitHub (Feb 12, 2021):
I am still getting some. But it happens less often.
I also noticed some on "forward"
@marclaporte commented on GitHub (Feb 16, 2021):
The trick I described above (On a message, click "forward", then back (with your browser), then forward again, etc.) no longer works because that issue has been fixed by https://github.com/jasonmunro/cypht/pull/453
blank message on reply sometimes still occur. See:
github.com/jasonmunro/cypht@2a9060a17a (commitcomment-47201666)@marclaporte commented on GitHub (Sep 1, 2021):
This problem persists to this day, but I hope it is the same root cause as discussed at https://github.com/jasonmunro/cypht/pull/508 and thus, be resolved soon.
@marclaporte commented on GitHub (Oct 8, 2021):
AFAICT, this is solved with latest code. If I see the issue again, I will re-open.
@marclaporte commented on GitHub (Mar 13, 2023):
So I was still having this intermittent problem, so @kroky dove in.
It turns out to be a race condition in AJAX requests executed in the background when Cypht is integrated in Tiki, and when "Session storage location" is DB. Switching to "Default (from php.ini) solves it. We'll experiment a bit more and add a fix to Tiki.
@marclaporte commented on GitHub (Mar 13, 2023):
For the record:
gitlab.com/tikiwiki/tiki/-@5281f16493