πŸ‡ΊπŸ‡ΈUnited States @emb03

Account created on 11 September 2012, about 12 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States emb03

I am running into an issue where the Manage Permissions Tab is returning an error on some nodes. Could this possibly be related?

Error:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of /code/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).

Backtrace:

#0 /code/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php(589): Drupal\Core\Entity\EntityTypeManager->getDefinition(NULL)
#1 /code/web/core/lib/Drupal/Core/Field/FieldConfigBase.php(265): Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem::onDependencyRemoval(Object(Drupal\Core\Field\Entity\BaseFieldOverride), Array)
#2 /code/web/core/lib/Drupal/Core/Config/ConfigManager.php(479): Drupal\Core\Field\FieldConfigBase->onDependencyRemoval(Array)
#3 /code/web/core/lib/Drupal/Core/Config/ConfigManager.php(342): Drupal\Core\Config\ConfigManager->callOnDependencyRemoval(Object(Drupal\Core\Field\Entity\BaseFieldOverride), Array, 'config', Array)
#4 /code/web/core/modules/user/src/Form/EntityPermissionsForm.php(88): Drupal\Core\Config\ConfigManager->getConfigEntitiesToChangeOnDependencyRemoval('config', Array)
#5 /code/web/core/modules/user/src/Form/UserPermissionsForm.php(180): Drupal\user\Form\EntityPermissionsForm->permissionsByProvider()
#6 /code/web/core/modules/user/src/Form/EntityPermissionsForm.php(133): Drupal\user\Form\UserPermissionsForm->buildForm(Array, Object(Drupal\Core\Form\FormState))
#7 [internal function]: Drupal\user\Form\EntityPermissionsForm->buildForm(Array, Object(Drupal\Core\Form\FormState), 'node_type', 'page')
#8 /code/web/core/lib/Drupal/Core/Form/FormBuilder.php(536): call_user_func_array(Array, Array)
#9 /code/web/core/lib/Drupal/Core/Form/FormBuilder.php(283): Drupal\Core\Form\FormBuilder->retrieveForm('user_admin_perm...', Object(Drupal\Core\Form\FormState))
#10 /code/web/core/lib/Drupal/Core/Controller/FormController.php(73): Drupal\Core\Form\FormBuilder->buildForm(Object(Drupal\user\Form\EntityPermissionsForm), Object(Drupal\Core\Form\FormState))
#11 [internal function]: Drupal\Core\Controller\FormController->getContentResult(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\RouteMatch))
#12 /code/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#13 /code/web/core/lib/Drupal/Core/Render/Renderer.php(627): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#14 /code/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(124): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#15 /code/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#16 /code/vendor/symfony/http-kernel/HttpKernel.php(181): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#17 /code/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#18 /code/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /code/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /code/web/core/lib/Drupal/Core/StackMiddleware/ContentLength.php(28): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#21 /code/web/core/modules/ban/src/BanMiddleware.php(50): Drupal\Core\StackMiddleware\ContentLength->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#22 /code/web/modules/contrib/shield/src/ShieldMiddleware.php(270): Drupal\ban\BanMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#23 /code/web/modules/contrib/shield/src/ShieldMiddleware.php(137): Drupal\shield\ShieldMiddleware->bypass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#24 /code/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\shield\ShieldMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#25 /code/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#26 /code/web/core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php(36): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#27 /code/web/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(51): Drupal\Core\StackMiddleware\AjaxPageState->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#28 /code/web/core/lib/Drupal/Core/DrupalKernel.php(704): Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#29 /code/web/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#30 {main}
πŸ‡ΊπŸ‡ΈUnited States emb03

Is there a patch for this for Drupal versions below 10.4?

πŸ‡ΊπŸ‡ΈUnited States emb03

emb03 β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States emb03

@DuneBL wondering the same, reluctant to add a contrib module to enable this functionality on translated paragraphs.

πŸ‡ΊπŸ‡ΈUnited States emb03

+1 for a speedy resolution. I need this module for D10. thx

πŸ‡ΊπŸ‡ΈUnited States emb03

I am seeing this issue on Drupal 10.2.4 using the latest module release versions : * 3.2.0

πŸ‡ΊπŸ‡ΈUnited States emb03

I am interested too in getting Storybook module compatibility... +1

πŸ‡ΊπŸ‡ΈUnited States emb03

Having this issue on drupal 10.x patch is not applying.

πŸ‡ΊπŸ‡ΈUnited States emb03

I am having this issue too drupal 10.2 vanilla install ckeditor5 media embed remote video, centering works in editor but not on front end. A regular image works as expected.

πŸ‡ΊπŸ‡ΈUnited States emb03

I am trying to make a custom form using ajax to add and delete items, simple, right? I am using Drupal 10.1 and running into major problems with not being able to use jquery.once function. How is one supposed to make a simple form? Are there any workarounds? I have tried everything even chat GPT is stumped :)

πŸ‡ΊπŸ‡ΈUnited States emb03

emb03 β†’ created an issue.

Production build 0.71.5 2024