Error after install

Created on 20 February 2025, 3 days ago

Problem/Motivation

Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "consumer" entity type does not exist." at /public_html│
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "consumer" entity type does not exist. in /public_html/docroot/core/lib/Drupal/│
│#1 /public_html/docroot/core/lib/Drupal/Core/Entity/EntityTypeManager.php(195): Drupal\Core\Entity\EntityTypeManager->getHandler()                                                 │
│#2 /public_html/docroot/modules/contrib/consumers/src/Negotiator.php(157): Drupal\Core\Entity\EntityTypeManager->getStorage()                                                      │
│#3 [internal function]: Drupal\consumers\Negotiator->setEntityStorage()                                                                                                                                           │
│#4 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(278): call_user_func_array()                                                                   │
│#5 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(179): Drupal\Component\DependencyInjection\Container->createService()                          │
│#6 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(438): Drupal\Component\DependencyInjection\Container->get()                                    │
│#7 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(239): Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters()           │
│#8 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(453): Drupal\Component\DependencyInjection\Container->createService()                          │
│#9 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(275): Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters()           │
│#10 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(179): Drupal\Component\DependencyInjection\Container->createService()                         │
│#11 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(438): Drupal\Component\DependencyInjection\Container->get()                                   │
│#12 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(239): Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters()          │
│#13 /public_html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(179): Drupal\Component\DependencyInjection\Container->createService()                         │
│#14 /public_html/docroot/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(105): Drupal\Component\DependencyInjection\Container->get()                   │
│#15 /public_html/vendor/symfony/http-kernel/HttpKernel.php(239): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()                                        │
│#16 /public_html/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable()                                                         │
│#17 /public_html/docroot/modules/contrib/simple_oauth/src/HttpMiddleware/BasicAuthSwap.php(54): Symfony\Component\HttpKernel\HttpKernel->handle()                                  │
│#18 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/Session.php(53): Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap->handle()                                          │
│#19 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle()                                               │
│#20 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/ContentLength.php(28): Drupal\Core\StackMiddleware\KernelPreHandle->handle()                                         │
│#21 /public_html/docroot/core/modules/big_pipe/src/StackMiddleware/ContentLength.php(32): Drupal\Core\StackMiddleware\ContentLength->handle()                                      │
│#22 /public_html/docroot/core/modules/page_cache/src/StackMiddleware/PageCache.php(116): Drupal\big_pipe\StackMiddleware\ContentLength->handle()                                   │
│#23 /public_html/docroot/core/modules/page_cache/src/StackMiddleware/PageCache.php(90): Drupal\page_cache\StackMiddleware\PageCache->pass()                                        │
│#24 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\page_cache\StackMiddleware\PageCache->handle()                                │
│#25 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()                          │
│#26 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php(36): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()                                   │
│#27 /public_html/docroot/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(51): Drupal\Core\StackMiddleware\AjaxPageState->handle()                                       │
│#28 /public_html/docroot/core/lib/Drupal/Core/DrupalKernel.php(741): Drupal\Core\StackMiddleware\StackedHttpKernel->handle()                                                       │
│#29 /public_html/docroot/index.php(19): Drupal\Core\DrupalKernel->handle()                                                                                                         │
│#30 {main}                                                                                                                                                                                                        │

Steps to reproduce

Install with UI, check all checkboxes. And have an error after final step of installation on site url.

php 8.3.17

🐛 Bug report
Status

Active

Version

10.0

Component

Code

Created by

🇷🇺Russia vvs Russia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @vvs
  • 🇯🇴Jordan Rajab Natshah Jordan

    Thanks, Vitaliy, for filing the issue.

    What is the memory limit and max execution time in the host?
    Is this a CPanel hosting? public_html

    Please, try to use DDEV for local development and fresh installes.

    Install or Try Varbase on The Cloud

    You can deploy and host your Varbase installation through Platform.sh.

    Local Development Environment

    Remote Development Environment

    Install Varbase locally with Composer

    To install the most recent stable release of Varbase run this command:

    composer create-project vardot/varbase-project:~10 PROJECT_DIR_NAME --no-dev --no-interaction

  • 🇷🇺Russia vvs Russia

    It's my own VDS:
    memory_limit = 1G
    max_execution_time = 300

    With lando don't working too: https://www.drupal.org/project/varbase_components/issues/3445315#comment... 🐛 Error after install 10.0.0-rc2 Active

    With ddev error on step 9 Assemble recipes:

    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "NOTICE: PHP message: Drupal\Core\DefaultContent\InvalidEntityException: /var/www/html/docroot/modules/contrib/varbase_media_demo/recipes/default/content/media/781b83a4-14bb-4359-8107-c011bb039721.yml: field_media_oembed_video=Предоставленный URL-адрес не представляет действительный ресурс oEmbed. in /var/www/html/docroot/core/lib/Drupal/Core/DefaultContent/Importer.php on line 113 #0 /var/www/html/docroot/core/lib/Drupal/Core/Recipe/RecipeRunner.php(150): Drupal\Core\DefaultContent\Importer->importContent()"
    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "#1 /var/www/html/docroot/core/lib/Drupal/Core/Recipe/RecipeRunner.php(40): Drupal\Core\Recipe\RecipeRunner::processContent()"
    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "#2 /var/www/html/docroot/modules/contrib/varbase_media_demo/varbase_media_demo.install(17): Drupal\Core\Recipe\RecipeRunner::processRecipe()"
    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "#3 [internal function]: varbase_media_demo_install()"
    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "#4 /var/www/html/docroot/core/lib/Drupal/Core/Extension/ModuleHandler.php(407): call_user_func_array()"
    [21-Feb-2025 18:54:20] WARNING: [pool www] child 1675 said into stderr: "#5 /var/www/html/docroot/core/l..."
    [Fri Feb 21 18:54:20.626701 2025] [proxy_fcgi:error] [pid 3312:tid 3312] [client 192.168.32.6:50462] AH01071: Got error 'PHP message: Drupal\\Core\\DefaultContent\\InvalidEntityException: /var/www/html/docroot/modules/contrib/varbase_media_demo/recipes/default/content/media/781b83a4-14bb-4359-8107-c011bb039721.yml: field_media_oembed_video=\xd0\x9f\xd1\x80\xd0\xb5\xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2\xd0\xbb\xd0\xb5\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 URL-\xd0\xb0\xd0\xb4\xd1\x80\xd0\xb5\xd1\x81 \xd0\xbd\xd0\xb5 \xd0\xbf\xd1\x80\xd0\xb5\xd0\xb4\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2\xd0\xbb\xd1\x8f\xd0\xb5\xd1\x82 \xd0\xb4\xd0\xb5\xd0\xb9\xd1\x81\xd1\x82\xd0\xb2\xd0\xb8\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb9 \xd1\x80\xd0\xb5\xd1\x81\xd1\x83\xd1\x80\xd1\x81 oEmbed. in /var/www/html/docroot/core/lib/Drupal/Core/DefaultContent/Importer.php on line 113 #0 /var/www/html/docroot/core/lib/Drupal/Core/Recipe/RecipeRunner.php(150): Drupal\\Core\\DefaultContent\\Importer->importContent()\n#1 /var/www/html/docroot/core/lib/Drupal/Core/Recipe/RecipeRunner.php(40): Drupal\\Core\\Recipe\\RecipeRunner::processContent()\n#2 /var/www/html/docroot/modules/contrib/varbase_media_demo/varbase_media_demo.install(17): Drupal\\Core\\Recipe\\RecipeRunner::processRecipe()\n#3 [internal function]: varbase_media_demo_install()\n#4 /var/www/html/docroot/core/lib/Drupal/Core/Extension/ModuleHandler.php(407): call_user_func_array()\n#5 /var/www/html/docroot/core/l...', referer: https://varbase.ddev.site/core/install.php?rewrite=ok&profile=varbase&langcode=ru&id=4&op=start
    

    And after F5 in browser - installation is continue, and I have an error on main site url https://varbase.ddev.site/?welcome:
    Drupal\Core\Render\Component\Exception\InvalidComponentException: [container] Does not have a value in the enumeration ["","no-container","container","container-md","container-lg","container-xl","container-xxl","container-fluid"] in Drupal\Core\Theme\Component\ComponentValidator->validateProps() (line 203 of core/lib/Drupal/Core/Theme/Component/ComponentValidator.php).

Production build 0.71.5 2024