Fórum OpenCart Brasil

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

Suporte geral sobre problemas técnicos para OpenCart v3.x.
#92216
Amigo, que pude perceber referente ao erro (A non-numeric value encountered in) na paginação dos produtos, é que só ocorre na página 1, nas demais não aparece a mensagem com o erro, acessa esse link https://www.fabiodesign.net.br/produtos ... page={page} usa como exemplo cartão de visita, vai perceber que assim que clicar para acessar a página mencionada, não vai aparecer a mensagem de erro, quando mudar para página 2 e voltar para a página 1 novamente, vai aparecer, agora referente a coluna com a imagem dos produtos, já fiz teste com as imagens, renomeei e não fica normal.
#92217
Ola, voce precisa dizer sobre algumas questões,
Qual a versão do Opencart que esta utilizando
Qual a versão do PHP que esta utilizando?

Alguns erro devem aparecer se isso estiver desregulado, dependendo da versão do Opencart, use no máximo o PHP 7.4
;)
#92220
Olá! Tudo bem?
Para espaçamento:
Se tiver mantido o padrão da plataforma pode alterar o arquivo: catalog\view\theme\SEU_TEMA\stylesheet\ stylesheet.css.
Procure por:
Código: Selecionar todos
.product-thumb .caption {
    padding: 0 20px;
    min-height: 50px;
}
Pode alterar a linha:
Código: Selecionar todos
 min-height: 50px;
Conforme o que necessita.

Antes é bom fazer um backup do arquivo.

Teste via Inspecionar Elementos para encontrar o valor correto para adicionar ao CSS.

Para o erro: Warning: A non-numeric value encountered in

Primeiro vamos tentar achar o arquivo que ocorre o erro:
Sistema -> Configurações -> Editar -> Aba Servidor -> Exibir mensagens de Erro: SIM

Se mesmo assim o erro não aparecer por completo edite o arquivo:
index.php

E insira as linhas abaixo após <?php:
Código: Selecionar todos
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
Dependendo do que for pode aplicar uma dessas correções, exemplo:
$total = $value + 10; Alterar para: $total = (int)$value + 10; Força $value a ser número.
$contador++; Alterar para: $contador = (int)$contador + 1; Se $contador não foi iniciado como 0.
$resultado = $a * $b; Alterar para: $resultado = (float)$a * (float)$b; Usa (float) se forem números decimais.

Lembrando que as correções acima são apenas exemplos. Teríamos que ver a linha problemática para uma correção válida.
#92221
Boa noite amigo, fiz o que mencionou a respeito do espaçamento e não resolveu, se quiser acessar a página e dá uma olhada https://www.fabiodesign.net.br/produtos ... -de-Visita vai perceber que só acontece quando altera a página , ex: de 3 para a 1 página.

Referente ao outro erro, está gerando esse problema:

2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 11:18:30 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:55:47 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:55:51 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:55:54 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:56:07 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:56:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:59:01 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 17:59:14 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 174
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 349
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 357
2026-03-10 18:05:31 - PHP Warning: A non-numeric value encountered in /home/onneofer/public_html/catalog/controller/product/category.php on line 361