Latest Trellis (776ad2b) + Bedrock (cfb68e1) problem

I just did a fresh setup of the latest trellis + bedrock.

If the .env file has quoted values, eg:

DB_NAME='database_name'
DB_PASSWORD='example_dbpassword'
DB_USER='database_user'

Those values are defined in WordPress WITH the single quotes which is causing WordPress to fail to load.

The .env is generated by trellis/ansible with the single quotes, so I’m guessing the issue is with Bedrock’s config loading stuff.

Literally all I did to reproduce:

  • Clone trellis
  • Clone bedrock
  • Set the domain/site names in the development group_vars
  • Vagrant up

I can’t reproduce, but for anyone else coming to this topic:

This topic was automatically closed after 42 days. New replies are no longer allowed.