https://drupal.org/node/2090511
看紀錄是噴
Error: Class 'RulesEventHandlerEntityBundle' not found in
/sites/all/modules/rules/modules/node.rules.inc, line 147
更新後即使資料庫也更新了
網站一樣掛點(500)
解決方法在要patch #47的檔案
https://drupal.org/node/2090511#comment-7874713
drush作法如#51
https://drupal.org/node/2090511#comment-7874859
已經安裝2.4時的方法(3段指令)
wget -q https://drupal.org/files/d7_rules_registry.patch
patch -p1 < d7_rules_registry.patch
drush updatedb
網站就恢復了