Erro - utf8_to_unicode: Incomplete multi-octet ...
Enviado: 22 Jan 2013, 13:25
Boa tarde.
Acessei minha loja e deparei-me no log com os seguintes erros:
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
Alguém sabe que erro é esse?
Ninguém teve esse problema ainda? Ou sabe a que se refere? O que ele resulta?
Linha do arquivo do erro (769) em negrito no trecho abaixo:
} else {
/**
*((0xC0 & (*in) != 0x80) && (mState != 0))
* Incomplete multi-octet sequence.
*/
trigger_error('utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte ' . $i, E_USER_WARNING);
return false;
Acessei minha loja e deparei-me no log com os seguintes erros:
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 3 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
2013-01-22 10:22:26 - PHP Warning: utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte 6 in /home/xxx/public_html/loja/system/helper/utf8.php on line 769
Alguém sabe que erro é esse?
Ninguém teve esse problema ainda? Ou sabe a que se refere? O que ele resulta?
Linha do arquivo do erro (769) em negrito no trecho abaixo:
} else {
/**
*((0xC0 & (*in) != 0x80) && (mState != 0))
* Incomplete multi-octet sequence.
*/
trigger_error('utf8_to_unicode: Incomplete multi-octet sequence in UTF-8 at byte ' . $i, E_USER_WARNING);
return false;