風格:subsilver
裝過的MOD:
勳章系統(2.2.2)、複選投票、
討論區版面圖示、推薦網站進階版、
記錄管理者的動作、會員匿稱(2.0.1)、
img標籤自動縮圖+點擊放大、全域公告、
跑馬燈公告(大約是這樣子吧= =|||
問題:
只要進行文章編輯的動作就會出現以下的錯誤
代碼: 選擇全部
Warning: Missing argument 14 for prepare_post() in e:\appserv\www\phpbb2\includes\functions_post.php on line 124
Warning: Missing argument 15 for prepare_post() in e:\appserv\www\phpbb2\includes\functions_post.php on line 124
Warning: Missing argument 16 for prepare_post() in e:\appserv\www\phpbb2\includes\functions_post.php on line 124
代碼: 選擇全部
系統訊息
很抱歉! 您沒有權力編輯其他會員的文章
點選 這裡 返回主題
是跟複選投票有關..可是我重新檢查過複選投票都沒發現問題..
我把includes\functions_post.php的第121~126貼出來
請各位大大幫我看看~thx
代碼: 選擇全部
//
// Prepare a message for posting
//
function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$message, &$poll_title, &$poll_options, &$poll_length, &$max_vote, &$hide_vote, &$tothide_vote)
{
global $board_config, $userdata, $lang, $phpEx, $phpbb_root_path;

