Taiwan
|
本帖最後由 ken 於 2014-2-7 13:05 編輯
- Line: 584 # /*vot*/ $tpldir = DISCUZ_ROOT.'./source/plugin/'.$templateid.'/template';
Copy the Code here $tpldir="E:/USBWebserver v8.5/root/dz31/./source/plugin/singcere_waterfall/template"
but, i follow messages. The problem lies in #634
/*vot*/ $cachefile = './data/template/'.DISCUZ_LANG.'_'.(defined('STYLEID') ? STYLEID.'_' : '_').$templateid.'_'.str_replace('/', '_', $file).'.tpl.php';
Here
$tplfile = "./source/plugin/singcere_waterfall/template/waterfall.htm"
DISCUZ_ROOT.$tplfile = "E:/USBWebserver v8.5/root/dz31/E:/USBWebserver v8.5/root/dz31/./source/plugin/singcere_waterfall/template/waterfall.htm"
Here- if($templateid != 1 && !file_exists(DISCUZ_ROOT.$tplfile) && !file_exists(substr(DISCUZ_ROOT.$tplfile, 0, -4).'.php')
Copy the Code !file_exists(DISCUZ_ROOT.$tplfile) always = False, so "$tplfile = './template/default/'.$filebak.'.htm';"
but, this file " './template/default/'.$filebak.'.htm';" does not exist. |
|