Question con sur smarty (templates) - PHP - Programmation
Marsh Posté le 21-03-2003 à 00:45:28
dropsy a écrit : un problème de droit d'écriture peut-être |
Bha g donné les droits...
Pour préciser ma demande, j'utilise smarty sur Windows XP pro avec IIS...
Marsh Posté le 20-03-2003 à 20:55:03
Je suis une vraie tanche je sais mais j'arrive pas à faire tourner smarty
sur windows... Pas pratique pour développer si je doit uploader constament
les fichiers
Comment on fait ?
Pour le moment j'ai ça :
<?
define("SMARTY_DIR","C:\\Inetpub\\wwwroot\\bheller\\Smarty\\" );
define("TEMPLATE_DIR","C:\\Inetpub\\wwwroot\\bheller\\templates\\" );
define("COMPILE_DIR","C:\\Inetpub\\wwwroot\\bheller\\templates_c\\" );
define("BASE_DIR","C:\\Inetpub\\wwwroot\\bheller\\" );
require_once(SMARTY_DIR."Smarty.class.php" );
$smarty = new Smarty;
$smarty->template_dir = TEMPLATE_DIR;
$smarty->compile_dir = COMPILE_DIR;
$smarty->compile_check = true;
$smarty->debugging = true;
$smarty->force_compile = true;
?>
Et il me met comme message :
Warning: Smarty error: problem creating directory
"C:\Inetpub\wwwroot\bheller\templates_c\\%%-19\%%-1935653680" in
C:\Inetpub\wwwroot\bheller\Smarty\Smarty.class.php on line 999
En gros (à ce que je comprend), il arrive pas à créer un répertoire, normal
sous windows fo utiliser des "\\" pour les répertoires... :-(
Une idée qq un ?
---------------
A+++ Bruce - http://www.bheller.com