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] Undefined array key "doktype" #413

Open
eiranix opened this issue Jul 3, 2024 · 4 comments
Open

[BUG] Undefined array key "doktype" #413

eiranix opened this issue Jul 3, 2024 · 4 comments

Comments

@eiranix
Copy link

eiranix commented Jul 3, 2024

Log is filled with:
Core: Error handler (BE): PHP Warning: Undefined array key "doktype" in /app/vendor/symfony/expression-language/Node/GetAttrNode.php line 97

TYPO3 11.5.38
Product Manager 11.0.16
PHP 8.1.29

@eiranix eiranix changed the title [BUG] [BUG] Undefined array key "doktype" Jul 3, 2024
@MattiasNilsson
Copy link
Contributor

@eiranix We are open for all contributions.

@eiranix
Copy link
Author

eiranix commented Jul 4, 2024

@MattiasNilsson Looks like a way to stop it flooding the error log is:
Configuration/TempPluginRenderer/ProductRender.typoscript
[page["doktype"] == 9] to [page&&page["doktype"] == 9]

@eiranix
Copy link
Author

eiranix commented Jul 12, 2024

Pull Request: #415 (comment)

@eiranix
Copy link
Author

eiranix commented Aug 21, 2024

@MattiasNilsson Any chance of this update going through to fix all these errors?

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