mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #1840] 🐛 [Bug] "currently running Cypht version 2.5.2. A higher version (2.6.0) is available." message after installing (updating to) 2.6.0 #718
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#718
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 @moxventura on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1840
🐛 Bug
Seen: After updating to 2.6.0 I see a 'You are currently running Cypht version 2.5.2. A higher version (2.6.0) is available.' message.
Expected: Since I'm running the latest version (2.6.0) I would not expect this message in the UI.
Probable cause:
The file https://github.com/cypht-org/cypht/blob/v2.6.0/lib/version.php has version 2.5.2 defined while the tag is v2.6.0
Version & Environment
Rev: [2.6.0]
OS: []
@moxventura commented on GitHub (Jan 19, 2026):
A temporary fix for me was to execute:
docker exec -it cypht sed -i 's/define(.CYPHT_VERSION., .2.5.2./define("CYPHT_VERSION", "2.6.0"/' /usr/local/share/cypht/lib/version.phpbut this will re-introduce the problem once the container restarts
@IrAlfred commented on GitHub (Jan 20, 2026):
Hello @moxventura
This issue is a duplicate of https://github.com/cypht-org/cypht/issues/1838
For now we can just ignore the notification. This will be fixed in the next release.
Thanks