we've currently got a D7 site with 2 languages NL and FR. The default language is NL with translations to FR. The problem with this setup is that when you change the original NL string, Drupal loses its link to the original NL string for the FR translation.
We are preparing a new D8 setup for the site, (not via migrate) so we have to opportunity to do a clean install and better language setup.
I haven't used Drupal in over a decade, but I've done 100+ sites in other ways in that time.
For the current project, there's a module that could well do just what I want and its functionality doesn't appear to be easily doable with open source, self-hosted software any other way. (There aren't many choices and the two main alternatives are either very complicated or way need more resources on the server.)
OK, get latest.tar.gz, expand it, create a database via the command line. Thinks..
A while ago I set up a test website in a subdomain (& subdirectory) of my main D7 website. I use this to test out custom module code or theme alterations before deploying these on the main website. It worked perfectly and was invaluable.
I would like to be able to use my own artifact repository, as a composer package proxy for drupal.
I use Nexus repository with composer, but With drupal repository not working ... has anyone had the same problem? How have you solved it?
Hello I have installed drupal 8.9.0, and now i want to install the "commerce" module.
I read that I must to use "composer", for installing it and it should be native in this
version of Drupal.
in the subfolder "drupal", on my web host, I can see the files "composer.json" and "composer.lock"
, but when I try to run the instruction "composer" via the ssh connection,
I get this messagge: "-bash: composer: command not found"
I downloaded AppServ 9.3.0 for Windows 64 bit. I am running Windows 10 home, 64 bit. AppServ downloaded with no problem and installed, Apache 2.4.41, php 7.3.10 , MySql 8.0.17 and php My admin db manager 4.9.1 . I downloaded Drupal 8 and unzipped everything. When I enter Localhost, Drupal does not start or appear. Here is my directory structure; C:\\AppServ, below directories Apache24, MySQL, php7, www. My Drupal directory is C:\\"drupal-8.9.1" What is in the wrong place. What has to be started before Drupal will run.