I tried to update to the dev version for 8.x today and got the following:
The website encountered an unexpected error. Please try again later.
Drupal\Core\Extension\InfoParserException: Missing required keys (core) in modules/contrib/taxonomy_term_depth/taxonomy_term_depth.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 29 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Drupal\Core\Extension\InfoParser->parse('modules/contrib/taxonomy_term_depth/taxonomy_term_depth.info.yml') (Line: 997)
_system_rebuild_module_data() (Line: 1074)
system_rebuild_module_data() (Line: 132)
Drupal\update\UpdateManager->getProjects() (Line: 111)
Drupal\update\UpdateManager->refreshUpdateData() (Line: 61)
Drupal\update\Controller\UpdateController->updateStatusManually()
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 574)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
call_user_func_array(Object, Array) (Line: 144)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 652)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Suggestions?
Comments
Comment #2
cadila commentedHello. Missing of
core: 8.x
must be breaking parser.
Latest version pushed with fix. will be available in few min.
Comment #3
Christopher Riley commentedThank you that took care of it.
Comment #4
cadila commented