- 29 Out 2014, 12:45
#55278
Olá pessoal,
Sou novo em e-commerce, opencart, php e afins, mas espero, em breve, poder contribuir aqui também.
No momento, tenho uma duvida sobre um erro que não consegui identificar.
Meu log de erro apresenta, a cada mudança de página, o seguinte:
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/language.tpl on line 14
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/language.tpl on line 14
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/currency.tpl on line 18
As linhas respectivas são:
(language.tpl linha 14)
<li><a onclick="$('input[name=\'language_code\']').attr('value', '<?php echo $language['code']; ?>'); $(this).parent().parent().parent().parent().submit();"><img src="image/flags/<?php echo $language['image']; ?>" alt="<?php echo $language['name']; ?>" title="<?php echo $language['name']; ?>" /><!--<span class="hidden-sm hidden-xs"><?php// echo $language['name']; ?></span>--></a></li>
(currency.tpl linha 18)
<li><a title="<?php echo $currency['title']; ?>"><span class="symbol"><?php echo $currency['symbol_left']; ?></span> <!--<span class="hidden-xs hidden-sm"><?php// echo $currency['title']; ?></span>--></a></li>
Alguém sabe me dizer o que há de errado?
Obrigado!
Sou novo em e-commerce, opencart, php e afins, mas espero, em breve, poder contribuir aqui também.
No momento, tenho uma duvida sobre um erro que não consegui identificar.
Meu log de erro apresenta, a cada mudança de página, o seguinte:
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/language.tpl on line 14
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/language.tpl on line 14
2014-10-29 8:35:01 - PHP Notice: Use of undefined constant php - assumed 'php' in /home/brufab2/bijuterismomix.com/lojateste/catalog/view/theme/pav_oneshop/template/module/currency.tpl on line 18
As linhas respectivas são:
(language.tpl linha 14)
<li><a onclick="$('input[name=\'language_code\']').attr('value', '<?php echo $language['code']; ?>'); $(this).parent().parent().parent().parent().submit();"><img src="image/flags/<?php echo $language['image']; ?>" alt="<?php echo $language['name']; ?>" title="<?php echo $language['name']; ?>" /><!--<span class="hidden-sm hidden-xs"><?php// echo $language['name']; ?></span>--></a></li>
(currency.tpl linha 18)
<li><a title="<?php echo $currency['title']; ?>"><span class="symbol"><?php echo $currency['symbol_left']; ?></span> <!--<span class="hidden-xs hidden-sm"><?php// echo $currency['title']; ?></span>--></a></li>
Alguém sabe me dizer o que há de errado?
Obrigado!





