http://www.phpbb.com/phpBB/viewtopic.php?t=240611
請問各位前輩高手,
我修改之後執行update_to_2011.php就出現這些錯誤,
不知該要修改哪裡,還是哪裡做錯了,好像是少了什麼?
小弟第一次幫人升級可是出現如下訊息,
Warning: main(./../extension.inc): failed to open stream: No such file or directory in D:\\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 46
Warning: main(./../extension.inc): failed to open stream: No such file or directory in D:\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 46
Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.;c:\php4\pear') in D:\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 46
Warning: main(./../config.): failed to open stream: No such file or directory in D:\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 47
Warning: main(./../config.): failed to open stream: No such file or directory in D:\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 47
Warning: main(): Failed opening './../config.' for inclusion (include_path='.;c:\php4\pear') in D:\www\cofilm.net#qioeurqwe\phpbbs\update_to_2011.php on line 47
Please read: INSTALL.html before attempting to update.

這update檔的46、47行內容如下
代碼: 選擇全部
define('IN_PHPBB', 1);
$phpbb_root_path = './../';
46行→[color=red]include($phpbb_root_path . 'extension.inc');[/color]
47行→[color=red]include($phpbb_root_path . 'config.'.$phpEx);[/color]
if(!isset($dbms))
