Score:0

php-fpm high load Unexpected character

yt flag
FLY

The load is not high and everything is ok When the load came up that day, it suddenly became abnormal. some mistakes:

[error] 29935#0: *88148841767 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Exception: The Response content must be a string or object implementing __toString(), "boolean" given.

[error] 29932#0: *88149069848 FastCGI sent in stderr: "PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (\xB1 day) at position 0 (\xB1): Unexpected character

mysql err

PHP message: SQLSTATE[42S22]: Column not found: 1054 Unknown column '?' in 'field list'

PHP message: SQLSTATE[42000]: Syntax error or access violation: 1327 Undeclared variable: ?

PHP message: SQLSTATE[42S22]: Column not found: 1054 Unknown column '?' in 'where clause'

It seems that there is a character encoding problem in parsing. Is it related to opcache?

Wilson Hauck avatar
jp flag
The uncaught exception errors listed indicates failure to catch all errors in php processing. Best practice for php is to always document errors. If errors are being sent to STDERR, there may not be a durable log available for review days later. Use of STDERR is never a good idea for any logging - because - if you are not there, it will just roll off the display with no record of the error. Please post the last 100 lines of your mysql error log for analysis. We may request additional info. Please view profile for contact info.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.