緊急: スペース設定ファイルにアップロードするように Smarty を設定するにはどうすればよいですか?
私の設定ファイルは次のように記述されています
スペース表示ページは
wwwroot (ホームページ フォルダー) ccc 日付 2 フォルダー
をクリックしますこの設定を wwwroot に置くと、通常の表示ページが出力できず、エラー メッセージも表示されません。
このフォルダーには置かず、ccc に入れます。設定を変更するにはどうすればよいですか
PHP コード
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php include_once("class/Smarty.class.php"); //****************** $smarty = new smarty(); $smarty->debugging=false; $smarty->compile_check=false; $smarty->template_dir = "./templates/".$smartytpl; $smarty->compile_dir = "./templates_c/"; $smarty->config_dir = "./config/"; $smarty->cache_dir = "./cache/"; $smarty->caching = false; //上传要 true $smarty->cache_lifetime = 118; $smarty->left_delimiter = "{"; $smarty->right_delimiter = "}"; //****************** ?>
<div class="clear">;</div>