Extension tx_news / Upgrade to TYPO3 11 / Paginator
First you have to switch on debugging and, if necessary, switch off TYPO3 caching. As an Internet agency from Hanover ;-), we often encounter these problems.
Since we usually use our own templates to customise the design of the news elements, possibly with our own layout variants defined via conditions, we have to compare the new templates with our own.
To do this, the folder is downloaded after the update of tx_news:
typo3conf/ext/news/Resources/Private
All relevant files can be found there in the subfolders Layouts, Partials and Templates.
If debugging is switched on, the error message will tell you exactly where the problem is.
Translated with www.DeepL.com/Translator (free version)
Pagination file and marker
In any case, this file must be copied to our directory:
typo3conf/ext/news/Resources/Private/Partials/List/Pagination.html
z. B. EXT:sitepackage/Resources/Private/News/Resources/Private/Partials/List/Pagination.html
The fluid code must also be adapted accordingly in this file. The error code also describes this:
typo3conf/ext/news/Resources/Private/Templates/News/List.html
When files and HTML are customised, we will notice that the page browser (TYPO3 Paginator) is no longer automatically shortened, but simply displays all pages.
TYPO3 Pagination needs its own extension for this function
To open the page browser
1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 next page
to be displayed in this form:
1 - 2 - 3 ... 8 - 9 - 10 nächste Seite
As an internet agency, I recommend the extension:
This must be downloaded from the TER and installed, then this function will work again.