- 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 = 300With 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).