Skip to content

Commit

Permalink
fix: fpm on php 8 uses different log file
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Nov 8, 2024
1 parent 4f2fb2e commit 0d6a3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If it looks like you're going to need help solving the problem, it's time to get
* Displayed on the actual page
* Displayed in the browser console (Chrome: More tools -> Developer Tools -> Console)
* Recorded in the server's error log (e.g. `/var/log/nginx/error.log`)
* Recorded in PHP-FPM's error log (e.g. `/var/log/php7.x-fpm.log`)
* Recorded in PHP-FPM's error log (e.g. `/var/log/php8.x-fpm.log`)
* Recorded by Flarum (`storage/logs`)

Copy any messages to a text file and jot down a few notes about *when* the error occurred, *what* you were doing at the time, and so on. Be sure to include any insights you may have gleaned about the conditions under which the issue does and doesn't occur. Add as much information as possible about your server environment: OS version, web server version, PHP version and handler, et cetera.
Expand Down

0 comments on commit 0d6a3e3

Please sign in to comment.