Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Adjusting FCGI_SERVER_MAX_STDERR_LINE_LEN

$
0
0

Replies: 0

There is an error somewhere in my site such that an error message is displayed, showing the stack of calls. Unfortunately, that message is truncated (a little less than 1K characters are shown) so the most important parts are not displayed. At the same time, I get a message of the sort:

FastCGI: too much stderr received from server "/mysite.com/.fpm/php5.external", increase FCGI_SERVER_MAX_STDERR_LINE_LEN (1023) and rebuild or use "\\n" to terminate lines

I have been advised that the truncated message is related to the value of max_allowed_packet, but that is set to what seems to be a very large size: 67108864.

My question is whether there is another way of resolving this issue so that I can see the entire series of calls that lead to the error.


Viewing all articles
Browse latest Browse all 59525

Trending Articles