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
1 answer

for ddev-mautic-db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist

I am trying to setup ddev along docker and docker-compose on Mac OS 10.12.6 by running command inside project folder which is already set up ddev. I am setting up https://github.com/mautic/mautic this project over my local machine. ddev start Error…
Avinash Dalvi
  • 8,551
  • 7
  • 27
  • 53
0
votes
1 answer

After renaming my mac homefolder, I'm getting the follow error when trying to run: ddev start

I had a requirement to rename my mac homefolder, however now when I try to run: ddev start I'm getting the following error (which is pointing to the older homefolder name gregmercer): ~/Desktop/ddev/locals/gsb-3/public-website (develop) $ ddev…
Greg Mercer
  • 914
  • 1
  • 8
  • 11
0
votes
1 answer

Where does ddev put mysql dump file?

I have setup a simple wordpress website with ddev. I want to dump my mysql but I can't seem to find it. When I run the command ddev export-db I get this response: // alot of this…
EricTalv
  • 1,000
  • 1
  • 13
  • 26
0
votes
1 answer

Path to project in the web container is different from path on host

Just came to ddev from full virtual machines and love it. Thanks for developing such a great tool:-) Setup is ddev on WSL, Ubuntu on top. Drupal 8 and 9. I am now having weird issues with private files in Drupal9. After some debugging I discovered…
0
votes
2 answers

DDEV Connect to MySQL Database from Staging Server by SSH Tunnel returns: Cannot assign requested address

I am developing a TYPO3 project locally in a DDEV environment. All developers want to access the same MySQL database. We want to achieve this via SSH tunnel to the staging server. Unfortunately I don't manage to establish a SSH tunnel to the…
Eckonator
  • 101
  • 1
  • 6
0
votes
1 answer

DDEV Integration Zendguard Loader

I'm using DDEV in an older OXID Esales Project (4.6). Now I have to install the Zendguard Loader. How can I do that? I have to put the .so file into the php direction inside the container and extend the php.ini. I asked earlier about the Ioncube…
0
votes
0 answers

Is there a way to give an unprivileged user access to Docker within Docker?

Motivation Running DDEV for a diverse team of developers (front-end / back-end) on various operating systems (Windows, MacOS and Linux) can become time-consuming, even frustrating at times. Hoping to simplify the initial setup, I started working on…
Pierre Spring
  • 10,525
  • 13
  • 49
  • 44
0
votes
1 answer

Laravel 8 setting up supervisor .conf file for DDEV development

I am trying to set-up a supervisor to process a queue. I am pretty sure it has to do with the scope the .conf is running in due to DDEV but I am not 100% sure. Here is my current…
Twoscore
  • 85
  • 2
  • 6
0
votes
1 answer

Drupal Console With DDEV

I want to install drupal console with composer from DDEV (https://ddev.readthedocs.io/en/stable/) No problem to install Drush with DDEV DDEV cannot be Root. Not populating custom commands or hostadditions because running with root privileges ddev…
0
votes
1 answer

Windows: How to migrate project databases from Docker Hyper-V backend to WSL2 backend

I have projects in windows but when i upgraded docker to work with wsl 2 then i have to run ddev commands from wsl console and db containers have empty database. One way to to migrate dbs is to dump from old container and the import into new…
0
votes
2 answers

bind source path does not exist: /host_mnt

I have a ddev installation on macOS which I used for a while. ddev 1.16.2 docker 20.10.0 macOS 11.0.1 - Intel Today I upgraded to docker 20.10.0 and in the process to ddev 1.16.2. When I start an existing site, that worked all the time I…
Robert Hufsky
  • 131
  • 3
  • 16
0
votes
0 answers

Install custom ssl certificate in ddev container

I am currently trying to install a custom certification in a ddev container. As stated in the documentation i copied the .crt and the .key file to /path-to-project/.ddev/custom_certs and renamed them according to the documentation. After restarting…
0
votes
1 answer

Unable to Export complete MariaDB in DDEV project

I’m trying to export a database from a DDEV project, however running into various problems. I’ve tried ddev poweroff and starting the one project. Option 1 - Method one phpMyAdmin Using Export > Quick Method. A .sql file is produced but only has…
Mark
  • 75
  • 1
  • 7
0
votes
1 answer

DDEV doesn't handle SVGZ-files in Nginx

I use DDEV v1.15.3 with Typo3 v9 environment. I created the Typo3 environment according to the Quick Guide with ddev config --project-type=typo3 --php-version 7.3 --docroot=public --create-docroot=true. So far everything works fine, but no SVGZ…
0
votes
1 answer

Drupal 8 Error after installing simple_oauth module which failed

The website encountered an unexpected error. Please try again later. Error: Class 'Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap' not found in Drupal\Component\DependencyInjection\Container->createService() (line 259 of…