1 頁 (共 1 頁)

[求助]裝了attach mod 出現的問題~

發表於 : 2004-09-06 11:04
paul2004
我安了attach mod v2.3.10

我看了lang_main_attach.php, 但不懂 
lang_main_attach.php line 55

代碼: 選擇全部

include($phpbb_root_path . 'language/lang_' . $language . '/lang_main_attach.' . $phpEx);
以下是錯誤信息:
Warning: Failed opening './language/lang_chinese_traditional/lang_main_attach.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/free/paul2004/phpBB2/attach_mod/attachment_mod.php on line 55

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/free/paul2004/phpBB2/attach_mod/attachment_mod.php:55) in /var/www/html/free/paul2004/phpBB2/includes/page_header.php on line 470

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/free/paul2004/phpBB2/attach_mod/attachment_mod.php:55) in /var/www/html/free/paul2004/phpBB2/includes/page_header.php on line 476

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/free/paul2004/phpBB2/attach_mod/attachment_mod.php:55) in /var/www/html/free/paul2004/phpBB2/includes/page_header.php on line 477

發表於 : 2004-09-08 18:58
nickliao
lang_main_attach.php 原文件中並沒有要修改程式碼,你應該在看清楚一下如果你沒有中文patch的話,應該是把英文目錄copy置中文目錄是吧!! 8-)

Nick