Skip to content

[Bug] A non-numeric value encountered in MathExpressionNode.php line 83 #23

@bh-teufels

Description

@bh-teufels
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions