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
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: