mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
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#506
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 @PaulTGG on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/878
Originally assigned to: @Shadow243 on GitHub.
🐛 Bugreport
I upgraded to
4f2eae3today, and no emails are showing up when using the default site view. Also, the IMAP folders don't show up if you expand the account folders. Both features work when using the debug site.Version & Environment
4f2eae3OS: Debian 12.4, PHP 8.2.7
Steps to reproduce
@kroky commented on GitHub (Jan 31, 2024):
Did you run composer install and config_gen again? Working with master branch means doing config updates, clearing caches and other maintenance work quite often as we are currently merging a lot of MRs to stabilize Cypht before 2.0 release.
@PaulTGG commented on GitHub (Jan 31, 2024):
Yes, both. The only thing that was the same from my previous install was the user settings (which are in a DB). All the other instructions were followed as if it was a brand-new install. It just seemed strange to me that debug should work and "regular" wouldn't. That said, if this seems like something that may have come from all the merges happening right now, just say the word, and I'll close this issue, and test it again when Cypht is closer to 2.0!
@Shadow243 commented on GitHub (Jan 31, 2024):
I'm trying to reproduce it on a Debian 12 server with the same PHP version to see if I'll get the same error.
@kroky commented on GitHub (Feb 1, 2024):
Please keep this issue open - we need to find out the reason. It is just that I cannot reproduce... maybe you can send some env/debugging info to help reproduce? Any errors in browser's console, any debugging messages you see?
@PaulTGG commented on GitHub (Feb 2, 2024):
I just tested with a fresh install of Debian, and the latest master. When using the normal site, and looking at "Everything," the browser console says this:
Uncaught ReferenceError: Sortable is not defined <anonymous> http://172.16.32.254/mail/site.js?v=EdefVEVoNrXqf0tvckSlKaPIFCVYAsZBwbFwqrvJ3rw=:2156. So such message using the debug site. Also, there are no Apache error logs when using the normal site.My .env file is here: https://pastebin.com/4m8iXFWx
The only not-new part of my test was my user settings, which I have in a DB. I also tried changing the user settings to "file", running config_gen, and restarting apache, but the regular inbox was still blank, with nothing showing up, while the debug inbox was telling me to add accounts.
@kroky commented on GitHub (Feb 2, 2024):
@PaulTGG thanks for the info.
@Shadow243 put index.php DEBUG_MODE to false and you will see the issue. When we bundle site.js with all js files, we are not adding the third party libs anymore - thus Sortable is not defined error.
@Shadow243 commented on GitHub (Feb 6, 2024):
Solved by: https://github.com/cypht-org/cypht/pull/881