// Smartyライブラリを読み込む
require(DEF_LIB_SMARTY_DIR.'Smarty.class.php');
// setup.phpはアプリケーションに必要なライブラリファイルを
// 読み込むのに適した場所です。例:
// require('guestbook/guestbook.lib.php');
class OBJ_Smarty extends Smarty {
function OBJ_Smarty() {
// クラスのコンストラクタ。これらは新しいインスタンスで自動的にセットされます。
$this->Smarty();
$this->template_dir = DEF_TMPL_DIR;
$this->compile_dir = DEF_SMARTY_TMPLC_DIR;
$this->config_dir = DEF_SMARTY_CONFG_DIR;
$this->cache_dir = DEF_SMARTY_CACHE_DIR;
$this->caching = false;
// $this->debugging = true;
$this->debugging = false;
// $this->caching = true;
//public_htmlのディレクトリ
$this->assign('DEF_DIR_PUBLIC_HTML', DEF_DIR_PUBLIC_HTML);
// $this->assign('_DEF_DOC_ROOT_URL',_DEF_DOC_ROOT_URL);
// $this->assign('_DEF_ADMIN_URL',_DEF_ADMIN_URL);
}
}
?>
Fatal error: Uncaught ValueError: mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L" in /home/dmuser/public_html/eki/eki_conf.php:21
Stack trace:
#0 /home/dmuser/public_html/eki/eki_conf.php(21): mb_http_input()
#1 /home/dmuser/public_html/smt/eki/barrierfree.php(12): require('...')
#2 {main}
thrown in /home/dmuser/public_html/eki/eki_conf.php on line 21