部分頁面最上頭總會出現以下代碼
或者是某位會員他的發文都會出現這樣的代碼
經檢查後,/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)代碼: 選擇全部
return $user->format_date(gmmktime(0, 0, 0, $month, $day, $year) + $user->timezone + $user->dst, $user->lang['DATE_FORMAT'], true);代碼: 選擇全部
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
