Erro PHP Warning: A non-numeric value encountered in */public_html/system/library/themeoptions.php
Enviado: 21 Ago 2020, 10:37
Ola
Versão 3.0.2.0
Alguem teve problema semelhante com a versao php 7.1 pra cima
Na versao 7.0 o erro nao aparece.
erro completo
PHP Warning: A non-numeric value encountered in /home/*/public_html/system/library/themeoptions.php on line 485
segue linha em questao
foreach ($results as $result) {
$data['images'][] = array(
'large' => $model_image->resize($result['image'], $image_width_large, $image_height_large),
'thumb' => $model_image->resize($result['image'], $image_width_thumb, $image_height_thumb)
);
}
return $data['images'];
}
}
function cmp_by_optionNumber($a, $b) {
485 ->> return $a["sort"] - $b["sort"];
}
obrigado
Versão 3.0.2.0
Alguem teve problema semelhante com a versao php 7.1 pra cima
Na versao 7.0 o erro nao aparece.
erro completo
PHP Warning: A non-numeric value encountered in /home/*/public_html/system/library/themeoptions.php on line 485
segue linha em questao
foreach ($results as $result) {
$data['images'][] = array(
'large' => $model_image->resize($result['image'], $image_width_large, $image_height_large),
'thumb' => $model_image->resize($result['image'], $image_width_thumb, $image_height_thumb)
);
}
return $data['images'];
}
}
function cmp_by_optionNumber($a, $b) {
485 ->> return $a["sort"] - $b["sort"];
}
obrigado