gamuzatech / gamuza_slips-magento

Módulo de Boletos e Depósitos - Compatível com a plataforma Magento versão CE 1.6 a 1.9 - Necessário módulo Gamuza_Utils
http://www.gamuza.com.br/magento/modules
GNU General Public License v2.0
5 stars 3 forks source link

Linhas com erro após emitir boleto. #3

Closed grupouweb closed 6 years ago

grupouweb commented 6 years ago

Olá Eneias, Boa noite!

Fui emitir um boleto teste aqui na minha loja e retornou os erros:

================================ Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 45

Warning: date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 45

Warning: date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 53

Warning: date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 54

Notice: Undefined index: quantity in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 72

Notice: Undefined index: unitary_value in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 73

Notice: Undefined variable: identification in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 92

Notice: Undefined index: company_taxvat in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 93

Notice: Undefined index: company_city_region in /home/planeta/public_html/skin/gamuza/slips/itau.php on line 95

Notice: Undefined index: analytics in /home/planeta/public_html/skin/gamuza/slips/include/layout_itau.php on line 273

Em anexo o boleto com erro...

Poderia me ajudar a resolver este erro por gentileza?

No aguardo, obrigado!

boleto_com_erro_gamuza.pdf

eneiasramos commented 6 years ago

Olá @grupouweb ! Tudo bem?

Por favor, verifique se a sua variável do PHP display_errors está setada como 0 no seu arquivo index.php

ini_set('display_errors', 0);

Att,