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
We got the following error, while using the render type.
Uncaught TYPO3 Exception: Blueways\BwIcons\Utility\HelperUtility::__construct(): Argument #1 ($pid) must be of type int, string given
The problems seems to be, that the pid is provided as string and not as int. I'm not able to find the correct spot, where the utility class will be constructed, other then the following line:
Hej there,
thanks for the v12 support.
We got the following error, while using the render type.
The problems seems to be, that the pid is provided as string and not as int. I'm not able to find the correct spot, where the utility class will be constructed, other then the following line:
https://github.com/maikschneider/bw_icons/blob/development/Classes/Utility/CssUtility.php#L20
Maybe use some typecasting?
The text was updated successfully, but these errors were encountered: