1 頁 (共 1 頁)

[問題] global_announcement1.2.9安裝問題(已解決.謝謝)

發表於 : 2006-08-16 10:22
cat6318
問題外掛:global_announcement1.2.9
參考連結:
使用版本:phpBB 2.0.21
網站位置:
狀況描述:
已安裝入口網頁.推薦網站
問題有三

一.SQL發生錯誤出現以下字樣
錯誤
SQL 語法:

ALTER TABLE phpbb_auth_access ADD auth_globalannounce TINYINT( 1 ) NOT NULL AFTER auth_announce;



MySQL 傳回:

#1060 - Duplicate column name 'auth_globalannounce'


二.無法進入控制台出現以下訊息
r.gif"; $images['voting_graphic'][3] = "$current_template_images/voting_bar.gif"; $images['voting_graphic'][4] = "$current_template_images/voting_bar.gif"; // // Vote graphic length defines the maximum length of a vote result // graphic, ie. 100% = this length // $board_config['vote_graphic_length'] = 205; $board_config['privmsg_graphic_length'] = 175; ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/catswhis/public_html/templates/iCGstation/iCGstation.cfg:112) in /home/catswhis/public_html/admin/index.php on line 647

Warning: Cannot modify header information - headers already sent by (output started at /home/catswhis/public_html/templates/iCGstation/iCGstation.cfg:112) in /home/catswhis/public_html/admin/index.php on line 648


以下為訊息指的目標

if ($fsock = @fsockopen('www.phpbb.com', 80, $errno, $errstr, 10))
{
@fputs($fsock, "GET /updatecheck/20x.txt HTTP/1.1\r\n");
@fputs($fsock, "HOST: http://www.phpbb.com\r\n");
@fputs($fsock, "Connection: close\r\n\r\n");

$get_info = false;
while (!@feof($fsock))

三.每各頁面上方出現以下訊息
r.gif"; $images['voting_graphic'][3] = "$current_template_images/voting_bar.gif"; $images['voting_graphic'][4] = "$current_template_images/voting_bar.gif"; // // Vote graphic length defines the maximum length of a vote result // graphic, ie. 100% = this length // $board_config['vote_graphic_length'] = 205; $board_config['privmsg_graphic_length'] = 175; ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/catswhis/public_html/templates/iCGstation/iCGstation.cfg:112) in /home/catswhis/public_html/includes/page_header.php on line 486

Warning: Cannot modify header information - headers already sent by (output started at /home/catswhis/public_html/templates/iCGstation/iCGstation.cfg:112) in /home/catswhis/public_html/includes/page_header.php on line 488

Warning: Cannot modify header information - headers already sent by (output started at /home/catswhis/public_html/templates/iCGstation/iCGstation.cfg:112) in /home/catswhis/public_html/includes/page_header.php on line 489


以下為訊息指的目標
{
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');



哪位高手可以幫忙解決....謝謝

發表於 : 2006-08-17 00:04
心靈捕手
建議您:
1. 忽略第1個錯誤訊息
因為那只是告訴您, 相關的欄位已經存在
應該是您重複執行 SQL 語法所致

2. & 3.
安裝外掛, 先以預設風格 subSilver 安裝
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924