Jump to content

(SOLUCIONADO) Error al extender el Footer.


Recommended Posts

Buenas tardes.

 

He seguido esta guía:

 

http://victor-rodenas.com/2013/01/19/guia-extender-el-ancho-del-pie-de-pagina-en-prestashop-1-5/

 

Y se me quedaba la pantalla en blanco, por lo que he activado el modo debug y este es el resultado:

 

Warning: Function addCSS() is deprecated in C:\xampp\htdocs\modules\cookieslaw\cookieslaw.php on line 122
in C:\xampp\htdocs\classes\Tools.php on line 1961

Warning: Function addJS() is deprecated in C:\xampp\htdocs\modules\cookieslaw\cookieslaw.php on line 123
in C:\xampp\htdocs\classes\Tools.php on line 1961

Warning: Function addJS() is deprecated in C:\xampp\htdocs\modules\cleancarroussel\cleancarroussel.php on line 271
in C:\xampp\htdocs\classes\Tools.php on line 1961

Warning: Function addCSS() is deprecated in C:\xampp\htdocs\modules\cleancarroussel\cleancarroussel.php on line 272
in C:\xampp\htdocs\classes\Tools.php on line 1961

Warning: Function addCSS() is deprecated in C:\xampp\htdocs\modules\blockhtml\blockhtml.php on line 614
in C:\xampp\htdocs\classes\Tools.php on line 1961

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "C:\xampp\htdocs\themes\techmarket\footer.tpl" on line 50 "{/if}" unexpected closing tag' in C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_templatecompilerbase.php:667 Stack trace: #0 C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_compilebase.php(170): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unexpected clos...', 50) #1 C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_compile_if.php(197): Smarty_Internal_CompileBase->closeTag(Object(Smarty_Internal_SmartyTemplateCompiler), Array) #2 C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_templatecompilerbase.php(475): Smarty_Internal_Compile_Ifclose->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #3 C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_templatecompilerbase.php(259): Smarty_Internal_TemplateCompilerBase->callTagCompiler('ifclose', Array, Array) #4 C:\xampp\h in C:\xampp\htdocs\tools\smarty\sysplugins\smarty_internal_templatecompilerbase.php on line 667

 

Segun veo, hay problemas con 3 modulos, pero no entiendo que relacion hay entre el Footer y esos modulos.

¿Alguna idea? ¿Alguna otra forma de extender el Footer? Me urge bastante, principalmente por estetica.

Gracias.

 

PD: Estoy en local, con PS 1.5.6.

PD2: Mirandolo bien, los errores con los modulos creo que no tienen importancia y que no son debidos al Footer, el verdadero problema es el "fatal error". Hay algo en el codigo del footer.tpl que no esta bien, aunque he seguido la guia a raja tabla, o eso creo.

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

Referente a los 
 

Warning: Function addJS()  y  Function addJS() i

no te preocupes, no son errores que hagan que tu web, deje de funcionar, el problema lo tienes en tu footer.tpl que te has comido lo del if accidentalmente.

De todos modos si quieres arreglar tambien lo de los warning, es ir a los ficheros "php" de los módulos en los que te sale el warning, y cambiar esto:
 

Tools::addCSS(

por esto

$this->context->controller->addCSS(

y esto

Tools::addJS(

por esto

$this->context->controller->addJS(
  • Like 1
Link to comment
Share on other sites

Muchas gracias a los dos, efectivamente me sobraba un if. Ya funciona :)

 

En cuanto a los warning, también los reparare, ya puestos pues lo arreglo y listo.

 

Por cierto, tengo curiosidad, ¿existe otra forma de extender el footer y además la barra de reaseguros?

 

PD: Estoy probando otro modulo de footer, concretamente el lof advance footer, y es increíble.

PD2: La ultima pregunta que he realizado no tiene importancia, doy el tema por solucionado, y de nuevo mil gracias, sois los mejores.

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

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