I originally thought this was an issue with the version of Drupal that Composer installs in DDEV, but it appears that even in the full core files download package there is no core/scripts/drupal folder with the theme starterkit install script. It's missing (screenshot).
I am very new to Drupal and am going through the Aquia Academy. I am trying to install Drupal on my local environment. I am following the instructions that state to use your site name to initialize the installation. My question is where do you create the site name? I tried using the one that was used in the example but it is not working so I am a little bit confused.
The URL that they gave was waterfallhandbook.ddev.site/core/install.php
I tried to use the site name I created in the PowerShell but it didn't work.
Using XAMPP (with PHP 8.2.12) on Windows 11, and running the installation of Drupal 8.98, there are two pages of Deprecated function warnings, followed by a fatal error:
Fatal error: Declaration of Doctrine\Common\Reflection\StaticReflectionClass::getConstants() must be compatible with ReflectionClass::getConstants(?int $filter = null): array in C:\xampp\htdocs\drupal8.local\vendor\doctrine\common\lib\Doctrine\Common\Reflection\StaticReflectionClass.php on line 109
I have a few D10 sites I'm working on under DDEV. However, I wanted to use the starterkit theme and all instructions point to the same command and seem to indicate that this should be installed with core.
I've installed Drupal (10.2.2) with the commerce module (8.x-2.37). Now I'm trying to import products from .csv file, so I've installed the modules feeds (3.0 beta) and commerce feeds (1.0). No specific configurations was done, just a store one store was created.
As .csv file I've used what found with the commerce module (found on ./web/modules/contrib/commerce_feeds/tests/resources/)
I'm started with product variation, 3 fields: sku, title and price)
When I start with the import operation I have the following error: