[問題] 更新問題~

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
hardaway
星球普通子民
星球普通子民
文章: 10
註冊時間: 2003-10-06 14:59

[問題] 更新問題~

文章 hardaway »

我用window xp pro sp1
用appserv 2.4.1


本來用2.0.6~不過作天有人惡意破壞所以更新2.0.13

現在都沒問題~只係由2.0.11更新至2.0.13時~有一個檔案找不到要改的地方~

問題出現在includes/template.php 這個檔~它要由\r
includes/template.php

代碼: 選擇全部

#
#-----[ FIND ]---------------------------------------------
# Line 233
       		$filename = phpbb_realpath($this->root . '/' . $filename);

#
#-----[ REPLACE WITH ]---------------------------------------------
# 
       		$filename = ($rp_filename = phpbb_realpath($this->root . '/' . $filename)) ? $rp_filename : $filename;

但我根本就找不到 $filename = phpbb_realpath($this->root . '/' . $filename);

我本來的template.php 233那行是這樣的 :
$this->cachedir = $phpbb_root_path . $this->cachedir;


請問我應該怎樣改?還是不改也行??

template.php <---這個檔是負責什麼的呢??
謝謝~

我附上一段template.php code 請各位高手幫忙

代碼: 選擇全部

if (!@is_dir($dir))
		{
			return false;
		}
		$dir = str_replace('\\\', '/', $dir);
		// creating absolute path for cache
		$this->cachedir = str_replace('\\\', '/', $board_config['xs_cache_dir']);
		if(!$board_config['xs_cache_dir_absolute'])
		{
		$this->cachedir = $phpbb_root_path . $this->cachedir;		}
		// adding trailing '/'
		if(substr($this->cachedir, strlen($this->cachedir)-1, 1) != '/')
		{
			$this->cachedir .= '/';
		}
		// creating absolute path for current template and root dir
		$this->tpldir = $phpbb_root_path . 'templates/';
		// adding trailing '/'
		if(substr($this->tpldir, strlen($this->tpldir)-1, 1) != '/')
		{
			$this->tpldir .= '/';
		}
		$this->tpldir_len = strlen($this->tpldir);
		$this->root = $dir;
		$this->tpl = $this->template_name($dir);
		return true;
	}
wu2017
竹貓忠實會員
竹貓忠實會員
文章: 359
註冊時間: 2002-08-20 15:23
來自: 平凡心動
聯繫:

文章 wu2017 »

一般更新,只要資料庫更新部分有做完,或不用更新資料庫(依據說明文件指示)
phpBB 目錄內程式都是用新版本覆蓋過去(config.php 不可被覆蓋),除非你之前有安裝外掛,那就要一步一步慢慢改了
我們都想寫下自己的故事,才初執筆就驚覺,悲歡離合竟也是年輕事!
平凡心動 http://www.hope99.idv.tw/

提出問題時,請提供較完整的資料,才能給你正確的答案,節省你的時間。
發問格式可參閱: http://phpbb-tw.net/phpbb/viewtopic.php?t=15329

PLUS 下載位址: http://www.phpbb2.de/dload.php?action=c ... &cat_id=20
主題已鎖定

回到「phpBB 2 安裝與使用」