1 頁 (共 1 頁)

[問題]Fatal error

發表於 : 2003-09-25 21:27
hsuehtsubin
我的討論區在上傳檔案時~~如果上傳超過700kb的檔案
會出現以下的文字

Fatal error: Maximum execution time of 30 seconds exceeded in d:\appserv\www\modernity\posting.php on line 23

我也找出\r
posting.php on line 23的文字
請問我應該怎麼改\r
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);

發表於 : 2003-09-26 15:42
hsuehtsubin
請問這是上傳檔案時間過長所出現的錯誤嗎
要如何避免呢