mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 21:46:02 +03:00
[GH-ISSUE #1671] 💬 [Question] Please clarify the way to enable debug mode #695
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#695
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 @jcr35 on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1671
💬 Question
Hello,
I have issue trying to login after a fresh install on centos
Install went qute well, saw no issue.
I want to evaluate cyth in a quite simple case: I want to run cypht in front of a IMAP and SMTP server.
I was able to do this very easily for roundcube and rainloop, now I want to evaluate cypht
As I can't login for the moment, I want to enable debug mode and see what happen
You write somewhere it is "as easy to access index file", that's ok, but when I set DEBUG_MODE to true it has no impact at all.
Could you just confirm this is the right way to run cypht in debug mode please ?
Thxs
@christer77 commented on GitHub (Sep 11, 2025):
DEBUG_MODE is enabled by default in cypht.
To install cypht, please refer here.
If you are stuck somewhere, we are here to help you.
We also have the chat channel for the cypht community. you can join us here.
Monthly community meetings: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings
@IrAlfred commented on GitHub (Sep 16, 2025):
Hello @jcr35
When Cypht's debug mode is enabled, detailed application information is logged for diagnostics. These messages are never displayed in the browser. You must check the PHP error log defined in your server's configuration.
The log location is set by your PHP environment, not Cypht. Common locations include:
To find the exact path, check the error_log directive in your php.ini or web server configuration.
@jcr35 commented on GitHub (Sep 16, 2025):
Thxs for the comment, I will check this.