首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“列表”插件在从Drupal 8.3.x升级到8.4.2之后不存在

“列表”插件在从Drupal 8.3.x升级到8.4.2之后不存在
EN

Drupal用户
提问于 2017-12-01 20:59:27
回答 1查看 192关注 0票数 0

我怎样才能确切地知道遗漏了什么,以及从哪个模块?(我想是draggableviews吧)

我如何纠正这个错误--或者它是在一个控制模块开发人员的手中,或者我可以去哪里看看如何贡献这个缺失的插件?

这是drush @badev updb的输出。

代码语言:javascript
复制
 ---------------- --------------------------------- --------------- ------------------------------------------------------------------------- 
  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.
EN

回答 1

Drupal用户

发布于 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中的比特和碎片

代码语言:javascript
复制
               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)
票数 0
EN
页面原文内容由Drupal提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://drupal.stackexchange.com/questions/251371

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档