目前我正在研究 Drupal-8.6.17 和 Lightning 3.2.9
我正在尝试将我的闪电版本 3.2.9 更新到 3.3.0(Core 8.6.17 到 8.7)
taxonomy_term_field_data
表status
值已经是 1
运行时显示错误drush updb
错误:在 /var/www/mysite/docroot/core/modules/taxonomy/taxonomy.post_update.php 中的 null 上调用成员函数 setRevisionable()
重现错误步骤:
composer require acquia/lightning:~3.3.0 --no-update
composer update
drush updb
请给我建议!