CHP Posted November 24, 2013 Share Posted November 24, 2013 (edited) 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 122in C:\xampp\htdocs\classes\Tools.php on line 1961Warning: Function addJS() is deprecated in C:\xampp\htdocs\modules\cookieslaw\cookieslaw.php on line 123in C:\xampp\htdocs\classes\Tools.php on line 1961Warning: Function addJS() is deprecated in C:\xampp\htdocs\modules\cleancarroussel\cleancarroussel.php on line 271in C:\xampp\htdocs\classes\Tools.php on line 1961Warning: Function addCSS() is deprecated in C:\xampp\htdocs\modules\cleancarroussel\cleancarroussel.php on line 272in C:\xampp\htdocs\classes\Tools.php on line 1961Warning: Function addCSS() is deprecated in C:\xampp\htdocs\modules\blockhtml\blockhtml.php on line 614in C:\xampp\htdocs\classes\Tools.php on line 1961Fatal 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 November 24, 2013 by CHP (see edit history) Link to comment Share on other sites More sharing options...
joseantgv Posted November 24, 2013 Share Posted November 24, 2013 C:\xampp\htdocs\themes\techmarket\footer.tpl" on line 50 "{/if}" unexpected closing tag' Tienes un {/if} de más o te falta un {if}. 1 Link to comment Share on other sites More sharing options...
nadie Posted November 24, 2013 Share Posted November 24, 2013 Revisa lo que te comenta Jose y cuentanos como fue todo. De todos modos, si me pegas el codigo de tu footer.tpl podremos ver si te falta un if por cerrar o un if por abrir. 1 Link to comment Share on other sites More sharing options...
nadie Posted November 24, 2013 Share Posted November 24, 2013 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( 1 Link to comment Share on other sites More sharing options...
CHP Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) 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 November 24, 2013 by CHP (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts