突然之间,不知为何Drupal不可以更新语言包了
- 尝试了 chmod 777 tmp -R
- 尝试了 chmod 777 files -R
- 尝试了在 all 下面建立 translations 目录并 chmod 777 translations -R
- 尝试了 chown -R apache:apache translations/
- drush pm-disable -y l10n_update (OK)
- drush pm-uninstall -y l10n_update (failed with "module not installed")
- mysql -uroot -p
- # use ***;
- #delete from system where name = 'l10n_update';
- #drop table l10n_update_project;
- #drop table l10n_update_file;
- #drop table cache_l10n_update;
- #exit;
- drush pm-enable -y l10n_update
板块
Drupal 版本