ホームページ > バックエンド開発 > PHPチュートリアル > スペースに緊急にアップロードするにはどうすればよいですか?

スペースに緊急にアップロードするにはどうすればよいですか?

WBOY
リリース: 2016-06-13 13:35:05
オリジナル
709 人が閲覧しました

緊急: スペース設定ファイルにアップロードするように 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 = "}";
 //******************
?>

ログイン後にコピー


-----解決策---------
PHP コード
include_once("class/Smarty.class.php"); $global['path']['root'] = dirname(__FILE__) '//Web サイトのルート ディレクトリ $smarty = 新しい Smarty(); $smarty->template_dir = $global['path']['root'] . 'templates/default/'; //smarty キャッシュ ファイルが保存されているディレクトリ。 $smarty->compile_dir = $global['path']['root'] 'tmp/templates_c/'; $smarty->config_dir = $global['path']['root'] 'conf/'; $smarty->cache_dir = $global['path']['cache'] 'smarty/'; $smarty->キャッシュ = 0; $smarty->cache_lifetime = 6000; $smarty->left_delimiter = ''; $smarty->trusted_dir = $global['path']['root']
<div class="clear">;</div>
ログイン後にコピー
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート