2015年8月25日 星期二

20150825 Drupal 模組開發與偵錯

模組開發偵錯:


PHP 錯誤訊息 寫在   /var/log/message
callback 錯誤

Drupal 邏輯錯誤   寫在Dashboard >  報告  >  Recent log messages
(Watchdog  table)


模組相容性錯誤


JS   AJAX
確認 JQuery
(獨立執行 被呼叫的PHP程式)


CSS



PHP偵錯
phpfilter
print_r  (Array only)
var_dump  可以印出任何元素 印在螢幕上
var_export 印在檔案




建議安裝模組:
Translation template extractor   (翻譯 模組內語系檔)
JQuery Update
Backup and Migrate
Localization update (自動更新語系)
IMC (檔案管理)

Code review
Advanced help  (可在前台直接瀏覽 模組 README)


Entity Registration
1. 報名限制  (人數   日期)
2. 檢查衝突



Drush 可用command line mode execute script

沒有留言:

張貼留言