Changes between Initial Version and Version 3 of Ticket #56558
- Timestamp:
- 07/26/2023 10:19:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56558
- Property Keywords needs-patch added
-
Property
Version
changed from
trunkto -
Property
Milestone
changed from
Awaiting Reviewto6.4
-
Ticket #56558 – Description
initial v3 1 1 I found this in my error.log file on my web server. If I paste the same url onto my website, it does indeed cause a fatal error. Here is the full entry from the error.log file...the only change I made is to disguise my website as example.com: 2 2 {{{ 3 3 2022/09/11 01:49:53 [error] 90419#90419: *4359495 FastCGI sent in stderr: "PHP message: PHP Fatal error: 4 4 Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in /www/example_website/public/wp-includes/class-wp-query.php:803 5 5 6 Stack trace: 6 7 #0 /www/example_website/public/wp-includes/class-wp-query.php(803): trim(Array) … … 16 17 request: "POST /example_page?q=user%2Fpassword&name%5B%23post_render%5D%5B%5D=passthru&name%5B%23type%5D=markup&name%5B%23markup%5D=id HTTP/1.1", 17 18 upstream: "fastcgi://unix:/var/run/php8.0-fpm-examplewebsitehhub.sock:", host: "www.example.com:61359" 18 19 19 }}}