關於系統 BeBug 的訊息求解

phpBB Installation & Usage Support
phpBB 3 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 3.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
StandardGr
星球普通子民
星球普通子民
文章: 30
註冊時間: 2008-11-12 04:17

關於系統 BeBug 的訊息求解

文章 StandardGr »

 

部分頁面最上頭總會出現以下代碼
或者是某位會員他的發文都會出現這樣的代碼
經檢查後,/includes/functions_profile_fields.php 與 /includes/functions.php 與最原始檔案內容並無二異
實測 IE 與 PCMAN 這兩種瀏覽器都會出現這樣的問題
請教這應該是哪方面出了錯誤呢?

感謝您百忙之中抽空回答
感謝

DeBug 代碼:

代碼: 選擇全部

[phpBB Debug] PHP Notice: in file /includes/functions_profile_fields.php on line 492: gmmktime(): Windows does not support negative values for this function
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3544: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3546: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
/includes/functions_profile_fields.php 第492行:

代碼: 選擇全部

return $user->format_date(gmmktime(0, 0, 0, $month, $day, $year) + $user->timezone + $user->dst, $user->lang['DATE_FORMAT'], true);
/includes/functions.php 第3544~3548

代碼: 選擇全部

	header('Content-type: text/html; charset=UTF-8');

	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
 
##### 以下為 '基本的發問格式' #####
●主機作業系統:Windows (Xp、Sp2)
●快速架站程式:
●免費空間連結:
●您的上網方式:中華電信ADSL
●您安裝的程式:appserv-win32-2.4.8
●您的 phpBB 版本:phpBB 3.0.2
●您的 domain (網域名稱) : xxking.com
●您的 phpBB 連結網址: http://yanny.xxking.com
##### 以上為 '基本的發問格式' #####
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8540
註冊時間: 2004-04-30 01:54
來自: Taiwan

Re: 關於系統 BeBug 的訊息求解

文章 心靈捕手 »

StandardGr 寫: 

部分頁面最上頭總會出現以下代碼
或者是某位會員他的發文都會出現這樣的代碼
經檢查後,/includes/functions_profile_fields.php 與 /includes/functions.php 與最原始檔案內容並無二異
實測 IE 與 PCMAN 這兩種瀏覽器都會出現這樣的問題
請教這應該是哪方面出了錯誤呢?

感謝您百忙之中抽空回答
感謝

DeBug 代碼:

代碼: 選擇全部

[phpBB Debug] PHP Notice: in file /includes/functions_profile_fields.php on line 492: gmmktime(): Windows does not support negative values for this function
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3544: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3546: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
/includes/functions_profile_fields.php 第492行:

代碼: 選擇全部

return $user->format_date(gmmktime(0, 0, 0, $month, $day, $year) + $user->timezone + $user->dst, $user->lang['DATE_FORMAT'], true);
/includes/functions.php 第3544~3548

代碼: 選擇全部

	header('Content-type: text/html; charset=UTF-8');

	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
 
建議您:
1. 升級架站系統為 AppServ 2.5.10
2. 升級論壇版本為 3.0.5
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
StandardGr
星球普通子民
星球普通子民
文章: 30
註冊時間: 2008-11-12 04:17

Re: 關於系統 BeBug 的訊息求解

文章 StandardGr »

心靈捕手 寫:
StandardGr 寫: 

部分頁面最上頭總會出現以下代碼
或者是某位會員他的發文都會出現這樣的代碼
經檢查後,/includes/functions_profile_fields.php 與 /includes/functions.php 與最原始檔案內容並無二異
實測 IE 與 PCMAN 這兩種瀏覽器都會出現這樣的問題
請教這應該是哪方面出了錯誤呢?

感謝您百忙之中抽空回答
感謝

DeBug 代碼:

代碼: 選擇全部

[phpBB Debug] PHP Notice: in file /includes/functions_profile_fields.php on line 492: gmmktime(): Windows does not support negative values for this function
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3544: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3546: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
/includes/functions_profile_fields.php 第492行:

代碼: 選擇全部

return $user->format_date(gmmktime(0, 0, 0, $month, $day, $year) + $user->timezone + $user->dst, $user->lang['DATE_FORMAT'], true);
/includes/functions.php 第3544~3548

代碼: 選擇全部

	header('Content-type: text/html; charset=UTF-8');

	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
 
建議您:
1. 升級架站系統為 AppServ 2.5.10
2. 升級論壇版本為 3.0.5
收到
謝謝您的建議,我設法升級
再次感謝
 
 
##### 以下為 '基本的發問格式' #####
●主機作業系統:Windows (Xp、Sp2)
●快速架站程式:
●免費空間連結:
●您的上網方式:中華電信ADSL
●您安裝的程式:appserv-win32-2.4.8
●您的 phpBB 版本:phpBB 3.0.2
●您的 domain (網域名稱) : xxking.com
●您的 phpBB 連結網址: http://yanny.xxking.com
##### 以上為 '基本的發問格式' #####
主題已鎖定

回到「[3.0.x] 安裝與使用」