Account created on 24 January 2023, over 2 years ago
#

Recent comments

+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.

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

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_ β†’ changed the visibility of the branch 3432868-remove-deprecated-code to hidden.

Removed deprecated code as recommended in issue description.

Production build 0.71.5 2024