杭州神话信息技术有限公司

标题: wap下无法访问 [打印本页]

作者: searchyu    时间: 2010-9-13 19:08:46     标题: wap下无法访问

./cache/templates//tpl_7/topic_index.php
Warning:  fopen(./cache/templates//tpl_7/topic_index.php) [function.fopen]: failed to open stream: Permission denied in /var/apache2/htdocs/discuzx/api/ji2/include/lib/template.han.php on line 145
模板无法写入,请检查目录是否有可写

function write()

{

$save_dir=dirname($this->CompiledFile);

if(!is_dir($save_dir))$this->MakeDir($save_dir, 0777);

echo $this->CompiledFile;
        $fzp = fopen($this->CompiledFile, 'wb');
        if(!$fp)die('模板无法写入,请检查目录是否有可写');
        $length=fwrite($fp, $this->TemplateString);
        fclose($fp);

Return $length;

}




欢迎光临 杭州神话信息技术有限公司 (http://cenwor.com/) Powered by Discuz! X2