rosambs68 Posted August 19, 2013 Share Posted August 19, 2013 Hola, a ver si alguien me puede ayudar, al acceder al logo de paypal desde el footer me dá el siguiente error, os copio el archivo también...versión 1.4.10 : Fatal error: Cannot redeclare in ...modules/paypal/backward_compatibility/Display.php on line 24 <?php /** * Class allow to display tpl on the FO */ class BWDisplay extends FrontController { // Assign template, on 1.4 create it else assign for 1.5 public function setTemplate($template) { if (_PS_VERSION_ >= '1.5') parent::setTemplate($template); else $this->template = $template; } // Overload displayContent for 1.4 public function displayContent() { parent::displayContent(); echo Context::getContext()->smarty->fetch($this->template); } } (la linea 24 es esta) Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted August 19, 2013 Share Posted August 19, 2013 (edited) Es un problema que esta solucionado. Desinstala el modulo que tengas y bajate la ultima versión del modulo de paypal: http://addons.presta...748-paypal.html Edited August 19, 2013 by Sergio Ruiz (see edit history) Link to comment Share on other sites More sharing options...
rosambs68 Posted August 19, 2013 Author Share Posted August 19, 2013 Ya lo hice y no...sigue el mismo error.... Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted August 19, 2013 Share Posted August 19, 2013 ¿Has instalado este modulo: http://addons.prestashop.com/en/administration-tools-prestashop-modules/6222-backward-compatibility.html ? Link to comment Share on other sites More sharing options...
rosambs68 Posted August 19, 2013 Author Share Posted August 19, 2013 si también....y nada Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted August 19, 2013 Share Posted August 19, 2013 Aqui: http://www.prestashop.com/forums/topic/262896-solved-paypal-logo-redirects-to-blank-page/ hablan del error. Link to comment Share on other sites More sharing options...
rosambs68 Posted August 19, 2013 Author Share Posted August 19, 2013 También lo he visto y nada... Link to comment Share on other sites More sharing options...
Recommended Posts