[Logo] JForum - Powering Communities
  [Search] 搜尋   [Recent Topics] 最新主題   [Hottest Topics] 熱門主題   [Top Downloads] 熱門下載   [Groups] 回首頁 
[Register] 會員註冊 /  [Login] 登入 


JForum 2.8.3 is out with various fixes and improvements. Read all about it here

How to install Jforum with Mssql RSS feed
討論區首頁 » User Forum
發表人 內容
seetharaml


註冊時間: 2012/9/18
文章: 6
離線
Hi,

I need to install jforum with mssql database, but if i try to select database type then i can't able to see the option for microsoft sql server database. So can u pls let me know steps to install jforum with mssql.


Thanks.
andowson


註冊時間: 2011/6/30
文章: 250
離線
The option of database type is "SQL Server" for Microsoft SQL Server. If you can't see this in install.page, check the install.htm file.
<jforum_installed_path>/templates/default/install.htm:

<tr>
<td class="row1" align="right" valign="top"><span class="gen"><b>${I18n.getMessage("Install.dbType")}: </b></span></td>
<td class="row1" align="left">
<select name="database" onchange="changeDbPort(this.value);">
<option value="mysql" <#if database?default("") == "mysql">selected="selected"</#if>>MySQL</option>
<option value="postgresql" <#if database?default("") == "postgresql">selected="selected"</#if>>PostgreSQL</option>
<option value="oracle" <#if database?default("") == "oracle">selected="selected"</#if>>Oracle</option>
<option value="hsqldb" <#if database?default("") == "hsqldb">selected="selected"</#if>>HSQLDB</option>
<option value="sqlserver" <#if database?default("") == "sqlserver">selected="selected"</#if>>SQL Server</option>
</select>
<br />
<span class="gensmall">
<font color="green">${I18n.getMessage("Install.dbTip")}</font>
</span>
</td>
</tr>
seetharaml


註冊時間: 2012/9/18
文章: 6
離線
Hi andowson,

Thanks for your reply, now i can see the option for sql server(i.e i have added manually to <option value="sqlserver" <#if database?default("") == "sqlserver">selected="selected"</#if>>SQL Server</option> <jforum_installed_path>/templates/default/install.htm file), Still i cant able to install the jforum since i am getting the database configuration issue but i am sure the input which i given is correct i dont know exactly why this issue is happening?, here with attaching the screen shot, kindly help to resolve this issue.


Thanks
  • [Thumb - screen4.jpg]
 檔案名稱 screen4.jpg [Disk] 下載
 描述 沒有檔案註解存在
 檔案大小 119 Kbytes
 下載次數:  41075 次

  • [Thumb - screen2.jpg]
 檔案名稱 screen2.jpg [Disk] 下載
 描述 沒有檔案註解存在
 檔案大小 214 Kbytes
 下載次數:  39234 次

  • [Thumb - screen1.jpg]
 檔案名稱 screen1.jpg [Disk] 下載
 描述 沒有檔案註解存在
 檔案大小 230 Kbytes
 下載次數:  39925 次

andowson


註冊時間: 2011/6/30
文章: 250
離線
You are installing JForum version 2.1.9 not JForum 2.3.x.
Please download the latest version from
https://code.google.com/p/jforum2/downloads/list
The SQL Server support is already fixed there.
seetharaml


註冊時間: 2012/9/18
文章: 6
離線
Hi andowson,

Thanks for your valuable time and solution, yes now I have installed successfully(v2.3.x) as per you comments.

 
討論區首頁 » User Forum
前往:   
行動版
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer