marquia Posted December 23, 2013 Share Posted December 23, 2013 Buenas, no consigo solucionar el dichoso problema al generar los pdf en el backoffice. me muestra el error: TCPDF ERROR: [image] Unable to get image: Cosas que he probado ya: He comprobado que la imagen no sea "png". He cambiado el contenido de la variable "$path_logo" en el archivo "HTMLTemplate.php", por la url completa del logo. Mas algunas otras pruebas varias, pero no consigo hacerlo funcionar. Necesito ayuda con esto, gracias de antemano. Link to comment Share on other sites More sharing options...
marquia Posted December 30, 2013 Author Share Posted December 30, 2013 Buenas, activando el modo dev, me muestra este error : Strict Standards: Declaration of Link::getModuleLink() should be compatible with LinkCore::getModuleLink($module, $controller = 'default', array $params = Array, $ssl = NULL, $id_lang = NULL, $id_shop = NULL) in/home/xxxxxx/public_html/test/classes/Autoload.php on line 108TCPDF ERROR: [image] Unable to get image: br%20/%20bNotice/b:%20Undefined%20index:%20logo_url%20in%20b/home/xxxxxx/public_html/test/cache/smarty/compile/11/e7/00/11e700fbf1ceae37cde2cb3ff75476cc68cfff34.file.header.tpl.php/b%20on%20line%20b237/bbr%20/%20br%20/%20bNotice/b:%20Trying%20to%20get%20property%20of%20non-object%20in%20b/home/xxxxxxx/public_html/test/cache/smarty/compile/11/e7/00/11e700fbf1ceae37cde2cb3ff75476cc68cfff34.file.header.tpl.php/b%20on%20line%20b237/bbr%20/%20 Link to comment Share on other sites More sharing options...
tuk66 Posted January 7, 2014 Share Posted January 7, 2014 You have got a PHP Notice. Change PHP error reporting to at least warnings and errors and it should be fine. Link to comment Share on other sites More sharing options...
Recommended Posts