Hi there!!

According to AI ChatGPT, there should be some package that should be unpacked to my htdcos/WKD

I also use SQLite, I use the database file C:\SQLite\cms.sqlite

Comments

quiltedanger’s picture

I think I found the right link, asking ChatGPT

https://www.drupal.org/project/drupal/releases/11.3.11

quiltedanger’s picture

I still need help, it says it encountered an error trying to install Drupal from htdocs/WKD

jaypan’s picture

The documentation is a good place to read through to get started: https://www.drupal.org/docs/getting-started/installing-drupal

It outlines various methods for installing Drupal. Generally, we start locally in a DDev container. DDev is a service that lies over top of Docker containers, so that development is done within a container. Many developers work on mulitple projects, so this allows us to keep each project separate on our local machines so we can have site-specific PHP versions and libraries etc.

When installing Drupal, Composer, a php library manager, is used to manage Drupal core files, contributed module files, and any 3rd party libraries. When you download/pull the files from the link you find, they come with a composer.json file that will allow you to pull the requisite 3rd party libraries. I am suspecting that this is why you ran into the error.

Contact me to contract me for D7 -> D10/11 migrations.