Skip to content

Commit 0d6a3e3

Browse files
committed
fix: fpm on php 8 uses different log file
1 parent 4f2fb2e commit 0d6a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If it looks like you're going to need help solving the problem, it's time to get
4545
* Displayed on the actual page
4646
* Displayed in the browser console (Chrome: More tools -> Developer Tools -> Console)
4747
* Recorded in the server's error log (e.g. `/var/log/nginx/error.log`)
48-
* Recorded in PHP-FPM's error log (e.g. `/var/log/php7.x-fpm.log`)
48+
* Recorded in PHP-FPM's error log (e.g. `/var/log/php8.x-fpm.log`)
4949
* Recorded by Flarum (`storage/logs`)
5050

5151
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.

0 commit comments

Comments
 (0)