[問題] 無法修正發表主題長度的問題?

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

版主: 版主管理群

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

[問題] 無法修正發表主題長度的問題?

文章 sam99 »

請問各位大大:

環境: redhat linux 9.0 /phpbb 2.0.6

我依照Bot大大發表的修正2.0.6主題長度的方式去作

代碼: 選擇全部


#-----[ SQL ]------------------------------------------ 
# 
ALTER TABLE `phpbb_topics` CHANGE `topic_title` `topic_title` CHAR(120) NOT NULL 

# 
#-----[ SQL ]------------------------------------------ 
# 
ALTER TABLE `phpbb_posts_text` CHANGE `post_subject` `post_subject` VARCHAR(120) DEFAULT NULL 

# 
#-----[ OPEN ]------------------------------------------ 
# 
templates/subSilver/posting_body.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 
<input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /> 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 
<input type="text" name="subject" size="45" maxlength="120" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /> 

# 
#-----[ SAVE/CLOSE ALL FILES ]---------------------------------------- 

# 
# EoM 
所以我就開始下列步驟:

mysql -u abc -p
輸入密碼\r

use abc;

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed

mysql> alter 'phpbb_topics' change 'topic_title' 'topic_title' char(120) not null
->

請問不管我怎麼打它都會出現 -> 這個符號艾,我就沒辦法繼續下一個指令了啊?

要如何解呢? 謝謝 ^^
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

建議你使用 phpMyAdmin 做
主題已鎖定

回到「phpBB 2 安裝與使用」