Luz Belle Posted June 29, 2013 Share Posted June 29, 2013 Hola a tod@s, ¿Cómo van? El problema es que he intentado subir mi logo de todas las maneras que se explica en el foro, pero ninguna da resultado. -Subi el logo en 241 x 52 px (plantilla winestore) en .jpg en mi back office/temas. -Cambié mi header.tpl según consejos del foro, me quedó así: <img class="logo" src="{$img_ps_dir}logo-1.jpg" -Limpié manualmente Caché y Compilación (tengo forzada la compilación y el caché desactivado). El logo sigue sin aparecer, agradeceré enormemente cualquier ayuda. Saludos cordiales. Link to comment Share on other sites More sharing options...
Luz Belle Posted July 3, 2013 Author Share Posted July 3, 2013 Bonjour. ¿Nadie se anima a responder? ¿Alguna ayudadita? Link to comment Share on other sites More sharing options...
Luz Belle Posted July 3, 2013 Author Share Posted July 3, 2013 Modifiqué el código de acuerdo a esta recomendación en forge: http://forge.prestashop.com/browse/PSCFV-8204 (controllers/admin/AdminThemesController.php) Pero en la línea 622 - 628 me aparece "error attempting to upload logo" No sé que hacer, llevo tanto tiempo instalando la tienda. Link to comment Share on other sites More sharing options...
Luz Belle Posted July 3, 2013 Author Share Posted July 3, 2013 Este es el código en la línea 617 - 628 (controllers/admin/AdminThemesController.php) if (Context::getContext()->shop->getContext() == Shop::CONTEXT_ALL || $id_shop == 0 || Shop::isFeatureActive()==false) $logo_name = $logo_prefix.$ext; if ($field_name == 'PS_STORES_ICON') { if (!@ImageManager::resize($tmp_name, _PS_IMG_DIR_.$logo_name, null, null, 'gif', true)) $this->errors[] = Tools::displayError('An error occurred while attempting to copy your logo.'); } else { if (!@ImageManager::resize($tmp_name, _PS_IMG_DIR_.$logo_name)) $this->errors[] = Tools::displayError('An error occurred while attempting to copy your logo.'); } Link to comment Share on other sites More sharing options...
Luz Belle Posted July 3, 2013 Author Share Posted July 3, 2013 Logre que me aparezca un signo de interrogación, ya es algo. Link to comment Share on other sites More sharing options...
Luz Belle Posted July 3, 2013 Author Share Posted July 3, 2013 Busco programador/a que pueda atender mis servicios, contactarme a: [email protected] (remunerado). Link to comment Share on other sites More sharing options...
Recommended Posts