Jump to content

"Solucionado": Fatal error in module bannermanager: Call to undefined function checkImage()


Recommended Posts

Hola amigos de Prestashop. Espero alguien me pueda auxiliar. He instalado el modulo Banner Manager, todo va bien, hasta el momento de guardar me sale el siguiente mensaje

 

 

[PrestaShop] Fatal error in module bannermanager:

Call to undefined function checkImage()

 

 

Ojala alguien tuviese la solución. De antemano se los agradezco.

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

Hola amigos de Prestashop. Espero alguien me pueda auxiliar. He instalado el modulo Banner Manager, todo va bien, hasta el momento de guardar me sale el siguiente mensaje

 

 

[PrestaShop] Fatal error in module bannermanager:

Call to undefined function checkImage()

 

 

Ojala alguien tuviese la solución. De antemano se los agradezco.

 

Respuesta:

 

Regarding the problem with 1.5.4 :

 

[PrestaShop] Fatal error in module blockadvertmulti:

Call to undefined function checkImage()

 

I solved it by editing php file blockadvertmulti.php

 

Find and replace the word:

 

CheckImage

 

with:

 

ImageManager::validateUpload

 

 

 

It worked for me.

 

Fuente: http://www.prestashop.com/forums/index.php?/topic/217702-module-block-advertising-multiple-v0101/page__view__findpost__p__1188151

  • Like 2
Link to comment
Share on other sites

Respuesta:

 

 

 

Fuente: http://www.prestasho...ost__p__1188151

 

Muchisimas Gracias "nadie", eres un maestro. Oh, he visto mucha actividad por parte tuya. wow.

 

 

 

En mi caso edite ..prestashop/modules/bannermanager/bannermanager.php

 

y cambie la línea

 

if ($error =CheckImage

 

por

 

if ($error = ImageManager::validateUpload

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

Muchisimas Gracias "nadie", eres un maestro. Oh, he visto mucha actividad por parte tuya. wow.

 

 

 

En mi caso edite ..prestashop/modules/bannermanager/bannermanager.php

 

y cambie la línea

 

if ($error =CheckImage

 

por

 

if ($error = ImageManager::validateUpload

Un placer ayudarte y servirte!

 

Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro.

 

Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso.

  • Like 1
Link to comment
Share on other sites

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