Jump to content

Point d'interrogation au lieu des images


Recommended Posts

Bonjour,

 

j'ai mis des images dans le dossier img de la template afin de les afficher sur le footer de mon site , mais le problème c'est que je trouve juste un point d'interrogation qui s'affiche au lieu de l'image, par contre quand je met un url de net qui pointe sur une image ça marche nikkel. merci de m'expliquer ça.

 

Merci

Link to comment
Share on other sites

Bonsoir,

 

Le point d'interrogation indique seulement que le chemin de votre image n'est pas bon.

Afin d’accéder à une image de votre dossier "votretheme/img", je vous conseil d'utiliser la variable Smarty prévu à cet effet : {$img_dir} comme dans l'exemple ci-dessous :

Ceci 

<img src="www.monsite.fr/themes/montheme/img/monimage.jpeg" alt="{l s='mon image'}" />

est donc remplacé par : 

<img src="{$img_dir}monimage.jpeg" alt="{l s='mon image'}" />

  Bonne continuation,

Link to comment
Share on other sites

Les images s'affichent correctement mais quand je clique sur un lien par ex un produit ou categorie je reçoit ce message :

 

Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file '/home/etac/public_html/etac/themes/default/./errors.tpl' in '/home/etac/public_html/etac/themes/default/category.tpl'' in /home/etac/public_html/etac/tools/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /home/etac/public_html/etac/tools/smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #1 /home/etac/public_html/etac/cache/smarty/compile/27/9a/50/279a50a277d9fc3f18c971970e7627643c9187c8.file.category.tpl.php(41): Smarty_Internal_Template->getSubTemplate('/home/etac/publ...', NULL, NULL, NULL, NULL, Array, 0) #2 /home/etac/public_html/etac/tools/smarty/sysplugins/smarty_internal_templatebase.php(180): content_52b62058db8718_21998932(Object(Smarty_Internal_Template)) #3 /home/etac/public_html/etac/classes/controller/FrontController.php(541): Smarty_Internal_TemplateBase->fetch('/home/etac/publ...') #4 /home/etac/public_html/eta in /home/etac/public_html/etac/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127

Link to comment
Share on other sites

J'ai remarqué que le message d'erreur se change selon le lien sur lequel je clique si je clique sur un produit il me donne le même message mais il que "unable de load ............................\ product.tpl" même chose pour category "unable de load ............................\ category.tpl"

 

Voici mon footer :

 

{*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 
{if !$content_only}
</div>
 
<!-- Right -->
<div id="right_column" class="column grid_2 omega">
{$HOOK_RIGHT_COLUMN}
</div>
</div>
 
<!-- Footer -->
<div id="footer" class="grid_9 alpha omega clearfix">
{$HOOK_FOOTER}
{if $PS_ALLOW_MOBILE_DEVICE}
<p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
{/if}
 
 
 
 
 
</div>
 
</div>
{/if}
 
</body>
</html>
Edited by elassad (see edit history)
Link to comment
Share on other sites

Je suis vraiment vraiment navré je suis le plus grand con du monde j'ai réalisé que je fichier errors.tpl se trouve dans le dossier /img je sais pas comment ça été passé mais c'est sûr que j'ai glissé par erreur. maintenant le site fonctionne très bien je te remercie beaucoup et désolé pour le dérangement mon ami, vous êtes le meilleur .  :lol:  merci

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...