Skip to content

Commit

Permalink
Merge pull request #1103 from itflow-org/debug-tweak
Browse files Browse the repository at this point in the history
Clarify notes on debug
  • Loading branch information
johnnyq authored Nov 14, 2024
2 parents 45b61da + 9fe9d8e commit 99b482a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions admin_debug.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

require_once "inc_all_admin.php";

require_once "database_version.php";
Expand Down Expand Up @@ -512,10 +513,8 @@ function getDirStats($dir) {

<h2>Debugging</h2>
<ul>
<li>If you are experiencing a problem with ITFlow you may be directed to this page to gather server/app info.</li>
<li>When creating forum posts / support requests ensure you share the information under <i>Server Info</i>, <i>ITFlow app</i> and <i>Database stats</i>.</li>
<li><a class="text-danger text-bold">Caution:</a> Be careful when sharing the full debug output - it contains your PHP session variables/cookies ("PHPSESSID") which could allow anyone to login to your ITFlow instance</li>
<li>Note: Sometimes you might need to gather <a href="https://docs.itflow.org/gathering_logs#error_logs">PHP error logs</a> as well</li>
<li>If you are experiencing a problem with ITFlow, this page should help you identify any configuration issues.</li>
<li>Note: You might also need to gather <a href="https://docs.itflow.org/gathering_logs#error_logs">error logs</a></li>
</ul>
<hr>

Expand Down

0 comments on commit 99b482a

Please sign in to comment.