[GH-ISSUE #1671] 💬 [Question] Please clarify the way to enable debug mode #695

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

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

Originally created by @jcr35 on GitHub (Sep 11, 2025). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1671 <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> <!-- Question the project's team --> <!-- If you need an answer right away, consider to take other means of communication with the project's team --> ## 💬 Question <!-- Describe your Question in detail. Include screenshots and drawings if needed. --> 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
kerem 2026-02-25 21:35:42 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@christer77 commented on GitHub (Sep 11, 2025):

💬 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

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

<!-- gh-comment-id:3282495353 --> @christer77 commented on GitHub (Sep 11, 2025): > ## 💬 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 DEBUG_MODE is enabled by default in cypht. To install cypht, please refer [here](https://www.cypht.org/install/). 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](https://gitter.im/cypht-org/community). Monthly community meetings: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings
Author
Owner

@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:

  • Default on Debian with Apache: /var/log/apache2/error.log
  • Default with NGINX: /var/log/nginx/error.log
  • For a specific virtual host: Check the host's configuration file.

To find the exact path, check the error_log directive in your php.ini or web server configuration.

<!-- gh-comment-id:3297844217 --> @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: - Default on Debian with Apache: /var/log/apache2/error.log - Default with NGINX: /var/log/nginx/error.log - For a specific virtual host: Check the host's configuration file. To find the exact path, check the error_log directive in your php.ini or web server configuration.
Author
Owner

@jcr35 commented on GitHub (Sep 16, 2025):

Thxs for the comment, I will check this.

<!-- gh-comment-id:3298306486 --> @jcr35 commented on GitHub (Sep 16, 2025): Thxs for the comment, I will check this.
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#695
No description provided.