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

Trouble connecting to the database in a Craft CMS project with DDEV and TablePlus, how can I fix this?

I'm trying to upgrade from Craft CMS 3 to Craft CMS 4 and am running into some issues. I am trying to migrate my project in Craft 3 from using MAMP Pro to ddev and had some success in the start. I have Docker Desktop installed on my Mac, and have…
-1
votes
1 answer

DDEV how handle Node package that does not support M1 Mac architecture?

I'm trying to understand how to proceed with a repo I've started working on that uses PhantomJS, a node package that was last published five years ago and doesn't seem to support M1 Macs. Other than running an AMD64 Docker container on my Mac, is…
scaffolding
  • 153
  • 2
  • 13
-1
votes
1 answer

Why isn't Drupal recognizing my new twig files?

I want Drupal to recognize my new twig files. Trying to clear the cache with the drush cr command gives me a success message. So does manually clicking on "Flush all caches" from the menu. But my new twig files are not being recognized. I was able…
-1
votes
2 answers

How do you include a www. version of your hostname in the ddev config

To create my test sites, I wanted to run a command like: ddev config --database=mysql:5.7 --docroot=wwwroot --php_version=7.4 --webserver_type=apache-fpm --timezone=America/Chicago --create-docroot I was hoping this command would take the hostname…
gmclelland
  • 187
  • 3
-1
votes
1 answer

Converting htaccess rewrite rule to nginx

I have trouble figuring out how to rewrite this htaccess rule to a nginx rule. It's for a legacy project that uses a static asset version in the url. The file on the server is for example located in: assets/js/jquery.min.js The url to fetch it…
bartpulse
  • 21
  • 4
-1
votes
1 answer

ddev and TYPO3: how to handle the DB and fileadmin for multiple developers

how do you handle user upload folders like fileadmin and the DB with ddev and TYPO3. I would like to have the DB and media files outside of my ddev container as both can get really large over time and I don't want to sync them every time. Or do I…
mhirdes
  • 273
  • 2
  • 12
-1
votes
1 answer

How to connect to database (Laravel with ddev and MySQL)

I have a Laravel project where I have to connect to a MySQL db. I deployed the project with ddev, so I´m using docker. The .env file have this…
-1
votes
1 answer

ddev-ssh-agent fails to start "entry.sh: no such file or directory"

I have several DDEV machine on my Linux MINT 20.2 / BTRFS system file , and it was working great. But after a reboot , i cant start my DDEV machine anymore, i have a ddev-ssh-agent error: ERROR: for ddev-ssh-agent Cannot start service…
-1
votes
1 answer

DDEV prerelease on Mac M1 with docker tech preview doesn't work - docker broken

I've been using DDEV for around 2 weeks with no issues using custom local domain names which was all working nicely until yesterday where one of my projects crashed. Upon restarting DDEV, when trying to go to any custom local domain e.g…
breakworm
  • 71
  • 9
-1
votes
1 answer

Symfony with DDEV CLI db connection

I want to start a Symfony Project using docker ! I tried to build it using DDEV CLI! https://ddev.readthedocs.io/en/stable/users/cli-usage/ I used the standard configuration from DDEV. (php) As soon as I want to make: php bin/console…
Taher Ben sassi
  • 120
  • 2
  • 14
-1
votes
1 answer

DDEV does not seem to be instaling drupal (was working before)

I've been using DDEV & Docker-Desktop sucessfully to run installs of drupal8 on my windows 10 machine. Today I decided to create a new install of Drupal8 (I last did this a month ago or so). I followed the basic steps: Create new folder…
Mark
  • 75
  • 1
  • 7
-1
votes
1 answer

How can I use Drush 9 (instead of Drush 10) in my Drupal 8 DDEV-Local project?

Using ddev I created a webserver locally and I have a Drupal 8 project with drush 10, but I need drush 9. How can I change the version of drush in the project? Thanks so much
AndreaAmb
  • 1
  • 1
-1
votes
1 answer

Troubles with ddev + elasticsearch latest version

I'm facing some trouble when trying to start my ES containers on DDEV. I've download the official dockerfile from drud repository and made some changes (Version,max nodes,etc) as you can see: version: '3.6' services: elasticsearch: …
Andres Guerrero
  • 53
  • 1
  • 10
-1
votes
1 answer

DDEV not starting project after update to 1.10.2

After updating Docker and DDEV to the newest versions it is not possible to start a project. I have just updated DDEV from an older version to the newest one. Now it is not possible to start any old or new project. I have tried already a tip (ddev…
-2
votes
1 answer

Setting up PHP Developing environment with DDEV andDocker on Windows, getting to tutorial page

I used DDEV on linux now I am trying to make it run on Windows. I have successfully installed Docker and DDEV. When I am in my PHP project directory and I type : ddev launch Then a tutorial page gets opened with this url:…
Ens
  • 95
  • 7
1 2 3
26
27