1 頁 (共 1 頁)

[問題]安裝可設定會員名稱長度 1.1.0外掛後發生奇怪現象(以解決)

發表於 : 2006-06-11 18:34
魚肝油
●phpbb版本:2.0.2.0
●作業系統:Windows XP Professional
●我的論壇:http://219.81.89.228/forum

我安裝"可設定會員名稱長度 1.1.0"這套外掛後會發生奇怪現象...

http://phpbb-tw.net/phpbb/viewtopic.php?t=38950

圖檔

圖檔

圖檔

請問該怎ㄇ半.... :cry:

發表於 : 2006-06-11 20:37
Mac
SQL 執行了嗎?

代碼: 選擇全部

# 
#-----[ SQL ]------------------------------------------ 
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_config` VALUES ('limit_username_min_length', '2');
INSERT INTO `phpbb_config` VALUES ('limit_username_max_length', '25');
ALTER TABLE `phpbb_users` MODIFY `username` varchar(99) NOT NULL; 
~Mac

發表於 : 2006-06-12 17:04
魚肝油
Mac 寫:SQL 執行了嗎?

代碼: 選擇全部

# 
#-----[ SQL ]------------------------------------------ 
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_config` VALUES ('limit_username_min_length', '2');
INSERT INTO `phpbb_config` VALUES ('limit_username_max_length', '25');
ALTER TABLE `phpbb_users` MODIFY `username` varchar(99) NOT NULL; 
~Mac
抱歉~我是新手......我是沒友執行~請問該如何執行呢???

發表於 : 2006-06-12 19:27
Mac

感謝

發表於 : 2006-06-14 13:16
魚肝油