I am having trouble after updating to Drupal 10
When running the update script I get:
views module
Update timestamp_formatter
Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "calendar" plugin does not exist. Valid plugin IDs for Drupal\views\Plugin\ViewsPluginManager are: calendar_week, calendar_month, fullcalendar_view_display, unformatted_summary, default_summary, grid_responsive, opml, grid, default, table, rss, html_list, entity_reference, blazy in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of /home/lhvxidmy/public_html/rise/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
I have tried removing and reinstalling the Calendar and Calendar_View Modules
I have tried uninstalling both as they are not used.
The Calendar View module will uninstall but the Calendar module will not with the following error:
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "calendar" plugin does not exist. Valid plugin IDs for Drupal\views\Plugin\ViewsPluginManager are: calendar_week, calendar_month, fullcalendar_view_display, unformatted_summary, default_summary, grid_responsive, opml, grid, default, table, rss, html_list, entity_reference, blazy in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('calendar') (Line: 16)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('calendar', Array) (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance('calendar') (Line: 821)
Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('style') (Line: 897)
Drupal\views\ViewExecutable->initStyle() (Line: 877)
Drupal\views\ViewExecutable->getStyle() (Line: 476)
Drupal\views\Plugin\views\field\FieldPluginBase->defineOptions() (Line: 372)
Drupal\views\Plugin\views\field\EntityField->defineOptions() (Line: 143)
Drupal\views\Plugin\views\PluginBase->init(Object, Object, Array) (Line: 109)
Drupal\views\Plugin\views\HandlerBase->init(Object, Object, Array) (Line: 136)
Drupal\views\Plugin\views\field\FieldPluginBase->init(Object, Object, Array) (Line: 199)
Drupal\views\Plugin\views\field\EntityField->init(Object, Object, Array) (Line: 899)
Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('field') (Line: 510)
Drupal\views\Entity\View->onDependencyRemoval(Array) (Line: 479)
Drupal\Core\Config\ConfigManager->callOnDependencyRemoval(Object, Array, 'module', Array) (Line: 342)
Drupal\Core\Config\ConfigManager->getConfigEntitiesToChangeOnDependencyRemoval('module', Array) (Line: 43)
Drupal\system\Form\ModulesUninstallConfirmForm->addDependencyListsToForm(Array, 'module', Array, Object, Object) (Line: 160)
Drupal\system\Form\ModulesUninstallConfirmForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 536)
Drupal\Core\Form\FormBuilder->retrieveForm('system_modules_uninstall_confirm_form', Object) (Line: 283)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 627)
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}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
The site seems to work fine however I can not remove these errors.
I applied this patch with no effect on the errors.
I may be in the wrong place altogether. Any advice would be much appreciated.
Thank you!
I am using a custom theme using the Stable9 starterkit, it is a Tailwindcss base theme.
I would be happy to do some testing with Olivero and Claro tomorrow. I will also look through your errors to see if I can discern anything.
I do see that you are having an issue with loading loadjs.min.js (as a side note upgrading to Drupal 10 caused an issue with IMCE module and it's js which is still unresolved for me. It is only happening when using aggrigation. If I turn off aggrigation everything works fine. This something that needs resolved.) Perhaps you are experiancing a similar issue.
I knew that and that is why I tagged it in the original post.
The real issue is that it needs to be rolled into the module.
With it not in the module it keeps one from upgrading from Drupal ^9.5 to Drupal 10.
If you remove the module in order to upgrade to Drupal 10 and then add it back manually and apply the patch it will function. However when you use composer to update other modules it fails due to the conflict with this module requiring Drupal 9.
In order to circumvent this issue. This module had to be moved with the patch to a custom module vs. a contrib module so that it is left out of the composer update. When the patch has been rolled into the module and is then compatible it will be able to be moved back into contrib.
This also requires re-enabling the block where ever it was used. A fair bit of work. (Worth it due to it's usefulness)
As stated previously, it would be much appreciated if the patch were rolled into the module.
Thank you again for all that you do.
With the patch installed, using Drupal 10.1.6 and all drupal caches cleared and all browser caches cleared. I have no errors in the Chrome console.
Thank you for your work.
This patch is exactly what is needed. Thank you.
It does need to be rolled into a new version so that that an update can be preformed prior to a Drupal 10 upgrade from Drupal ^9.5 as the upgrade fails due to incompatibility. This will help anyone else in need.
jon.lund β created an issue.
I can confirm that I am experiancing the same issue. When js aggrigation is turned on imce browser does not render. This only happens with Gin as the Admin Theme, it does not happen in either Claro or Olivero.
Drupal 10.1.6 Gin 8.x-3.0-rc7 IMCE 3.0.9