1 頁 (共 1 頁)

[問題] 主題類型修改文章的問題......

發表於 : 2006-08-16 13:40
野比小雄
問題外掛:主題類型by hentaibbc (資料庫化)
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... E%E5%9E%8B
使用版本:phpBB 2.0.21
網站位置:http://6a.myjuly.net
狀況描述

修改文章時就算有選擇主題類型.
它都會說我沒有選擇一種主題類型

還有....(這個應該不關主題類型事)
修改文章時按送出......
頁頂出現:

代碼: 選擇全部

Warning: Missing argument 14 for prepare_post() in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php on line 93

Warning: Missing argument 15 for prepare_post() in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 619

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 621

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 622

發表於 : 2006-08-16 21:58
hentaibbc
恩...

這個問題...

你另外還有安裝什麼外掛???

還有...

真的要解決...


posting.php

includes/functions_post.php

都附上來...

謝謝

發表於 : 2006-08-16 22:03
野比小雄
http://6a.myjuly.net/post.rar

代碼: 選擇全部

Warning: Missing argument 14 for prepare_post() in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php on line 93

Warning: Missing argument 15 for prepare_post() in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 619

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 621

Warning: Cannot modify header information - headers already sent by (output started at /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/functions_post.php:93) in /home/myjulynetd/domains/myjuly.net/public_html/6a/includes/page_header.php on line 622
這段應該是Enhanced Poll的問題

發表於 : 2006-08-17 12:50
hentaibbc
無法下載...

以上...

發表於 : 2006-08-17 18:28
野比小雄

發表於 : 2006-08-18 10:58
hentaibbc
打開posting.php

找到

代碼: 選擇全部

// Log Actions Start
$username = ( !empty($HTTP_POST_VARS['username']) ) ? $HTTP_POST_VARS['username'] : '';
$subject = ( !empty($HTTP_POST_VARS['subject']) ) ? trim($HTTP_POST_VARS['subject']) : '';
之後加上

代碼: 選擇全部

//Topic type mod
$post_data['types_id'] = ( !empty($HTTP_POST_VARS['topic_types']) ) ? $HTTP_POST_VARS['topic_types'] : 0;
//Topic type mod end