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

How do i install ddev on Digital ocean

Digital ocean has a simple way to setup Ubuntu 16.0 which comes with docker 17.10 and docker-compose 1.1. However, due to some issues with 17.10, you might have issues working with, but ddev can still run very well on docker 17.10, just to avoid…
Adedapo Ajuwon
  • 323
  • 2
  • 6
0
votes
1 answer

How do I allow a self-managed local settings file?

My settings.php file looks for a settings.local.php file. DDEV also wants to provide a file named this containing database credentials. What's the best way for them to coexist? Should I also look for a local.settings.php file and place my custom…
wizonesolutions
  • 577
  • 3
  • 15
0
votes
0 answers

How to change the Port for DDEV phpMyAdmin?

I have multiple DDEV Containers, and want to change the Ports for each phpMyAdmin process for the Container to connecting to the correct Database. How can I do this? I know the Defaultport is 8036, but I need different Ports. Edit I found the…
MonTea
  • 1,166
  • 1
  • 13
  • 30
0
votes
1 answer

How to connect with SSH or SFTP to a local DDEV Container?

I installed: Docker https://docs.docker.com/docker-for-mac/install/ Homebrew https://brew.sh/ DDEV https://ddev.readthedocs.io/en/latest/#installation Composer https://getcomposer.org/download/ I installed TYPO3 with: composer create-project…
MonTea
  • 1,166
  • 1
  • 13
  • 30
0
votes
1 answer

Proper tsconfig file extension and what typoscript and tsconfig files get included automatically in custom extensions?

I see that TYPO3 CMS 8.7 now supports .typoscript files extension for all typoscript files... but what about TsConfig files? Should tsconfig files all have a .tsconfig or .typoscript file extension? I saw the polls but not official docs on what to…
god_is_love
  • 571
  • 5
  • 18
0
votes
1 answer

DDEV Drupal: How to restore backups with backup_migrate module when saved as GZip?

In connection with backup_migrate module. I am seeing that when backups are saved with GZip compression to the private files directory, it is not possible to restore from them or download them. Attempting to do so results in a 404 error. However,…
MrPaulDriver
  • 243
  • 1
  • 13
0
votes
1 answer

My TYPO3 project gets a 500 error under ddev, complaining about Trusted Hosts Pattern

I see a 500 error when I hit my TYPO3 site in ddev. ddev logs shows me what's going on: 2018/05/10 21:07:38 [error] 354#354: *45 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught UnexpectedValueException: The current host header…
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
2 answers

How can I set the timezone in my ddev containers?

I often use ddev ssh (for web/nginx container) or ddev ssh -s db (for the db/mariadb container), and when looking at logs and such I'd like to see date/timestamps in my own timezone so I don't have to think so hard about how many hours it is from…
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
1 answer

ddev import-db: Index column size too large. The maximum column size is 767 bytes

When using ddev import-db to import a production db dump for TYPO3 9 into a ddev project I had a mysql error: "Index column size too large. The maximum column size is 767 bytes." This seems to be the result of importing a regular utf8 charset db…
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
1 answer

I set up a Drupal project in ddev and I get a PDOException when hitting the project URL

I see this when going to my project I just set up in ddev: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.semaphore' doesn't exist: and Uncaught exception thrown in shutdown function.
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
2 answers

My ddev project says "db service stopped" and I can't get it started "db service health check timed out"

I was happily working away on a ddev project and I brought it up today and it says "db service stopped" and it doesn't seem to be fixable. ddev also said "db service health check timed out"
rfay
  • 9,963
  • 1
  • 47
  • 89
0
votes
1 answer

I upgraded ddev and now the web container won't start

I upgraded ddev to v0.16.0 and now my web container won't start. It either fails the health check or something.
rfay
  • 9,963
  • 1
  • 47
  • 89
-1
votes
1 answer

How can I install Moodle with DDEV?

I was trying to install Moodle LMS using ddev. -- The problem is that Moodle requires mariadb 10.6, whilst ddev only supports mariadb 10.4. Steps tried: change the .ddev/config.ph docker file from 10.4 to 10.6 <-- didn't work. when given the…
-1
votes
1 answer

How to change ddev php container docroot path from /var/www/html

I need to change the docroot path that ddev sets up in the php container because I have some code that has already had an html folder in its source and bespoke include path determination is not working. The code looks for the first occurrence of…
therobyouknow
  • 6,604
  • 13
  • 56
  • 73
-1
votes
1 answer

ecryptfs: DDev Magento linux quick start setup failing on "file name too long"

Ubuntu details: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS" I am trying to install magento on my linux machine. I am using ddev quick start for magento…
jazyac
  • 3
  • 2