🇨🇦Canada @OMD

Account created on 22 December 2008, over 15 years ago
#

Recent comments

🇨🇦Canada OMD

I does not seem to be an issue any longer.

🇨🇦Canada OMD

Having the same issue. Checking the box for "Expand all menu links" in Menu levels settings section of the Configure Block for my superfish menu, has no effect upon save. Opening the Config back up again show the box as unchecked again. Not possible to save the block with this box checked it seems.

🇨🇦Canada OMD

Not sure if this is the right place to put this comment or not, but I had the same error in D10, after deleting a no longer used content type, and then many weeks later trying to adjust permissions, permission would not save, got WSOD, and the message in the log about non-existent permissions. I was able to easily replace the deleted content type, which completely fixed the error and i was able to save the permissions matrix finally. I had a few of these that had to be fixed in config when upgrading to Drupal 9 but this is the first time it has happened in Drupal 10 just for deleting a content type.

🇨🇦Canada OMD

Sorry, please disregard #64. I had added a date at the top of the feed using a views template.

🇨🇦Canada OMD

Also noticing the pubDate for the feed, that used to be at the top of the feed, is no longer included. Is this by design?

🇨🇦Canada OMD

Ok, so steps to reproduce are much the same as before. I have a feed with an RSS description that contains an ampersand "Training & Events" - this is the field in the Feed:Style options setting section in views.

Checking the feed output against https://validator.w3.org it finds the line and highlights it as an undefined entity: "description should not contain HTML: &" and this is printed in the feed "Training & Events" in place of the ampersand.

🇨🇦Canada OMD

running 10.2.3 here and still getting this issue. Was it supposed to be fixed in 10.2.3?

🇨🇦Canada OMD

Not quickly or easily, but it is possible if you think it's absolutely necessary.

🇨🇦Canada OMD

I'm having this exact issue, but with only Asset Injector. I don't think I have incorrect ownership settings on my server as everything else works flawlessly and there are no other command line warnings except for this asset_injector css file. We don't use asset injector on our production site because of this, but it would be nice to see these warnings go away on our dev site.

🇨🇦Canada OMD

Just updated to 9.3.1 about 6 hours ago and still getting a "Warning: Undefined array key "processing" in Cleantalk..."type error. Was this version supposed to include the patch from #13?

🇨🇦Canada OMD

also getting this but for css files:

[warning] unlink(/var/www/html/drupal/web/sites/default/files/css/css_1z7ocSf16eu4BoccT48egFpGZBXEN9bc.css.gz): Permission denied FileSystem.php:124

also happening for two sites just updated to Drupal 10.

🇨🇦Canada OMD

Ah, I didn't have the "user who logged in" relationship. It works now, thank you. Might be beneficial to include this in the installation section, or add a second image of the view setup.

🇨🇦Canada OMD

OMD created an issue.

🇨🇦Canada OMD

That's not how Drupal troubleshooting works. It's handled here in the Drupal issue queue, so everyone can benefit from the problems and solutions.

🇨🇦Canada OMD

I'm also seeing the same error.

🇨🇦Canada OMD

The toolbar.theme.css from Claro is the what is currently seems to be theming the admin toolbar links, so even compensating for that in my theme CSS which I've done, also icon width for the

  • is also being adversely affected, shown in this screen snap: https://www.dropbox.com/scl/fi/3emqee11rptchqhu5yit6/Screen-Shot-2023-08...

    Shouldn't this module's own CSS be more specific so it is not so easily and adversely overridden by the admin theme's CSS or the custom theme's CSS?

    I know I can fix it in my theme's styles but wouldn't it be more efficient for the module to come with a more robust CSS to start with, so every user who uses Claro admin theme, or a light link colour in their custom theme doesn't have to write CSS to compensate?

  • 🇨🇦Canada OMD

    Just a basic link style, nothing fancy:

    a:link {
    text-decoration: none;
    color: white;
    }
    Shouldn't this module have it very own high specificity styles that are not affected by basic link styles as in above?

    🇨🇦Canada OMD

    Just a clarification:

    do we actually use the exact page docroot/ in:

    "drupal-scaffold": {
    "locations": {
    "web-root": "docroot/"
    },
    "file-mapping": {
    "[web-root]/sites/default.services.yml": false,
    "[web-root]/sites/default.settings.php": false
    }
    },

    Or is that meant to be a placeholder for the current document root of your installation, which for me is web/. I've tried both and using docroot/ creates a whole new drupal installation in a new folder called docroot, which didn't seem right but the error stopped. I also tried I using web/ which seems right but I still get the "could not delete" error messages .

    🇨🇦Canada OMD

    After investigating more, I discovered this is only happening when users are viewing older nodes that have "anonymous" as the author, presumably because the author's user account is no longer active. I can confirm that if I assign an author to the offending node, and then visit it that node, there is no further php warning messasges in the logs for this node.

    🇨🇦Canada OMD

    I'm using a stable release version as well Version: 8.x-1.1 not the alpha version

    🇨🇦Canada OMD

    in tandem with that warning I'm also getting the Undefined array key "rid" warning as well:

    Warning: Undefined array key "rid" in nodeaccess_node_access() (line 276 of /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module)

    #0 /var/www/html/drupal/web/core/includes/bootstrap.inc(347): _drupal_error_handler_real()
    #1 /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module(276): _drupal_error_handler()
    #2 [internal function]: nodeaccess_node_access()
    #3 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(426): call_user_func_array()
    #4 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(405): Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}()
    #5 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(433): Drupal\Core\Extension\ModuleHandler->invokeAllWith()
    #6 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php(97): Drupal\Core\Extension\ModuleHandler->invokeAll()
    #7 /var/www/html/drupal/web/core/modules/node/src/NodeAccessControlHandler.php(105): Drupal\Core\Entity\EntityAccessControlHandler->access()
    #8 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(710): Drupal\node\NodeAccessControlHandler->access()
    #9 /var/www/html/drupal/web/core/modules/node/src/Entity/Node.php(195): Drupal\Core\Entity\ContentEntityBase->access()
    #10 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessCheck.php(68): Drupal\node\Entity\Node->access()
    #11 [internal function]: Drupal\Core\Entity\EntityAccessCheck->access()
    #12 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(160): call_user_func_array()
    #13 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(136): Drupal\Core\Access\AccessManager->performCheck()
    #14 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(93): Drupal\Core\Access\AccessManager->check()
    #15 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(327): Drupal\Core\Access\AccessManager->checkNamedRoute()
    #16 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(358): Drupal\Core\Menu\LocalTaskManager->getTasksBuild()
    #17 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php(95): Drupal\Core\Menu\LocalTaskManager->getLocalTasks()
    #18 /var/www/html/drupal/web/core/modules/block/src/BlockViewBuilder.php(171): Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build()
    #19 [internal function]: Drupal\block\BlockViewBuilder::preRender()
    #20 /var/www/html/drupal/web/core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php(101): call_user_func_array()
    #21 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(788): Drupal\Core\Render\Renderer->doTrustedCallback()
    #22 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(374): Drupal\Core\Render\Renderer->doCallback()
    #23 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(446): Drupal\Core\Render\Renderer->doRender()
    #24 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #25 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #26 /var/www/html/drupal/web/sites/default/files/php/twig/64b918864031d_page.html.twig_tLX3lPAG5dWYGtWw8b8JXWQEv/YqFOnnW-6ePvfmiNG-F8xMd2iLQNwICeESJLeWD8ivY.php(83): Drupal\Core\Template\TwigExtension->escapeFilter()
    #27 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_3e135de154d5de9377e6dc85c6165ee7->doDisplay()
    #28 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #29 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #30 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #31 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #32 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #33 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #34 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #35 /var/www/html/drupal/web/sites/default/files/php/twig/64b918864031d_html.html.twig_6hWXcJ1V-Qz6Co4MgIuQvr8BF/r0ykf4em7G2uZDFMxiMaTUUNpDQDzO66Fg-8QqxKr3E.php(109): Drupal\Core\Template\TwigExtension->escapeFilter()
    #36 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_9820deedac8deb08ba334f2bbd93e4f8->doDisplay()
    #37 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #38 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #39 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #40 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #41 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #42 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #43 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(162): Drupal\Core\Render\Renderer->render()
    #44 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
    #45 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(163): Drupal\Core\Render\Renderer->executeInRenderContext()
    #46 /var/www/html/drupal/web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse()
    #47 [internal function]: Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray()
    #48 /var/www/html/drupal/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(142): call_user_func()
    #49 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(174): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
    #50 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
    #51 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle()
    #52 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle()
    #53 /var/www/html/drupal/web/modules/contrib/cleantalk/src/EventSubscriber/BootSubscriber.php(187): Drupal\Core\StackMiddleware\KernelPreHandle->handle()
    #54 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\cleantalk\EventSubscriber\BootSubscriber->handle()
    #55 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()
    #56 /var/www/html/drupal/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()
    #57 /var/www/html/drupal/web/core/lib/Drupal/Core/DrupalKernel.php(718): Stack\StackedHttpKernel->handle()
    #58 /var/www/html/drupal/web/index.php(19): Drupal\Core\DrupalKernel->handle()
    #59 {main}

    🇨🇦Canada OMD

    I'm getting a similar warning triggered by line 276 as well. Not sure if it's related but there's the warning info from drupal log. Oddly this is being triggered on a node that is not access controlled.

    Warning: Trying to access array offset on value of type null in nodeaccess_node_access() (line 276 of /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module)

    #0 /var/www/html/drupal/web/core/includes/bootstrap.inc(347): _drupal_error_handler_real()
    #1 /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module(276): _drupal_error_handler()
    #2 [internal function]: nodeaccess_node_access()
    #3 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(426): call_user_func_array()
    #4 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(405): Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}()
    #5 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(433): Drupal\Core\Extension\ModuleHandler->invokeAllWith()
    #6 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php(97): Drupal\Core\Extension\ModuleHandler->invokeAll()
    #7 /var/www/html/drupal/web/core/modules/node/src/NodeAccessControlHandler.php(105): Drupal\Core\Entity\EntityAccessControlHandler->access()
    #8 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(710): Drupal\node\NodeAccessControlHandler->access()
    #9 /var/www/html/drupal/web/core/modules/node/src/Entity/Node.php(195): Drupal\Core\Entity\ContentEntityBase->access()
    #10 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessCheck.php(68): Drupal\node\Entity\Node->access()
    #11 [internal function]: Drupal\Core\Entity\EntityAccessCheck->access()
    #12 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(160): call_user_func_array()
    #13 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(136): Drupal\Core\Access\AccessManager->performCheck()
    #14 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(93): Drupal\Core\Access\AccessManager->check()
    #15 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(327): Drupal\Core\Access\AccessManager->checkNamedRoute()
    #16 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(358): Drupal\Core\Menu\LocalTaskManager->getTasksBuild()
    #17 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php(95): Drupal\Core\Menu\LocalTaskManager->getLocalTasks()
    #18 /var/www/html/drupal/web/core/modules/block/src/BlockViewBuilder.php(171): Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build()
    #19 [internal function]: Drupal\block\BlockViewBuilder::preRender()
    #20 /var/www/html/drupal/web/core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php(101): call_user_func_array()
    #21 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(788): Drupal\Core\Render\Renderer->doTrustedCallback()
    #22 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(374): Drupal\Core\Render\Renderer->doCallback()
    #23 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(446): Drupal\Core\Render\Renderer->doRender()
    #24 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #25 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #26 /var/www/html/drupal/web/sites/default/files/php/twig/64b9161e11d89_page.html.twig_tLX3lPAG5dWYGtWw8b8JXWQEv/NR-hfDevAXcDXWQrSd7CyLJrHa5D1MLr60D2NyDWrbI.php(83): Drupal\Core\Template\TwigExtension->escapeFilter()
    #27 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_3e135de154d5de9377e6dc85c6165ee7->doDisplay()
    #28 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #29 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #30 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #31 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #32 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #33 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #34 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #35 /var/www/html/drupal/web/sites/default/files/php/twig/64b9161e11d89_html.html.twig_6hWXcJ1V-Qz6Co4MgIuQvr8BF/dyAQBUrxCqdR4phYiFisBpfpGLQV7oCFByX8RVFSo-M.php(109): Drupal\Core\Template\TwigExtension->escapeFilter()
    #36 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_9820deedac8deb08ba334f2bbd93e4f8->doDisplay()
    #37 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #38 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #39 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #40 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #41 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #42 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #43 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(162): Drupal\Core\Render\Renderer->render()
    #44 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
    #45 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(163): Drupal\Core\Render\Renderer->executeInRenderContext()
    #46 /var/www/html/drupal/web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse()
    #47 [internal function]: Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray()
    #48 /var/www/html/drupal/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(142): call_user_func()
    #49 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(174): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
    #50 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
    #51 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle()
    #52 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle()
    #53 /var/www/html/drupal/web/modules/contrib/cleantalk/src/EventSubscriber/BootSubscriber.php(187): Drupal\Core\StackMiddleware\KernelPreHandle->handle()
    #54 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\cleantalk\EventSubscriber\BootSubscriber->handle()
    #55 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()
    #56 /var/www/html/drupal/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()
    #57 /var/www/html/drupal/web/core/lib/Drupal/Core/DrupalKernel.php(718): Stack\StackedHttpKernel->handle()
    #58 /var/www/html/drupal/web/index.php(19): Drupal\Core\DrupalKernel->handle()
    #59 {main}

    🇨🇦Canada OMD

    I'm getting the same error for content that is not protected by node access:

    Node Access Version: 8.x-1.1
    Drupal Version 9.5.9

    Warning: Undefined array key "rid" in nodeaccess_node_access() (line 276 of /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module)

    #0 /var/www/html/drupal/web/core/includes/bootstrap.inc(347): _drupal_error_handler_real()
    #1 /var/www/html/drupal/web/modules/contrib/nodeaccess/nodeaccess.module(276): _drupal_error_handler()
    #2 [internal function]: nodeaccess_node_access()
    #3 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(426): call_user_func_array()
    #4 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(405): Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}()
    #5 /var/www/html/drupal/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(433): Drupal\Core\Extension\ModuleHandler->invokeAllWith()
    #6 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php(97): Drupal\Core\Extension\ModuleHandler->invokeAll()
    #7 /var/www/html/drupal/web/core/modules/node/src/NodeAccessControlHandler.php(105): Drupal\Core\Entity\EntityAccessControlHandler->access()
    #8 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(710): Drupal\node\NodeAccessControlHandler->access()
    #9 /var/www/html/drupal/web/core/modules/node/src/Entity/Node.php(195): Drupal\Core\Entity\ContentEntityBase->access()
    #10 /var/www/html/drupal/web/core/lib/Drupal/Core/Entity/EntityAccessCheck.php(68): Drupal\node\Entity\Node->access()
    #11 [internal function]: Drupal\Core\Entity\EntityAccessCheck->access()
    #12 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(160): call_user_func_array()
    #13 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(136): Drupal\Core\Access\AccessManager->performCheck()
    #14 /var/www/html/drupal/web/core/lib/Drupal/Core/Access/AccessManager.php(93): Drupal\Core\Access\AccessManager->check()
    #15 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(327): Drupal\Core\Access\AccessManager->checkNamedRoute()
    #16 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php(358): Drupal\Core\Menu\LocalTaskManager->getTasksBuild()
    #17 /var/www/html/drupal/web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php(95): Drupal\Core\Menu\LocalTaskManager->getLocalTasks()
    #18 /var/www/html/drupal/web/core/modules/block/src/BlockViewBuilder.php(171): Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build()
    #19 [internal function]: Drupal\block\BlockViewBuilder::preRender()
    #20 /var/www/html/drupal/web/core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php(101): call_user_func_array()
    #21 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(788): Drupal\Core\Render\Renderer->doTrustedCallback()
    #22 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(374): Drupal\Core\Render\Renderer->doCallback()
    #23 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(446): Drupal\Core\Render\Renderer->doRender()
    #24 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #25 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #26 /var/www/html/drupal/web/sites/default/files/php/twig/6481d54819d62_page.html.twig_tLX3lPAG5dWYGtWw8b8JXWQEv/aKal22MJHFblo_i_SqOXTNdTm10wA5vPCmOGlMswQkI.php(83): Drupal\Core\Template\TwigExtension->escapeFilter()
    #27 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_3e135de154d5de9377e6dc85c6165ee7->doDisplay()
    #28 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #29 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #30 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #31 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #32 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #33 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #34 /var/www/html/drupal/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render()
    #35 /var/www/html/drupal/web/sites/default/files/php/twig/6481d54819d62_html.html.twig_6hWXcJ1V-Qz6Co4MgIuQvr8BF/GeseC_Qu_u9SIMKWzBHNuUex80uZo4d_6Km3UlI_UFQ.php(109): Drupal\Core\Template\TwigExtension->escapeFilter()
    #36 /var/www/html/drupal/vendor/twig/twig/src/Template.php(405): __TwigTemplate_9820deedac8deb08ba334f2bbd93e4f8->doDisplay()
    #37 /var/www/html/drupal/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
    #38 /var/www/html/drupal/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
    #39 /var/www/html/drupal/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render()
    #40 /var/www/html/drupal/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template()
    #41 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render()
    #42 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender()
    #43 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(162): Drupal\Core\Render\Renderer->render()
    #44 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
    #45 /var/www/html/drupal/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(163): Drupal\Core\Render\Renderer->executeInRenderContext()
    #46 /var/www/html/drupal/web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse()
    #47 [internal function]: Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray()
    #48 /var/www/html/drupal/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(142): call_user_func()
    #49 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(174): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
    #50 /var/www/html/drupal/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
    #51 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle()
    #52 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle()
    #53 /var/www/html/drupal/web/modules/contrib/cleantalk/src/EventSubscriber/BootSubscriber.php(187): Drupal\Core\StackMiddleware\KernelPreHandle->handle()
    #54 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\cleantalk\EventSubscriber\BootSubscriber->handle()
    #55 /var/www/html/drupal/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()
    #56 /var/www/html/drupal/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()
    #57 /var/www/html/drupal/web/core/lib/Drupal/Core/DrupalKernel.php(718): Stack\StackedHttpKernel->handle()
    #58 /var/www/html/drupal/web/index.php(19): Drupal\Core\DrupalKernel->handle()
    #59 {main}

    🇨🇦Canada OMD

    I'm also having this issue as certain browsers are flagging Cloudflare as tracking them, Safari does this. To improve visitor confidence I would like to eliminate these unused fonts as well. I tried #7 and it did not work for me.

    🇨🇦Canada OMD

    I'm uploading a 500 MB files as a test. I have my max upload size set at the field config level at 1000 MB, it looks like fails at 10 MB which is the PHP limit, the exact size is not given, but it fails quite early in the progress bar. Also it fails quietly and doesn't generate an error message. It also reminds me of the 10 MB limit below the field in both the field configuration form and the add content form, even if plupload file widget is chosen on the form.

    PHP 8.1.17

    upload_max_filesize 30 MB
    post_max_size 10 MB

    🇨🇦Canada OMD

    I'm using the Plupload File Widget with the Plupload Integration Module. Neither module seem to have any configuration. I'm not familiar with #plupload_settings. Can you tell me where to find those?

    🇨🇦Canada OMD

    I've tried this with 9.5.8 and without the patch and I can confirm I'm still hitting php limit of 10 MB of file uploads.

    🇨🇦Canada OMD

    Curious though, I have been unable to reproduce this now, with different users. Maybe was a browser cache issue. Fresh browser, fresh user and i am able to reset the password and accept a new T&C.

    🇨🇦Canada OMD

    The patch in #28 no longer applies when using 3.0.1 and the older issue is still occurring - if there is a T&C change to accept when a user also needs to do a password reset, this user will see "You are not authorized to access this page. " and the logs will show:

    Path: /legal_accept?destination=/user/6393/edit&token=Y4TDAQZgW2GfBznyr3WLYHSzLF-7cHrU6OmrNRC6SuQ. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: in Drupal\Core\Routing\AccessAwareRouter->checkAccess() (line 121 of /var/www/html/drupal/web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php).

    🇨🇦Canada OMD

    It is nice for the long text to be in the wrapper though to keep the reg. form from being super long. It would be great if the checkbox could just be outside of that wrapper.

    🇨🇦Canada OMD

    I guess thinking more on this I could expand that wrapper with CSS overriding the default setup but many people many not think of that before they start using the module, until there are complaints about a registration for that seemingly won't submit for no reason, which is how I arrived at this issue.

    🇨🇦Canada OMD

    Try inserting a very lengthy terms & conditions text. I have quite a long text and the module wraps it in a closed expandable wrapper with the checkbox inside it. The checkbox for any additional questions added is outside this wrapper and clearly visible, where I think the "accept" checkbox should be as well, otherwise the "please fill out this field" text is hidden inside the closer wrapper.

    🇨🇦Canada OMD

    You know, what would be more useful than a notification, is having the preview use the active theme instead of the admin theme, or maybe a setting that lets the user chose which theme they'd like to see in the preview - although I can't think of a use case for wanting the preview to be in the admin theme, since 100% of my views are created for front end pages.

    🇨🇦Canada OMD

    Having the same issues. Updated to 9.2.3 since it looked like it contained the patch, but error is still there complete with "The website encountered an unexpected error. Please try again later." on save config page.

    and in logs:

    Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.cleantalk_ua_bl' doesn't exist: TRUNCATE TABLE cleantalk_ua_bl; Array ( ) in Cleantalk\Custom\Db\Db->execute() (line 44 of /var/www/html/drupal/web/modules/contrib/cleantalk/lib/Cleantalk/Custom/Db/Db.php).

    Production build 0.69.0 2024