您在這裡

安裝drupal-6.0-beta4出現問題

jaga1117's 的頭像
jaga1117 在 2007-12-18 (二) 22:15 發表

我是新手,安裝drupal-6.0-beta4之前,已下載安裝xampp-win32-1.6.4
(套裝全包-Apach、MySQL、PHP、phpMyAdmin)且均已啟動。
我按先前爬文的步驟:(某一位前輩的文章之指示)
(1)下載後執行xampplite\xampp-control.exe 按apache及mysql後的start 啟動apache及mysql。
(2)在瀏覽器網址列打127.0.0.1/phpmyadmin/ 進入phpmyadmin變更密碼
變更完後 修改xampplite\phpmyadmin\config.inc.php
$cfg['Servers'][$i]['auth_type']改為http
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '剛剛改的密碼';
(3)用上面的帳號密碼進入進入phpmyadmin後新增一個資料庫
將drupal解壓到xampplite\htdocs下
(4)編輯xampplite\htdocs\drupal\sites\default\settings.php
$db_url = 'mysql://root:mysql密碼@localhost/新增的drupal資料庫名稱';
(5)執行127.0.0.1/drupal/install.php
~~~~~~~~~~~~~~
結果出現以下訊息(如附檔):「Requirements problem
The following error must be resolved before you can continue the installation process:
The directory files does not exist. To proceed with the installation, please ensure that the files directory exists and is writable by the installer. If you are unsure how to create this directory and modify its permissions, please consult the on-line handbook or INSTALL.txt.
Please check the error messages and try again.

我到底是那裡錯了~~~
請問各位先進是否救救我,安裝方法、步驟~~感激不盡。

附加檔案大小
Image icon drupal之bug.JPG53.66 KB

看錯誤訊息 應該是缺少某些目錄檔案 要不要重新下載drupal再重新解壓試試看
因為沒試過6.0 beta4 所以幫不上忙 sorry!

嗯... 印象中... 好像Drupal 4.7 還是 5.0之後...
就已經不需要手動修改settings.php內容...
也不需要去特別執行/drupal/install.php...

安裝前唯一要作的... 就開把settings.php的讀寫權的打開... (666)
之後連到到網站根目錄(這裡猜測應該是 http://127.0.0.1/drupal/ ),就會自動出現安裝選單,讓你輸入要連結的資料庫。
以及連結用的帳號密碼,這樣子等一會兒應該可以安裝成功。
(依 xampp 1.6.4 的預設... php有32mb的使用空間,裝中文化版的Drupal都沒問題)

先試試看唄~~
或是先找找的網路上相關的影片操作教學。(我忘了之前在哪看到的)
人家都已經把安裝方式簡化了,辜負他們的美意... 也是一種浪費嘛~~

我只是一個撰碼員,靠寫程式過活。
自從 Drupal 在 4.7 版的時候知道他的存在,但是後來跳去其它程式語言很久沒回來。
變成 D5 比較熟,D6 知道一點,D7 還在學的狀況…