You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a newly integrated blog extension into an existing site the generated rss feed does not validate successfully. The reason for that is an empty "language" tag which should have been set to the current language. I can observe this on the typo3.com website feed as well (emtpy language tag here too).
I suspect this results in a usage of getTypoScriptFontendController()->sys_language_isocode (PostController::132), which returns nothing.
Steps to Reproduce
Integrated the blog according to the manual steps from the documentation.
Created a few blog posts.
Viewed the feed both with configured RouteEnhancer and directly through ?type=200.
Bug Report
Prerequisites
Description
On a newly integrated blog extension into an existing site the generated rss feed does not validate successfully. The reason for that is an empty "language" tag which should have been set to the current language. I can observe this on the typo3.com website feed as well (emtpy language tag here too).
I suspect this results in a usage of
getTypoScriptFontendController()->sys_language_isocode
(PostController::132), which returns nothing.Steps to Reproduce
Expected behavior: The feed sets the "language" tag according to the current language.
Actual behavior: The "language" tag is rendered empty.
Versions
The text was updated successfully, but these errors were encountered: