Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<f:debug>{_all}</f:debug> does not work in template fluid area #64

Closed
ms-wa opened this issue Jul 14, 2023 · 5 comments
Closed

<f:debug>{_all}</f:debug> does not work in template fluid area #64

ms-wa opened this issue Jul 14, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@ms-wa
Copy link

ms-wa commented Jul 14, 2023

Versions

  • DCE version: 2.9.4
  • TYPO3 version: 11.5.28
  • PHP version: 8.1

Describe the bug
Debugging all variables does not work, when you want to debug some variables it works.
Bildschirmfoto 2023-07-14 um 11 45 15

i have a new information, you have the debug problem only when the typo3 system is in the debug mode.

@ms-wa ms-wa added the bug Something isn't working label Jul 14, 2023
@a-r-m-i-n
Copy link
Owner

Interesting...

@a-r-m-i-n
Copy link
Owner

Sorry, but I'm unable to reconstruct this issue:
image

@a-r-m-i-n
Copy link
Owner

Ahh, my fault. I am able to reconstruct 😅

@a-r-m-i-n a-r-m-i-n reopened this Jul 30, 2023
@a-r-m-i-n
Copy link
Owner

Okay, the issue also occures, when you try to debug {dce}.
It seems that the DebuggerUtility of TYPO3 core has issues, with static properties on PHP 8+ for persisted entities.

I've created an issue on forge for that: https://forge.typo3.org/issues/101488

@a-r-m-i-n
Copy link
Owner

Until this is fixed, you need to disable PHP warnings in TYPO3 settings, to restore debug output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants