Thread Starter
RossNL
(@rossnl)
It was a PHP version problem. Site is updated now by my host.
Thread Starter
RossNL
(@rossnl)
als ik utils.php open dan zie ik op regel 155 en 156 deze tekst:
function IF_mix_colors($color_1 = array(0, 0, 0), $color_2 = array(0, 0, 0), $weight = 0.5){
$f = @function($x) use ($weight) { return $weight * $x; };