1 頁 (共 1 頁)

[問題] 問題已解決,謝謝神川小羽!!!!^^(是我太笨了…

發表於 : 2005-02-08 08:07
究極冒號
我那個應該是attach_mod2.3.11,當我跟足所有指示完成後,打開自己的論壇,頭頂便顯示以下的錯誤訊息…也進入不了後台管理…=.=+

我的論壇連結:http://gamesociety.colota.com/forum
phpBB版本:2.0.11
已安裝的外掛:
Advanced Quick Reply Hack
Topic Cost Modification
全域公告global_announcement_1
論壇銀行
整合式top5

論壇改了的風格是:Macinscott2


希望真的能有大大能改幫一幫我呢~先謝~~~趕急的~嗚嗚…謝謝…\r

代碼: 選擇全部

Warning: include_attach_lang(./../language/lang_chinese_traditional_taiwan/lang_main_attach.php): failed to open stream: No such file or directory in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 55

Warning: include_attach_lang(): Failed opening './../language/lang_chinese_traditional_taiwan/lang_main_attach.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 55

Warning: include_attach_lang(./../language/lang_chinese_traditional_taiwan/lang_admin_attach.php): failed to open stream: No such file or directory in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 64

Warning: include_attach_lang(): Failed opening './../language/lang_chinese_traditional_taiwan/lang_admin_attach.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 64

Warning: Cannot modify header information - headers already sent by (output started at /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php:55) in /home/gamesociety/public_html/forum/admin/index.php on line 582

Warning: Cannot modify header information - headers already sent by (output started at /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php:55) in /home/gamesociety/public_html/forum/admin/index.php on line 583

發表於 : 2005-02-08 08:08
究極冒號

代碼: 選擇全部

	include($phpbb_root_path . 'language/lang_' . $language . '/lang_main_attach.' . $phpEx);
這是第一句錯誤,我在該檔案找回的一行CODE

代碼: 選擇全部

// Add no-cache control for cookies if they are set
//$c_no_cache = (isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_sid']) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_data'])) ? 'no-cache="set-cookie", ' : '';

// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache/2'))
{
	header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
	header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');

$template->pparse('overall_header');

?>
↑這是第三至五句我找回page_header.php內的資料…\r

希望有高手能救救我呢~嗚嗚…

發表於 : 2005-02-08 08:16
神川小羽
你有沒有將中文語系檔複製到中文語系的資料夾下?

發表於 : 2005-02-08 08:42
究極冒號
神川小羽 寫:你有沒有將中文語系檔複製到中文語系的資料夾下?

竟然…竟然…竟然是錯在這…我實在太笨了~~~

竟然現在像沒問題了…先謝神川小羽,你已經是第二次解救我的人,我再次由心的感激您!真的真的很感謝您!謝謝!!!^__^~