araceli becerril Posted May 21, 2013 Share Posted May 21, 2013 (edited) 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 May 21, 2013 by araceli becerril (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 21, 2013 Share Posted May 21, 2013 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 2 Link to comment Share on other sites More sharing options...
araceli becerril Posted May 21, 2013 Author Share Posted May 21, 2013 (edited) 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 May 21, 2013 by araceli becerril (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 21, 2013 Share Posted May 21, 2013 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts