You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshoot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If it looks like you're going to need help solving the problem, it's time to get
45
45
* Displayed on the actual page
46
46
* Displayed in the browser console (Chrome: More tools -> Developer Tools -> Console)
47
47
* 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`)
49
49
* Recorded by Flarum (`storage/logs`)
50
50
51
51
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