Jump to content

Problemas con Easy Footer de prestalove


Jaimefoto

Recommended Posts

Hola, acqabo de instalar el módulo Easy Footer de prestalove y al configurarlo me sale el siguiente mensaje de error:

 

Notice: Undefined variable: irow in /var/www/vhosts/spanishinsitu.com/httpdocs/modules/prestaloveeasyfooter/prestaloveeasyfooter.php on line 421

 

Notice: Undefined variable: currentIndex in /var/www/vhosts/spanishinsitu.com/httpdocs/modules/prestaloveeasyfooter/prestaloveeasyfooter.php on line 424

 

Notice: Undefined variable: position in /var/www/vhosts/spanishinsitu.com/httpdocs/modules/prestaloveeasyfooter/prestaloveeasyfooter.php on line 424

 

Notice: Undefined variable: currentIndex in /var/www/vhosts/spanishinsitu.com/httpdocs/modules/prestaloveeasyfooter/prestaloveeasyfooter.php on line 426

 

Notice: Undefined variable: position in /var/www/vhosts/spanishinsitu.com/httpdocs/modules/prestaloveeasyfooter/prestaloveeasyfooter.php on line 426

 

Les agradecería que me dijeran qué puede estar ocurriendo y cómo resolverlo.

 

muchas gracias!

Link to comment
Share on other sites

  • 9 months later...

creo que es algo vieja la pregunta, seguro ya te funciona, pero.. aqui esta la solucion y listo:

 

en el archivo

[instalacion prestashop]\modules\prestaloveeasyfooter\prestaloveeasyfooter.php 

 

pones la siguientes lineas que aqui detallo en rojo

saludos

 

 

 

 

private function displayTableEasyFooter()
{
global $cookie;
$tablelistEasyFooter = '';
 
$listEasyFooters = $this->getPLEasyFooters($cookie->id_lang);
 
$count = 0;
$irow = 0;
$currentIndex = 0;
$position = 0;
 
foreach($listEasyFooters as $listEasyFooter) {
 
 
post-705472-0-26036900-1381024056_thumb.jpg
 
 
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...