PHPPresentation
PHPPresentation copied to clipboard
dechex(): Argument #1 ($num) must be of type int, float given
I open the file and get this error.
dechex(): Argument #1 ($num) must be of type int, float given
I cannot provide the file due to an NDA but i had the same issue as #729 which was fixed by removing those few lines of code but i got this issue now.
I fixed the issue for myself, the problem was with the casts only casting the first parameter and not the whole result
Before:
After:
Also had the same issue here:
Before:
After:
This issue has been fixed by a maintainer. You can help him by sponsoring him through Github sponsors.