Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bh-teufels opened this issue Jun 22, 2023 · 2 comments

Comments

@bh-teufels
Copy link

bh-teufels commented Jun 22, 2023

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

@georgringer
Copy link
Owner

hmm never hat this issue, can you test that on a different installation as well?

@bh-teufels
Copy link
Author

will test it with a new installation but it may take a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants