1 頁 (共 1 頁)

[分享]解決升級到RC4的首頁錯誤問題

發表於 : 2007-07-30 17:53
Meowmeow
只要升級到RC4,非英語的語系如果未更新就會出現:

代碼: 選擇全部

[phpBB Debug] PHP Notice: in file /index.php on line 104: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4181: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4184: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
而中文的還沒推出更新,該怎麼辦呢?我從phpBB.com找到了答案,希望這樣能解決你們的問題:

代碼: 選擇全部

打開:

語系/common.php

搜尋:

NEWEST_USER

在該行找尋:

%s%s%s

取代為:

%s
這樣就解決咯。 :mrgreen: