ProcessMaker code contributions
By Ironguts25
#830443
class.templatePower.php on line 608 throws fatal error: " sizeof(): Argument #1 ($value) must be of type Countable|array, null given"

This due to PHP 8 error for count on null values.

Line 608: $lastitem = sizeof($parent);
should be changed to: !null ?? $lastitem = sizeof($parent);

or for backwards compatibility: if ($parent !== null) {$lastitem = sizeof($parent);}

Code change tested on Stack 285.

A 1xBet clone script replicates the functionalitie[…]

BetMGM clone script is a ready-made software solut[…]

An Aviator clone script is a pre-built software so[…]

Download Processmaker version 3.8.3

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]