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

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
cat6318
星球普通子民
星球普通子民
文章: 24
註冊時間: 2006-08-15 17:20

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

文章 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');



哪位高手可以幫忙解決....謝謝
最後由 cat6318 於 2006-08-17 16:54 編輯,總共編輯了 1 次。
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8547
註冊時間: 2004-04-30 01:54
來自: Taiwan

文章 心靈捕手 »

建議您:
1. 忽略第1個錯誤訊息
因為那只是告訴您, 相關的欄位已經存在
應該是您重複執行 SQL 語法所致

2. & 3.
安裝外掛, 先以預設風格 subSilver 安裝
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
主題已鎖定

回到「外掛問題討論」