快速架站程式:Appserv2.0.45
您的上網方式:Hinet ADSL
您安裝的程式:Apache 2.0.45+ php 4 + MySql 3
您的 phpBB2 版本:phpBB 2.0.18
您的 phpBB2 連結網址: http://220.134.101.123/phpbb2/index.php
(因為是架在個人電腦上測試,我會都開著,但是怕當機,如果當機了請見諒)
安裝的外掛:只有安裝過虛擬形象完整包http://phpbb-tw.net/phpbb/viewtopic.php ... E%E3%A5%5D
出現的錯誤狀況:
代碼: 選擇全部
Warning: Cannot modify header information - headers already sent by (output started at C:\myweb\phpBB2\language\lang_chinese_traditional_taiwan\lang_rabbitoshi.php:312) in C:\myweb\phpBB2
abbitoshi.php on line 75
Warning: Cannot modify header information - headers already sent by (output started at C:\myweb\phpBB2\language\lang_chinese_traditional_taiwan\lang_rabbitoshi.php:312) in C:\myweb\phpBB2\includes\page_header.php on line 484
Warning: Cannot modify header information - headers already sent by (output started at C:\myweb\phpBB2\language\lang_chinese_traditional_taiwan\lang_rabbitoshi.php:312) in C:\myweb\phpBB2\includes\page_header.php on line 490
Warning: Cannot modify header information - headers already sent by (output started at C:\myweb\phpBB2\language\\lang_chinese_traditional_taiwan\lang_rabbitoshi.php:312) in C:\myweb\phpBB2\includes\page_header.php on line 491應該是要照下面這段修改...
但是我尋找不到應該尋找的那段...
代碼: 選擇全部
#-----[ FIND ]------------------------------------------
#
$search = '<a href="' . $temp_url . '">' . $lang['Search_user_posts'] . '</a>';
#
#----[ AFTER, ADD ]------------------------------------------
#
$rabbitoshi_link = append_sid("rabbitoshi.$phpEx?" . POST_USERS_URL . "=" . $profiledata['user_id']);於是我仍然在這段的下方直接加上要新加的部分...
不知道這樣對不對???
代碼: 選擇全部
$search = '<a href="' . $temp_url . '">' . sprintf($lang['Search_user_posts'], $profiledata['username']) . '</a>';實在是做不出來...
有人能幫我看看那邊錯了嗎?
謝謝...

