<!-- If you want your bug report * to be more difficult to process and understand * to have many unnecessary follow-up questions * to take longer to fix then necessary don’t use this issue template. If you want your bug report * to be concise and easy to understand * to not have any (or very few) follow-up questions * to take faster to fix use this issue template. Thank you. --> ### Short description of the issue Error Object of class stdClass could not be converted to string https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/templates-admin/debug.inc#L121-L122 ### Optional: Screenshots/Links that demonstrate the issue <img width="1213" alt="Bildschirmfoto 2024-11-20 um 12 08 02" src="https://github.com/user-attachments/assets/55c73f61-9752-4670-8148-37590c1e26cb"> ### Optional: Suggestion for a possible fix Change: https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/templates-admin/debug.inc#L121-L122 to: `if(is_array($value) || is_object($value)) $value = print_r($value, true);` ### Setup/Environment <!-- * Include as many relevant details about your environment setup as possible. * Hint: Using the Tracy Debugger module makes this a breeze: https://processwire.com/blog/posts/introducing-tracy-debugger/#versions-list --> * ProcessWire version: 3.0.242 * (Optional) PHP version: 8.3 * (Optional) MySQL version: * (Optional) Any 3rd party modules that are installed and could be related to the issue: