Project

General

Profile

Actions

Bug #89427

closed

UnknownNamespaceException since 8.7.28

Added by Christoph Lehmann over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2019-10-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

My template looks like this

{namespace site=Tx_MySite_Viewhelpers}

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="Default"/>

<f:section name="main">
...

and since 8.7.28 i get

Fluid parse error in template Sitemap_action_list_f6624df9f507d11f4e34c81ba212a7897b58f7b0, line 19 at character 1. Error: Unknown Namespace: site (error code 0). Template source chunk: <f:for each="{site:NewsPagebrowserSitemap(storagePid: settings.newsPressReview.storagePid, itemsPerPage:15)}" as="item" iteration="index">

Is it luck that it worked until now? Was the support dropped for non namespaced viewhelpers?

Actions

Also available in: Atom PDF