+1 also have found that only limited number of words are spell checked for example nd does not suggest anything, I would and to be an suggestion.
gargsuchi β credited obsidian_ β .
fubarhouse β credited obsidian_ β .
obsidian_ β made their first commit to this issueβs fork.
Looks good to me tested 3410326.patch on drupal 11/ and login_emailusername:3.0.0-rc1
I had the same issue that might be relevant and came across this issue. Adding an comment incase anybody has the same problem :)
I had a site with a lot of subdirectories and files (> 10GB)
The maximum records limit was set too low
I think the limit was exhausted on the root directory so it appeared as though the subdirectories were not being evaluated
Increasing the limit fixed my problem
To add to my comment further testing is showing it only creates a loop if the 404 redirect submodule is enabled
If I uninstall the module the redirects work again and enabling it again breaks them
Have reproduced the issue:
Drupal 10.3.10
PHP 8.1.31
Redirects 1.10.0
Unfortunately the patch from #2 does not seemed to have solved the issue I can continue to create redirect loops
Seeing the same issue #20 has fixed the issue
gargsuchi β credited obsidian_ β .
obsidian_ β created an issue.
gargsuchi β credited obsidian_ β .
Thanks Gaurav and Praveen thanks for taking a look.
Apologies I managed to overlook some patches in my composer that were causing the issue will close the issue now
Full message
Drupal\Core\Render\Element::children(Array, 1) (Line: 451)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 50)
__TwigTemplate_3ca3502204c1f60c643bf5ae6c860304->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array) (Line: 38)
Twig\TemplateWrapper->render(Array) (Line: 39)
twig_render_template('core/themes/claro/templates/form/textarea.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('textarea', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
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: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->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: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Title
obsidian_ β created an issue.
gargsuchi β credited obsidian_ β .
obsidian_ β changed the visibility of the branch 3432868-remove-deprecated-code to hidden.
obsidian_ β made their first commit to this issueβs fork.
Removed deprecated code as recommended in issue description.
obsidian_ β made their first commit to this issueβs fork.
gargsuchi β credited obsidianicon β .
gargsuchi β credited obsidianicon β .
obsidianicon β created an issue.