Questions tagged [ddev]

open source tool for setting up a local PHP development environment.

ddev is an open source tool for setting up a local PHP development environment, explicitly supporting Drupal, TYPO3, WordPress and Backdrop.

394 questions
0
votes
0 answers

Failed to purge the temporary install directory

I'm getting an error when running ddev composer create drupal-composer/drupal-project:8.x-dev --stability dev --no-interaction ... Removing temporary install directory Failed to purge the temporary install directory…
amitaibu
  • 1,026
  • 1
  • 7
  • 23
0
votes
1 answer

How to allow creation of database triggers

When trying to install CiviCrm in Drupal 7 I get "Could not create a database trigger". Using a standard ddev config.yml for drupal7. A couple of solutions are suggested at…
nigelwhite
  • 15
  • 7
0
votes
2 answers

Use drush-patchfile in DDEV environment

In Drupal 7 I use drush-patchfile to automatically implements patches when installing/updating module via drush. But in DDEV I don't know how to extend existing drush with drush-patchfile As you can see on…
0
votes
0 answers

Files system problems

Did clean installation of ddev on my Mac. Set up Drupal 8 project and have problems with file permissions on sites/default/files folder. For some reason it resets the permissions I set (chmod -R a+w) and web server can't write to this folder…
Yuriy Gerasimov
  • 123
  • 1
  • 6
0
votes
1 answer

I need to update ddev on all my projects, how can I do that?

My ddev installation has gotten quite old... I've just been going along quite happily with v1.0, and now they're at v1.5.0. How do I catch up? Is it hard? What are the risks?
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
1 answer

Apache configuration for LDAP with DDEV

For a PHP Project I need authorisation via LDAP. I have enabled the module with creating a link in mods-enabled: sudo ln -s /etc/apache2/mods-available/authnz_ldap.load /etc/apache2/mods-enabled/authnz_ldap.load When restarting DDEV I get this…
0
votes
0 answers

getting ddev and drush site install to work for multisite install

I am trying to create a new drupal 7 multisite from my ddev web container. While drush si runs fine, creating another db and site fails. I run ddev ssh from the host and then issue a drush site-install --sites-subdir=mysite…
macbert
  • 772
  • 2
  • 11
  • 29
0
votes
2 answers

Access ddev web container from other hosts

I want to access the ddev web container from another host. How can I achieve this? For example: ddev is running on host A, I want to access the web page from host B.
Chris
  • 427
  • 4
  • 13
0
votes
2 answers

On Windows 10 Home ddev start does not start - Cannot create container for service db: invalid mount config for type "bind"

Today i tried to setup ddev on a maschine of a friend: OS Windows 10 Home Docker Toolbox - fresh installation Docker Toolbox Quickstart -> pointing that we need to enable the Virtualisation BIOS -> Virtualisation -> isEnabled Docker Toolbox…
0
votes
1 answer

Project files missing in container DDEV / Typo3 Windows 10

I have Docker Toolbox V18.03 running on a Windows 10 machine, together with DDEV 1.0 and Typo3. When I run ddev start, the containers are starting and I can access to the container with ddev ssh. But the project files from my host are not copied to…
0
votes
2 answers

Axios' post request causing error 400

I'm working on a small react login modal. The problem I'm facing is that when I use axios.post('/login', { username, password }) I just get a generic nginx error from ddev…
SidFerreira
  • 551
  • 3
  • 20
0
votes
2 answers

Ddev update -> Migrating bind-mounted database in ~/.ddev to docker-volume mounted database

i have updated Ddev and Docker and now i get the following message: "Migrating bind-mounted database in ~/.ddev to docker-volume mounted database" "Failed to remove ddev project crazy-twins.de.development: Failed to start project xx to snapshot…
andreas
  • 21
  • 2
0
votes
1 answer

Error on ddev start: The docker version currently installed does not meet ddev's requirements: 17.6.2-ce is less than 18.06.0-ce

docker --version shows: Docker version 18.06.1-ce, build e68fc7a ddev version cli v1.1.1 web drud/ddev-webserver:v1.1.0 db drud/ddev-dbserver:v1.1.0 dba drud/phpmyadmin:v1.1.0 router …
macbert
  • 772
  • 2
  • 11
  • 29
0
votes
3 answers

TYPO3 CMS Version 9 Installation fails due to lexer missing

The TYPO3 installation fails at the last step. The error message in the log says: PHP Fatal error: Class 'Doctrine\Common\Lexer' not found Here is the code (in fact all the code that is present in this project): .ddev/config.yaml APIVersion:…
Kevin Appelt
  • 802
  • 7
  • 14
0
votes
1 answer

ddev using drush behind proxy fails to connect

running ddev excec drush up module -y fails behind a proxy. so I went in the container with ddev ssh and added the proxy to a .wgetrc file inside the users home dir. I am running ddev in win10 and linux (didn't drush up in linux yet) behind a…
macbert
  • 772
  • 2
  • 11
  • 29