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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
The GeneralUtility::callUserFunction function expects the third parameter to be a value by reference.
At the moment PHP throws a fatal error:
Fatal error: Only variables can be passed by reference in /homepages/***/***/htdocs/website/typo3conf/ext/pt_extlist/Classes/Domain/Renderer/Default/CellRenderer.php on line 159
pt_extlist/Classes/Domain/Renderer/Default/CellRenderer.php
Line 158 in 6501290
The
GeneralUtility::callUserFunctionfunction expects the third parameter to be a value by reference.At the moment PHP throws a fatal error:
A quick and dirty fix is
I don't know what goes on under the hood, but maybe it would be better to simply pass
$this?