Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Suporte geral sobre problemas técnicos para OpenCart v1.x.
Por mgesswein
#25334
Está acontecendo o seguinte erro comigo ao clicar no botão "Atualizar" do carrinho da minha loja:
Código: Selecionar todos
Warning: Cannot modify header information - headers already sent by (output started at /home/gamersto/public_html/loja/catalog/language/portuguese-br/checkout/cart.php:1) in /home/gamersto/public_html/loja/vqmod/vqcache/vq2-system_engine_controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/gamersto/public_html/loja/catalog/language/portuguese-br/checkout/cart.php:1) in /home/gamersto/public_html/loja/vqmod/vqcache/vq2-system_engine_controller.php on line 29
Não tenho nem ideia do que pode ser.
Utilizo o OpenCart 1.5.1.3.
Se alguém puder me ajudar, agradeço :D
Por mgesswein
#25365
Tá aparecendo o mesmo erro quando eu tento remover algo da lista de comparação:
Código: Selecionar todos
Warning: Cannot modify header information - headers already sent by (output started at /home/gamersto/public_html/loja/catalog/language/portuguese-br/product/compare.php:1) in /home/gamersto/public_html/loja/vqmod/vqcache/vq2-system_engine_controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/gamersto/public_html/loja/catalog/language/portuguese-br/product/compare.php:1) in /home/gamersto/public_html/loja/vqmod/vqcache/vq2-system_engine_controller.php on line 29
#25411
Aparentemente o problema está pacote de linguagem, exatamente nos arquivos catalog/language/portuguese-br/product/compare.php e catalog/language/portuguese-br/checkout/cart.php, você editou estes arquivos ? Se a resposta for sim, edite-os novamente só que desta vez utilizando o software Notepad++ (que é free e excelente), e verifique se no começo dos arquivos não ficou nenhum espaço antes do <?php, se tiver espaço, apague-o e salve o arquivo novamente e atualize estes dois arquivos da sua loja online.

Espero ter ajudado. :D
Por mgesswein
#25468
Manoel Vidal escreveu:Aparentemente o problema está pacote de linguagem, exatamente nos arquivos catalog/language/portuguese-br/product/compare.php e catalog/language/portuguese-br/checkout/cart.php, você editou estes arquivos ? Se a resposta for sim, edite-os novamente só que desta vez utilizando o software Notepad++ (que é free e excelente), e verifique se no começo dos arquivos não ficou nenhum espaço antes do <?php, se tiver espaço, apague-o e salve o arquivo novamente e atualize estes dois arquivos da sua loja online.

Espero ter ajudado. :D
Resolveu o meu problema, muito obrigado! :D