Fehler nach Update von txnews 4.x auf 5.0 oder 5.1
Der System Log gibt genauere Infos, wo zu suchen ist, als die angezeigte Fehlermeldung ;-) Bei mir waren es die folgenden Viewhelper :
<n:format:htmlentities />
<n:format:fileDownload />
Wobei es bei mir wohl auch daran lag, das mein Template noch aus einer alten Version stammt...
Hier die Ganze liste von <link https: github.com georgringer news-documentation blob master documentation misc changelog _blank internal link in current>Georg Ringes Githubseite
<link https: github.com georgringer news-documentation blob master documentation misc changelog>ViewHelpers
The following ViewHelpers have been removed:
- <n:categoryChildren />
- <n:falMediaFactory />
- <n:mediaFactory />
- <n:be.buttons.iconForRecord />
- <n:be.buttons.icon />
- <n:be.clickmenu />
- <n:be.editRecord />
- <n:be.multiEditLink />
The following deprecated ViewHelpers have been removed:
- <n:format:date />
- <n:format:hsc />: Use <f:format.htmlspecialchars />
- <n:format:htmlentities />: Use <f:format.htmlentitiesDecode />
- <n:format:striptags />: Use <f:format.striptags />
- <n:format:fileDownload />: Use the native implementation of FAL
- <n:format:fileSize />: Use the native implementation of FAL
Any usage will throw an exception.