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

"Unknown "link_attributes" filter."

So I'm trying to setup a local environment with ddev for the first time. I got it running, cloned my live files with git and imported my DB. Site ain't working and got this in the log : Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown …
dmegatool
  • 175
  • 1
  • 7
0
votes
1 answer

Site not reachable zalenium with docker-compose

I have zalenium integrated to a docker-compose file where I have several sites and these are accessed through a router in Nginx, when when I make the request to a specific site, it appears to me that it is not treatable if I enter the Zalenium…
chalo
  • 1,019
  • 2
  • 14
  • 27
0
votes
1 answer

How do I debug a failing additional Dockerfile?

I have created .ddev/web-build/Dockerfile. It builds, but it doesn't do what I want. How do I figure out why? DRUD_DEBUG=1 ddev start doesn't show any additional output. I don't know the proper docker-compose command to try building it manually…
wizonesolutions
  • 577
  • 3
  • 15
0
votes
1 answer

How can I access to DDEV project from Virtualbox guest?

I have used DDEV for some time now and it is currently the best solution for running Drupal sites on my local environment. I run into one problem - sometimes you need to test site with Internet Explorer or Edge and I can do it only with Virtualbox,…
0
votes
0 answers

How to add CORS in nginx for ddev

I want to add CORS headers to my nginx responses in ddev. I have added a "cors.conf" in ".ddev/nginx", which is definitely included, since the web container crashes when the configuration file is broken. I have tried different versions, with…
0
votes
1 answer

ddev behind corporate proxy

I want the ddev web container to use my corporate proxy settings. Else when i run composer diagnose i end up with this: uid_1000@d24b5fb17f37:/var/www/html$ composer diagnose Checking platform settings: OK Checking git settings: OK Checking http…
wtfred
  • 21
  • 5
0
votes
2 answers

how to start a project in ddev with a bigger disk size

I installed ddev on my macbook. I initiated a drupal7 project and wanted to proceed with the db import. However, this import could not complete due to lack of disk size. What would be the best way to increase the available disk size? I do have more…
0
votes
0 answers

ddev permissions issue - cannot stop, rm, or kill project

About 99% of the time when I try to stop or rm a ddev project I get a 'permission denied' error, and then have to try a lot of different means to get ddev back to a healthy state so I can start working again. Then it happens all over again the next…
0
votes
1 answer

How to modify an existing configuration file such as .ssh/config inside the container on ddev

I need this to simplify my drush alias configuration, so I can establish servers, jumpboxes and usernames/keys in the config file and keep everything else simpler.
pcambra
  • 661
  • 9
  • 15
0
votes
1 answer

how to create a virtualhost with DDEV on windows 10 with nginx-fpm?

I would like to access my localdevelopment running on host/laptop with a mobile device. In the old days, when using a wampserver, I changed the apache virtualhost settings like something like this: ServerName vlokken.ltd …
Joehoe
  • 183
  • 3
  • 13
0
votes
1 answer

DDEV http://projectname.ddev.local doesn't work on Windows 10 while http://127.0.0.1:randomport does work

Ddev started succesfully my project and tells me "project can be reached at http://example.ddev.local https://example.ddev.local, http://127.0.01:32771" I read in config.yaml # name: # Name of the project, automatically provides # …
Joehoe
  • 183
  • 3
  • 13
0
votes
1 answer

TYPO3 v9 caching error with site-configuration.php-file?

I'm working on a new project in TYPO3. It's my frist installation of TYPO3 9.5.5 so I don't know if this is some sort of bug or anything but sometimes, and I really can't give you any more information about it since I dont know where it comes from…
Brecherchef
  • 401
  • 6
  • 22
0
votes
1 answer

How to configure Search API with DDEV

Since the docs are not specific to Drupal, below is a Drupal specific answer. How to connect search API to DDEV's solr, based on config from https://ddev.readthedocs.io/en/latest/users/extend/additional-services/
amitaibu
  • 1,026
  • 1
  • 7
  • 23
0
votes
0 answers

ddev Database Import not showing up in phpMyAdmin

I've setup ddev for a Silverstripe PHP project, with existing files. I can get to the site. I can get to the phpmyadmin link given by ddev describe and I have ran ddev import-db successfully. When I go to the site's ddev link, I get missing table…
Will
  • 4,498
  • 2
  • 38
  • 65
0
votes
0 answers

ddev nfs mount fails on win10

I get the following Error when trying to get ddev running with nfs-mounts on win10 ERROR: for web Cannot start service web: error while mounting volume '/var/lib/docker/volumes/ddev-drupal8_nfsmount/_data': error while mounting volume with…
macbert
  • 772
  • 2
  • 11
  • 29