1 頁 (共 1 頁)

[問題] 安裝 CASH MOD 三度失敗 ><[以解決]

發表於 : 2005-07-11 19:11
小郭
最後一次安裝完
看文章時會出現\r

Warning: Cannot modify header information - headers already sent by (output started at /home/killerja/public_html/forum/language/lang_chinese_traditional_taiwan/lang_cash.php:347) in /home/killerja/public_html/forum/viewtopic.php on line 563

Warning: Cannot modify header information - headers already sent by (output started at /home/killerja/public_html/forum/language/lang_chinese_traditional_taiwan/lang_cash.php:347) in /home/killerja/public_html/forum/includes/page_header.php on line 475

Warning: Cannot modify header information - headers already sent by (output started at /home/killerja/public_html/forum/language/lang_chinese_traditional_taiwan/lang_cash.php:347) in /home/killerja/public_html/forum/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at /home/killerja/public_html/forum/language/lang_chinese_traditional_taiwan/lang_cash.php:347) in /home/killerja/public_html/forum/includes/page_header.php on line 478

重新安裝了2次.. 我是用aeolus風格 但是只有改subsilver的tpl..

發表於 : 2005-07-14 10:59
laocung
這個之前好像有人提到\r
可能 lang_cash.php 這個檔的 頭跟尾 <?php && ?>
位置跑掉了 !

發表於 : 2005-07-14 11:31
小郭
恩.....謝謝 這個已經解決了

我現在重新裝一個論壇了 但是安裝 cashmod 的 sql_install.php的時候
會出現這些錯誤


代碼: 選擇全部

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable',0);
+++ Error: Duplicate entry 'cash_disable' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_display_after_posts',1);
+++ Error: Duplicate entry 'cash_display_after_posts' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_post_message','You earned %s for that post');
+++ Error: Duplicate entry 'cash_post_message' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_num',10);
+++ Error: Duplicate entry 'cash_disable_spam_num' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_time',24);
+++ Error: Duplicate entry 'cash_disable_spam_time' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post');
+++ Error: Duplicate entry 'cash_disable_spam_message' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_installed','yes');
+++ Error: Duplicate entry 'cash_installed' for key 1

\nINSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_version','2.2.2');
+++ Error: Duplicate entry 'cash_version' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');
+++ Error: Duplicate entry 'points_name' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_adminnavbar','1');
+++ Error: Duplicate entry 'cash_adminnavbar' for key 1

INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_adminbig','0');
+++ Error: Duplicate entry 'cash_adminbig' for key 1

我是用之前的備分還原,錯誤的地方該怎麼辦?

發表於 : 2005-07-14 14:24
laocung
查一下字典\r
Error: Duplicate entry