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

Deprecation warning for parseFunc #14

Open
rvock opened this issue Sep 25, 2023 · 0 comments · May be fixed by #15
Open

Deprecation warning for parseFunc #14

rvock opened this issue Sep 25, 2023 · 0 comments · May be fixed by #15

Comments

@rvock
Copy link
Contributor

rvock commented Sep 25, 2023

 TYPO3 Deprecation Notice: Invoking ContentObjectRenderer::parseFunc without any configuration will trigger an exception in TYPO3 v12.0

You are using <f:format.html parseFuncTSPath=""> within your partials:

<f:format.html parseFuncTSPath="">{form}</f:format.html>

This is incorrect, because it triggers parseFunc instead of outputting the HTML as is.

You should be using the format.raw view helper:
https://docs.typo3.org/other/typo3/view-helper-reference/10.4/en-us/typo3fluid/fluid/latest/Format/Raw.html

rvock added a commit to rvock/xm_formcycle that referenced this issue Sep 25, 2023
Use `format.raw` instead of `format.html`.

Fixed xima-media#14
@rvock rvock linked a pull request Sep 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant