Drupal 5.15 安裝筆記:
The Drupal installer requires write permissions to ./sites/default/settings.php during the installation process.
將settings.php的file attribute改成777
......
......
All necessary changes to ./sites/default/settings.php have been made, so you should now remove write permissions to this file. Failure to remove write permissions to this file is a security risk.
將settings.php的file attribute改成644
進入網站,建立第一個帳號即為管理者
進入Administer畫面
One or more problems were detected with your Drupal installation. Check the status report for more information.
run cron manually
主目錄下建立/files資料夾,再建立/tmp子資料夾,都改成777
安裝模組,用ftp下載到/module/下
-
In order for the jQuery Update module to work correctly, please copy the file at modules/jquery_update/misc/jquery.js and use it to replace misc/jquery.js.
-
- Unable to create or write to the save directory 'files/backup_migrate/manual'. Please check the file permissions on your files directory.所以必須建立這個資料夾並修改權限
- Security warning: Couldn't modify .htaccess file. Please create a .htaccess file in your files/backup_migrate directory which contains the following lines:
order allow,deny
deny from all
or add them to the existing .htaccess file這個訊息可以不用管它,還是可以備份跟還原。- Oxyhost可以還原,但是不能備份...
- Taxonomy dhtml
可供參考的網站:
-------


0 comments:
Post a Comment