[問題]推薦網站簡易版外掛問題

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

版主: 版主管理群

主題已鎖定
威威
星球公民
星球公民
文章: 51
註冊時間: 2003-04-15 02:02

[問題]推薦網站簡易版外掛問題

文章 威威 »

我看了有關4-4.推薦網站簡易版外掛 by OOHOO 的教學 http://phpbb-tw.net/phpbb/viewtopic.php?t=7311 ,但不知因為什麼,安裝完後在論壇首頁上會出現這些字:
define('SITE_URL', "http://phpbb-tw.net/"); define('SITE_LOGO_SRC', "http://phpbb-tw.net/phpbb/images/links/web_logo88a.gif"); 加入連結資料, 格式範例如下 $LINKS = array( array('link_title' => 'phpBB 官方網站', 'link_logo_src' => 'images/links/phpBB_88a.gif', 'link_url' => 'http://www.phpbb.com/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/') ); define('DISPLAY_INTERVAL', 6000); // 輪播間隔 (豪秒) define('DISPLAY_LOGO_NUM', 8); // LOGO顯示數量
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\sessions.php on line 295

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\sessions.php on line 296
// Related links $lang['Site_links'] = "推薦網站";
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 500

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 501

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 502
請問各位大大,這是什麼問題呢?謝謝~
最後由 威威 於 2003-09-12 23:23 編輯,總共編輯了 1 次。
KBChan
星球普通子民
星球普通子民
文章: 5
註冊時間: 2003-04-20 16:40
聯繫:

文章 KBChan »

再檢查一次你的MOD有沒有排好\r
這可能是你程式沒有排版排好.....
--
如果不行
還請各位大大多多指教...
威威
星球公民
星球公民
文章: 51
註冊時間: 2003-04-15 02:02

文章 威威 »

謝謝您的回覆~ :-D
我巳檢查過,應巳排列正確,但在教學中有一個步驟我不太明白,在教學中有一部份教到\r
#-----[ ACTION: OPEN ]------------------------------------------
#

language/lang_chinese_traditional_taiwan/lang_main.php

#
#-----[ ACTION: ADD ]------------------------------------------
#
// Related links
$lang['Site_links'] = "推薦網站";

巳我不太明白應加在那裡,是加在最尾嗎? :-(
appleboy
竹貓忠實會員
竹貓忠實會員
文章: 304
註冊時間: 2002-09-15 21:47
來自: 高雄
聯繫:

文章 appleboy »

那個語系檔...加在哪都沒差......
所以應該不是那個問題
應該是page_header.php跟sessions.php 的關西
圖檔
歡迎來到 CodeIgniter 繁體中文討論區
My Blog:小惡魔 - 電腦技術 - 生活日記 - 美食介紹 - AppleBOY
威威
星球公民
星球公民
文章: 51
註冊時間: 2003-04-15 02:02

文章 威威 »

appleboy46 寫:那個語系檔...加在哪都沒差......
所以應該不是那個問題
應該是page_header.php跟sessions.php 的關係
那麼,應該如何解決這問題?我巳重新安裝過這個外掛,但出現以下的錯誤:
Parse error: parse error, unexpected ']' in c:\appserv\www\phpbb2\includes\links_constants.php on line 25

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:25) in c:\appserv\www\phpbb2\includes\sessions.php on line 182

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:25) in c:\appserv\www\phpbb2\includes\sessions.php on line 183

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:25) in c:\appserv\www\phpbb2\includes\page_header.php on line 500

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:25) in c:\appserv\www\phpbb2\includes\page_header.php on line 501

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:25) in c:\appserv\\www\phpbb2\includes\page_header.php on line 502
主題已鎖定

回到「外掛問題討論」