Having problems installing Drupal? See the Installation Guide for more information.

Commen mettre the Translation server Online to go on with my installation?

The translation server is offline.

The installer requires to contact the translation server to download a translation file. Check your internet connection and verify that your website can reach the translation server at http://ftp.drupal.org.

D9 Composer Install problems

I have been trying to install a new D9 site on a VPS using composer:

composer create-project drupal/recommended-project /home/d9magsr/

The target directory was created by the WHM process for setting up a new domain. So, it includes the various files and directories needed for a domain to function.

Running the composer create command returns this error.

[InvalidArgumentException]
Project directory "/home/d9magsr/" is not empty.

Well, yeah.

Offline install with composer shall be OK, but https://ftp.drupal.org is huge

Hi,

I need to install drupal9 TOTALLY offline from Internet. Saying totally, I mean my servers can't reach any resource on Internet. None. Nada. Rien ! :)

how to move drupal 9 site created by composer from localhost to domain

Hello, I am trying to move Drupal 9 site created with composer on localhost to the web domain, however, I run into problems.

Until now when using drupal7/8 I copied all subfolders and files in the root and move from localhost worked fine.

Now the Drupal 9 structure is

/vendor

/web - In web subdirectory are placed other folders.

When I run the website from localhost it is run http://localhost/sitename/web/. Webhosting does not provide composer or change directory from public_html/web.

Drupal multisite on localhost Debian

I'm trying to set up drupal 9 on my PC (Debian) for local development of several web sites that I plan to publish when they're ready. I want to use the multisite feature of drupal (using the same copy of drupal for each site), but to use different databases for each site.

I think I've successfully installed php7.4, mariadb-server, and phpmyadmin - at least I get no errors when testing apache2, and can log on to phpmyadmin and create users/databases.

So far I've:
    1. Installed apache2, php7.4, mariadb-server, and phpmyadmin,

Multisite localhost install on Debian

I'm trying to set up drupal 9 on Debian for local development of several web sites that I plan to publish when they're ready. I want to use the multisite feature of drupal (using the same copy of drupal for each site), but to use different databases for each site.

I think I've successfully installed php7.4, mariadb-server, and phpmyadmin - at least I get no errors when testing apache2, and can log on to phpmyadmin and create users/databases.

So far I've done the following:

    1. Installed apache2, php7.4, mariadb-server, and phpmyadmin,

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal