Jump to content

Warning: number_format() expects parameter 1 to be double, string given in


Recommended Posts

Ola amigos, meu script de boleto comecou a dar um error apos mudar de host...

 

 

 

Warning: number_format() expects parameter 1 to be double, string given in

 

/home/buekidsc/public_html/modules/boletobancario/boletobancario.php on line 254

 

 

Warning: number_format() expects parameter 1 to be double, string given in

 

/home/buekidsc/public_html/modules/boletobancario/boletobancario.php on line 410

 

 

 

 

As linhas respectivamente no php sao:

 

254 $valor_boleto = number_format($taxa_formatada, 2, '.', ',');

 

e

 

410 $taxa_formatada = number_format($taxa_formatada, 2, '.', ',');

 

 

Oque devo alterar para tirar esse error ? o modulo funciona mas fica aparecendo estes 2 alertas.

 

Obrigado

Link to comment
Share on other sites

×
×
  • Create New...