我怎样才能确切地知道遗漏了什么,以及从哪个模块?(我想是draggableviews吧)
我如何纠正这个错误--或者它是在一个控制模块开发人员的手中,或者我可以去哪里看看如何贡献这个缺失的插件?
这是drush @badev updb的输出。
---------------- --------------------------------- --------------- -------------------------------------------------------------------------
Module Update ID Type Description
---------------- --------------------------------- --------------- -------------------------------------------------------------------------
draggableviews 8104 hook_update_n Implements hook_update().
comment enable_comment_admin_view post-update Enable the comment admin view.
dblog convert_recent_messages_to_view post-update Replace 'Recent log messages' with a view.
field remove_handler_submit_setting post-update Remove the stale 'handler_submit' setting for entity_reference fields.
node configure_status_field_widget post-update Load all form displays for nodes, add status with these settings, save.
system classy_message_library post-update Clear caches to ensure Classy's message library is always added.
system field_type_plugins post-update Force field type plugin definitions to be cleared. @see
https:www.drupal.orgnode2403703
views revision_metadata_fields post-update Fix table names for revision metadata fields.
---------------- --------------------------------- --------------- -------------------------------------------------------------------------
Do you wish to run the specified pending updates? (yes/no) [yes]:
> yes
[notice] Executing draggableviews_update_8104
[error] The "list" plugin does not exist.
[ok] Performing draggableviews_update_8104
Array Array
[success] Cache rebuild complete.
[success] Finished performing updates.
Connection to drupal8vm.dev closed.发布于 2018-01-02 15:34:53
这事现在解决了。我认为PHP/ Drush / Drupal 8.4.3版本之间存在不匹配。
这让我感到困惑,所以我在下面的表格中列出了现在为我工作的内容。我使用它作为检查表,以确保一个dev Drupal 8.3.7和dev Drupal 8.4.3并行运行。
尽管文档上说Drush 8.1.15不适合Drupal8.4.3,但有一些Drush 9.0.0-rc1命令不像预期的那样工作--比如将SQL文件转储到drush sqlc --但这是可行的。
每一个现有和未来的Drupal中的比特和碎片
iMac MacBook
PHP VM 7.1.12 7.1.12
PHP Host 7.1.12 7.1.12
Drush VM 8.1.16-dev ~9.0
Drush Host 8.1.15 ~9.0
Drupal Core 8.3.7 8.4.3
MySQL 5.7.20 5.7.20 (Required MySQL 5.5.3/MariaDB 5.5.20)https://drupal.stackexchange.com/questions/251371
复制相似问题