2011年3月1日 星期二

用synology cs407e建置Joomla1.6過程

今天心血來潮用synology cs407e架個joomla1.6,花了一點時間,終於架好了,把一些過程寫出來,以免以後忘了:
一、系統先啟用mysql及web的php功能(記得將php的zlib啟用,這些都可在網頁設定中做完),再將phpmyadmin模組自synology官網下載,一樣在網頁中安裝即可。
二、登入phpmyadmin(預設帳號root及密碼空白),新增一個Joomla的資料庫。
三、將官網的Joomla安裝檔下載,解壓縮後放在web資料夾下,就登入http://ip/Joomla即可開始安裝過程(略)
四、中文語系下載後在套件安裝會遇到下面問題:

have an error when i try to put an extension :

* JFolder::create: Path not in open_basedir paths
* Unable to create destination
解決方法如下:
Find this file in your joomla installation: /Joomla_root/libraries/joomla/filesystem/folder.php

Find the following line:

Code: Select all
$obd = ini_get('open_basedir');
And comment it out like this:

Code: Select all
//$obd = ini_get('open_basedir');

這樣就搞定了。

沒有留言:

張貼留言