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

BUG: v:content.info must have contentUid argument outside tt_content context after Upgrade from 7.0.7 to 7.1.0 #1935

Open
eckonator opened this issue Mar 4, 2025 · 2 comments

Comments

@eckonator
Copy link

eckonator commented Mar 4, 2025

Describe the bug
User v:content.info in EXT:news list and detail view. With version 7.0.7 this works pretty fine. After upgrade to version 7.1.0 i got this error: v:content.info must have contentUid argument outside tt_content context

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade 7.0.7 to 7.1.0
  2. Use v:content.info in EXT:news templates:
<div class="news" id="c{v:content.info(field: 'uid')}">
	<f:render section="content" />
</div>

Perhaps also affected in normal content elements

  1. See error message in frontend.
@ulrike-cosmoblonde
Copy link

I can confirm the error for version 7.1.0.
A fix would be highly appreciated.

Thanks!

@ulrike-cosmoblonde
Copy link

Any news on this issue?
For a TYPO3 v13 project the new version 7.1.0 has to be used. A downgrade to 7.0.7 is no option. The error still exists.
Thank you!

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

No branches or pull requests

2 participants