[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

Closed
opened 2026-02-25 21:35:45 +03:00 by kerem · 2 comments
Owner

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: []

Originally created by @moxventura on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1840 <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## 🐛 Bug <!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the bug is.--> 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 <!-- Paste Git-Commit ID or Tag-Name here --> Rev: [2.6.0] <!-- Specify your OS and OS Version here if the issue is (most likely) platform dependent. --> OS: []
kerem 2026-02-25 21:35:45 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.php
but this will re-introduce the problem once the container restarts

<!-- gh-comment-id:3770155818 --> @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.php` but this will re-introduce the problem once the container restarts
Author
Owner

@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

<!-- gh-comment-id:3771163847 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#718
No description provided.