Jump to content

(Solucionado)Problema al acceder al front-office


Recommended Posts

Hola,

Cuando intento entrar en el dominio toner2.com me sale una página en blanco con error. He activado la visualización de errores y me indica:

 

Fatal error: Smarty error: [in /hosting/www/toner2.com/public/themes/prestashop/header.tpl line 92]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590) in /hosting/www/toner2.com/public/tools/smarty_v2/Smarty.class.php on line 1095

 

¿como lo puedo arreglar?

Edited by bnventura (see edit history)
Link to comment
Share on other sites

Hola,

Cuando intento entrar en el dominio toner2.com me sale una página en blanco con error. He activado la visualización de errores y me indica:

 

Fatal error: Smarty error: [in /hosting/www/toner2.com/public/themes/prestashop/header.tpl line 92]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590) in /hosting/www/toner2.com/public/tools/smarty_v2/Smarty.class.php on line 1095

 

¿como lo puedo arreglar?

 

Estoy viendo tu web...

 

http://www.toner2.com/

 

Y en el fichero:

 

themes/prestashop/header.tpl

 

He visto que tienes el codigo de analytics metido a mano. ¿Por que lo has metido a mano, si tienes un modulo para ello?

 

<script type="text/javascript">
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-33455399-1']);
 _gaq.push(['_trackPageview']);
 (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();
</script>

 

En todo caso, si lo quieres dejar a mano y que no explote tu tienda, colocalo entre literales:

 

{literal}
<script type="text/javascript">
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-33455399-1']);
 _gaq.push(['_trackPageview']);
 (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();
</script>
{/literal}

 

De todos modos como te he dicho antes...., prestashop, ya lleva un modulo que te inserta el codigo de analytics, sin tener que meterlo tu a mano...

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...