guilli Posted May 30, 2011 Share Posted May 30, 2011 Bonjour,Je travail en local sur mon ordinateur.J'aurai besoin que la page product.tpl inclut un fichier php se trouvant à:/monsite/modules/feedback/feedback.phpJ'utilise donc dans product.tpl la fonction smarty {include_php file="/monsite/modules/feedback/feedback.php"} Problème, le fichier n'est jamais trouvé : Warning: Smarty error: file:/monsite/modules/feedback/feedback.php is not readable in /web/monsite/tools/smarty_v2/Smarty.class.php on line 1095 Warning: include(): Filename cannot be empty in /web/monsite/tools/smarty_v2/Smarty.class.php on line 1930 Warning: include(): Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /web/monsite/tools/smarty_v2/Smarty.class.php on line 1930 Fatal error: Class 'feedback' not found in /web/monsite/tools/smarty_v2/compile/%^1E8^1E857FE7%%product.tpl.php on line 278 Je n'arrive pas à inclure ce fichier ! Quelle est le chemin correct que je dois utilisé ? Link to comment Share on other sites More sharing options...
Mr6 Posted May 30, 2011 Share Posted May 30, 2011 Humm... Quel est le but ? Juste afficher le module feedback dans ta page produit ? Si c'est ca je te conseille plutôt d'utiliser le menu "positions" dans l'onglet modules de ton BO et de greffer le module sur le hook de la page produit. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now