Feel free to close this ticket as I was able to resolve this issue after upgrading to Bootstrap 5
Because I suspect Layout Builder IPE has conflicts with Bootstrap 3 I upgraded to Drupal 10.3 again which is using Bootstrap 5 where I seem to be having more luck since clicking on "Customize" loads the layout builder. But when clicking on "Save" or "Discard" I receive a ajax error.
An error occurred while attempting to process /layout-builder-ipe/page_manager/edit/page_manager/ryan_test_page2-layout_builder-0?current_path=/ryan-test-page2&_wrapper_format=drupal_ajax: ajax.$form.ajaxSubmit is not a function
Quick update on this. Using Drupal 9.5.11 with theme Seven 1.0.0 the Layout Builder IPE works without issue. But when we set our custom theme as default which is built on Bootstrap 3 for Drupal (SASS) 8.x-3.32 I experience the issue noted above. To troubleshoot our custom theme I've been removing custom CSS and custom JavaScript little by little in an effort to find what is causing this issue but after removing all of our custom JS and custom CSS we are still experiencing the same issue which leads me to believe the conflict is with Bootstrap 3. Does anyone know if the Layout Builder IPE is compatible with Bootstrap 3 or if there are perhaps specific Bootstrap 3 JavaScript components, such as modal.js, that conflicts with Layout Builder IPE?
Bootstrap 8.x-3.32
Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.
Requires: jQuery UIjQuery UI DraggablejQuery UI Resizable
@berliner. I don't see drupalSettings.layout_builder_ipe.entity_selector in the browser console. We I set the Claro 9.5.11 theme as default the default theme, in place of our custom Bootstrap 3 theme, the IPE works as intended. Hence, I do believe the issue is stemming from something related to our custom Bootstrap 3 theme.
Quick update on this. I rolled back my Drupal from version 10.3 to version 9.5.11 since my D10 install has a lot more unrelated issues which is muddying the water. I installed ^1.0@beta' on my Drupal 9.5.11 install and I'm still experiencing a similar issue but I'm no longer receiving any errors. When I click on the customize button I see a spinner for a brief second and then the page jumps to the top, as if it triggers a jQuery "scrollToTop", but the UI never loads. This test was perform on freshly created Page Manager page using Layout Builder as a variant which had never previously used Panels IPE variant, hence avoiding any kind of potential conflicts. Once again, I see no error in console, no error in watchdog, and no php errors in php log so I'm not sure where this issue is stemming from. Note that console does indeed show a successful post/response status 200 upon clicking the customize button. Issue seems specifically related to the UI. I will start to dive deeper into my theme to see if there is something conflicting the action. It's also worth noting that this Drupal 9.5.11 install is using Bootstrap 3.
cybercoda β created an issue.
Any solution for this. Having same issue when trying to migrate D8 to D9. Note that I don't use commerce module.
Anyone else still having this issue? I've been dealing with this error for a couple of weeks now. Java isn't my wheelhouse and can't figure out why the class isn't loading. I updated solrcore.properties install dir to /opt/solr but it made no difference. I actually started with Solr 9.5.0 and downgraded to 9.3.0 after stumbling on this post since the headline states it works in 9.3.0, but yet I'm still experiencing the same problem. I'm using Drupal Search API Solr module 4.3.0 on Drupal 9. Any assistance would be greatly appreciated as this is the only thing stopping me from going from Drupal 8 to Drupal 9.
Status report shows "The Content Language Settings entity type needs to be installed." after upgrade from Drupal 8 to Drupal 9. Tried upgrading from Drupal 9 to Drupal 10 but still have the "The Content Language Settings entity type needs to be installed.". Went I try to visit "/admin/config/regional/language" or "/admin/config/regional/language/detection" on either site to set content language I get "The website encountered an unexpected error. Please try again later.". Watchdog shows the following error...
TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array() (line 137 of /var/www/html/web/core/modules/language/src/Form/NegotiationConfigureForm.php)
#0 /var/www/html/web/core/modules/language/src/Form/NegotiationConfigureForm.php(137): in_array('language_interf...', NULL)
#1 [internal function]: Drupal\language\Form\NegotiationConfigureForm->buildForm(Array, Object(Drupal\Core\Form\FormState))
#2 /var/www/html/web/core/lib/Drupal/Core/Form/FormBuilder.php(536): call_user_func_array(Array, Array)
#3 /var/www/html/web/core/lib/Drupal/Core/Form/FormBuilder.php(283): Drupal\Core\Form\FormBuilder->retrieveForm('language_negoti...', Object(Drupal\Core\Form\FormState))
#4 /var/www/html/web/core/lib/Drupal/Core/Controller/FormController.php(73): Drupal\Core\Form\FormBuilder->buildForm(Object(Drupal\language\Form\NegotiationConfigureForm), Object(Drupal\Core\Form\FormState))
#5 [internal function]: Drupal\Core\Controller\FormController->getContentResult(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\RouteMatch))
#6 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#7 /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#8 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(124): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#9 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#10 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(169): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#11 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#12 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#14 /var/www/html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(106): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#15 /var/www/html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#16 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#17 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /var/www/html/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /var/www/html/web/core/lib/Drupal/Core/DrupalKernel.php(718): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /var/www/html/web/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#21 {main}
Confirming same problem. Install was on Drupal 9.5.11
[notice] Update started: rabbit_hole_update_8103
> [notice] Update completed: rabbit_hole_update_8103
> [notice] Update started: rabbit_hole_update_8104
> [notice] Update completed: rabbit_hole_update_8104
> [notice] Update started: rabbit_hole_update_8105
> [notice] Update completed: rabbit_hole_update_8105
> [notice] Update started: rabbit_hole_update_8106
> [error] 'rh_action' not found
> [error] Update failed: rabbit_hole_update_8106
I'm experiencing the same problem. Tried the patch referenced in #9 and #11 on both module 1.13 and dev version but patch fails to apply in both cases. I'm running Drupal 9.5.2, PHP 8.1.13