Closed (fixed)
Project:
Markdownify Content
Version:
1.1.3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2025 at 10:18 UTC
Updated:
11 Feb 2026 at 23:54 UTC
Jump to comment: Most recent
I get this warning with drupal 11.2.10
User notice: Drupal\Core\Render\Renderer::render with $is_root_call is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\Renderer::renderRoot() instead. See https://www.drupal.org/node/3497318. in Drupal\Core\Render\Renderer->render() (line 223 of /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php)
#0 /var/www/html/web/core/includes/bootstrap.inc(104): _drupal_error_handler_real(1024, 'Drupal\\Core\\Ren...', '/var/www/html/w...', 223)
#1 [internal function]: _drupal_error_handler(1024, 'Drupal\\Core\\Ren...', '/var/www/html/w...', 223)
#2 /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php(223): trigger_error('Drupal\\Core\\Ren...')
#3 /var/www/html/web/modules/contrib/markdownify/src/Service/MarkdownifyEntityRenderer.php(130): Drupal\Core\Render\Renderer->render(Array, true)
#4 /var/www/html/web/modules/contrib/markdownify/src/Service/MarkdownifyEntityRenderer.php(83): Drupal\markdownify\Service\MarkdownifyEntityRenderer->renderEntity(Object(Drupal\commerce_product\Entity\Product), 'full', NULL, Object(Drupal\Core\Render\BubbleableMetadata))
#5 /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php(627): Drupal\markdownify\Service\MarkdownifyEntityRenderer->{closure:Drupal\markdownify\Service\MarkdownifyEntityRenderer::toHtml():82}()
#6 /var/www/html/web/modules/contrib/markdownify/src/Service/MarkdownifyEntityRenderer.php(82): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#7 /var/www/html/web/modules/contrib/markdownify/src/Service/MarkdownifyEntityConverter.php(57): Drupal\markdownify\Service\MarkdownifyEntityRenderer->toHtml(Object(Drupal\commerce_product\Entity\Product), 'full', NULL, Object(Drupal\Core\Render\BubbleableMetadata))
#8 /var/www/html/web/modules/contrib/markdownify/src/Controller/MarkdownifyController.php(69): Drupal\markdownify\Service\MarkdownifyEntityConverter->convertEntityToMarkdown(Object(Drupal\commerce_product\Entity\Product), 'full', NULL, Object(Drupal\Core\Render\BubbleableMetadata))
#9 [internal function]: Drupal\markdownify\Controller\MarkdownifyController->render(Object(Drupal\Core\Routing\RouteMatch), 'full', NULL)
#10 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#11 /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php(627): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->{closure:Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext():121}()
#12 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(121): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#13 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#14 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(183): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->{closure:Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber::onController():96}()
#15 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#16 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/Session.php(53): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
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 #8
christophweber commentedAnd merged, thanks again!