Drupal 7 正式發佈!

經過約三年的開發,比已往更好,更易使用的 Drupal 7 終於面世。快了解全新的改變吧:

http://drupal.org/drupal-7.0/zh-hant

Drupal 7 Release Press:
http://drupal.org/node/1019810

Kay.L's 的頭像

Re: Drupal 7 正式發佈!

(我們的翻譯,待官方更新中。)

提供一些還存在的翻譯:

Drupal 7 影片字幕翻譯
http://bit.ly/d7v-zhant

Drupal 7 Release Press (未完成譯本)
http://bit.ly/d7rp-zhant

(感謝:Kay.L, Jeff, Looffy, amouro, tokimeki, 大魔王 參與翻譯工作。)
(由於時間緊迫,沒能盡善盡美,如翻譯有錯,請糾正,謝。)

---
notaBlueScreen

---
notaBlueScreen

agrozyme's 的頭像

Re: Drupal 7 正式發佈!

對了,這個字幕有辦法匯出成 .srt 或是 .ssa 這種帶有時間軸的字幕檔案嗎?

agrozyme's 的頭像

Re: Drupal 7 正式發佈!

自問自答,我已經從網路上把字幕檔弄下來了~
在附件裡面的就是...

Kay.L's 的頭像

Re: Drupal 7 正式發佈!

joey91133's 的頭像

Re: Drupal 7 正式發佈!

太好了!!!
趕緊來嘗試看看!!!

Drupal Taiwan!
3917-joey91133

Drupal Taiwan!
3917-joey91133

joey91133's 的頭像

Re: Drupal 7 正式發佈!

我閒閒沒事弄了個Drupal7的測試網站
歡迎有興趣的人上去玩玩
因為這只是隨便弄弄的
所以裡面有網站的帳號密碼
請自行取用
我也順便把繁體中文給放上去了
也歡迎大家看看翻譯的進度是多麼得快啊..........
免費的虛擬主機會慢一點
請多見諒
另外
想測試什麼模組
或做些什麼測試
皆可自行使用!!!!
網址為:
http://drupal7.hds.twgg.org

Drupal Taiwan!
3917-joey91133

Drupal Taiwan!
3917-joey91133

tky's 的頭像

Re: Drupal 7 正式發佈!

中文版的網址連結是錯的,應該是:
http://drupal.org/drupal-7.0/zh-hant
tky

tky

charlesc's 的頭像

Re: Drupal 7 正式發佈!

iThome - Drupal 7正式釋出 大幅增加資料庫支援
http://www.ithome.com.tw/itadm/article.php?c=65376

ReadWriteWeb - Drupal 7 Released, With Improved UI and Semantic Technology
http://www.readwriteweb.com/archives/drupal_7_released_with_improved_ui_...

Dries Buytaert - Drupal 7.0 released
http://buytaert.net/drupal-7.0-released

Yuer's 的頭像

Re: Drupal 7 正式發佈!

Drupal 現在在台灣不知過得如何了...還是大家人手無名噗浪Facebook...
總覺得微網誌的文字不會被記住...人們的記憶越來越少了...

tungwj's 的頭像

Re: Drupal 7 正式發佈!

安裝到 Set up database
會有下面的訊息
X In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the installation handbook. If you are unsure what any of this means you should probably contact your hosting provider.
The database version 3.3.7undefined is less than the minimum required version 3.3.7.

SQL版本判斷有問題嗎??

Kay.L's 的頭像

Re: Drupal 7 正式發佈!

可能是沒有打開 PDO
---
notaBlueScreen

---
notaBlueScreen

qw77103's 的頭像

Re: Drupal 7 正式發佈!

我家也有出現問題...請問一下打開PDO是指???

kurotanshi's 的頭像

Re: Drupal 7 正式發佈!

PDO = PHP Data Object

如果你的 PHP 版本夠高,

那麼修改你的 php.ini , 將 pdo 的 extension 打開,

然後重啟你的 web service 即可.

qw77103's 的頭像

Re: Drupal 7 正式發佈!

這幾個 都打開?

extension=php_pdo.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_oci8.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll

kurotanshi's 的頭像

Re: Drupal 7 正式發佈!

選會用到的開就好

然後重啟 web service 後, 開 phpinfo() 檢查一下就可以了

應該會看到類似這樣的東西:

qw77103's 的頭像

Re: Drupal 7 正式發佈!

嗯嗯 非常感謝XD

ajay's 的頭像

安裝好了 謝謝!

安裝好了 謝謝!

fa's 的頭像

Re: Drupal 7 正式發佈!

謝謝喔
我也是在Windows 遇到這問題
現在正在 跑 安裝設定檔 應該沒問題了

***-------------------------***
我是發仔 168@21m.tw
Drupal 學習中
http://free.21m.tw/
***-------------------------***

motok's 的頭像

Re: Drupal 7 正式發佈!

如果租用的虛擬主機商沒有開放PDO這個功能
是不是就沒辦法安裝D7?

kurotanshi's 的頭像

Re: Drupal 7 正式發佈!

很遺憾,沒錯 orz

剛剛把 pdo 關掉後試了一下, Standard 跟 Minimal 都不給裝,

可以看一下官網的系統需求

Drupal 7 will only support MySQL 5.0.15 or higher, and requires the PDO database extension for PHP

但是 D6 沒有 pdo 是 ok 的...

aoifh's 的頭像

Re: Drupal 7 正式發佈!

哈囉,我第一次使用Drupal 完全是個新手

我到第一個畫面就出現這個訊息
這是什麼意思呢?

woodwood's 的頭像

Re: Drupal 7 正式發佈!

請問 Drupal 官網是用甚麼字體 ? 濛濛的很難看...眼花 >_<'''