Archive for the ‘Joomla’ Category

Joomla 1.5 RC1

Friday, August 31st, 2007

Joomla! 1.5 RC1 已經出一陣子了,但是這禮拜因為工作上 (UCSD $50K) 需要,裝了來用用看。一瞬間就感覺到的是:少了好多好多 bug 耶!

我用過 pre-alpha 版、alpha 版、SVN 版的 1.5,印象就是一堆 bug,然後動不動就出問題。1.5 RC1 真的幾乎是 feature complete,也幾乎沒有為啥這樣子不行的狀況發生。雖然這麼說,我用的 theme 跟 SEF 還是起了衝突,讓我浪費了好幾個小時 trace code,最後還是放棄 \囧/。而且現有的theme/component/plugin 大部分也都是給 1.0.x 用的,所以用起來就沒那麼完全開心。

雖然還是抱怨了一下,總之我想說的是, Joomla! 1.5 RC1 真的很不錯用,沒用過又剛好需要個 CMS 的阿宅人可以給它一試。

Joomla 1.1.0 alpha 2 to 1.5.0 beta

Saturday, December 30th, 2006

The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the sql dump of the `jos_content` section.

Replace ); with ,''); and save the file in UTF-8 if it contains special characters. Then simply import the file into phpmyadmin and then all the previous articles are imported.

You might have different Section/Category ID in the new Site, to update the database to reflect change:
UPDATE jos_content
SET `sectionid`=NEWID
WHERE `sectionid`=OLDID

replace `sectionid` with `catid` for categories.

雖然說昨天就把 http://lmj.tw/ 弄好了,但是忘記把 Apache 密碼拿掉,大概會被認為又沒有弄好吧.. XD 不過現在還長的真醜,晚點來把網頁美化。

All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh