Closed (fixed)
Project:
Tour
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2024 at 00:45 UTC
Updated:
30 Aug 2024 at 14:09 UTC
Jump to comment: Most recent
in tour.tour.dblog.yaml line 11 you have dblog_intro while in line 12 dblog_about that leads to the following when you try to edit the tip
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\PluginNotFoundException: Plugin ID 'dblog_about' was not found. in Drupal\Core\Plugin\DefaultLazyPluginCollection->initializePlugin() (line 79 of core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php).
Drupal\Component\Plugin\LazyPluginCollection->get() (Line: 121)
Drupal\tour\Entity\Tour->getTip() (Line: 92)
Drupal\tour\Controller\TourTipController->edit()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 593)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 709)
Drupal\Core\DrupalKernel->handle() (Line: 19)Could have added a MR but was unsure to which of the name suffixes should be stuck to,. about or intro? in other yamls also overview is used for example.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
smustgrave commentedSo this is the consequence of merging in tours that started almost 15 years ago :(
Comment #5
rkolleruhhh yikes 15 year old tours :/ i'Ve checked out the feature branch and had to un- and reinstall the module. now i am able to edit the tip in question again. and are the changes to the files aside tour.tour.dblog.yaml for potential issues accessing
admin/reports/dblogand invoking the tour there? ( i think i remember having an error there as well)Comment #6
smustgrave commentedBelieve that’s the page it should appear on.
And I know so many tours were just stuck so keys and configuration I think never got standardized
Comment #7
rkolleryep i was just surprised to see more changes in the MR. i thought it would be enough to just to adjust the ID.
and uhhhh then it is time that those finally get unified. thank you!
Comment #9
smustgrave commented