Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tour-3468225

Command icon Show commands

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

rkoller created an issue. See original summary.

smustgrave made their first commit to this issue’s fork.

smustgrave’s picture

Status: Active » Needs review

So this is the consequence of merging in tours that started almost 15 years ago :(

rkoller’s picture

uhhh 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/dblog and invoking the tour there? ( i think i remember having an error there as well)

smustgrave’s picture

Believe 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

rkoller’s picture

yep 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!

  • smustgrave committed 42cdc99e on 2.0.x
    Issue #3468225 by rkoller: naming mismatch in tour.tour.dblog.yaml
    
smustgrave’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.