-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Core: Error handler (FE): PHP Warning: A non-numeric value encountered in /var/www/clients/client1/web2/web/ws/22/staging/releases/20230622083826/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/Expression/MathExpressionNode.php line 83
Error occurs on using numbered_pagination
Environment:
TYPO3 11.5.28
PHP 7.4.33
numbered_pagination 1.0.5
just installed the extension via composer, no override for pagination template or NewsController
is it necessary to override NewsController to use \GeorgRinger\NumberedPagination\NumberedPagination instead of SimplePagination
and List Template to use
<f:render partial="Pagination" arguments="{pagination: pagination.pagination, paginator: pagination.paginator, actionName: 'listXYZ'}" />
instead of
<f:render partial="Pagination" arguments="{pagination: pagination.pagination, paginator: pagination.paginator}" />
(The actionName is freely selectable correct?)
on LIVE-Mode it ist working but the error logs runs full with the error Core: Error handler (FE): PHP Warning: A non-numeric value encountered in /var/www/clients/client1/web2/web/ws/22/staging/releases/20230622083826/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/Expression/MathExpressionNode.php line 83