-
# The issue is:
the settings tray needs some
-
This will always be false: https://github.com/sarahg/drupal8-image-assist-migrate-plugin/blob/master/src/Plugin/migrate/process/NamaImgAssist.php#L57
```
count($pieces) == 8
```
Since `$pieces` is n…
-
The new EntityContext (and possibly pre-existing code) don't provide very informative errors if the entity or bundle doesn't exist. (Run entity.feature against aa Drupal 8 installation using the Minim…
-
Hi there,
I am using the entire Docker4Drupal stack for de-coupled Drupal development. I enabled 'CORS' in drupal services.yml and I need to enable Nginx to allow for CORS as well. By default, it u…
-
Issue: After cloning the repo, entering the drupal8-docker-app directory and attempting to run the batch file drupal8_local.bat, the error "docker:invalid reference format" is returned.
Environment…
-
It looks like both entities don't work yet. I am not sure what we missed. Could be a bug in Drupal Console maybe.
Drupal\Core\Entity\EntityMalformedException: The entity does not have[error]
an ID. i…
-
See https://github.com/hughestech/drupal8-docker/issues/2
-
Trying to get automysql running with a Mysql 8 database.
On first run it appeared to be stalled:
```bash
automysqlbackup /etc/automysqlbackup/automysqlbackup3.mysql.conf
# Checking for permiss…
-
The YAMLForm project page now states that Webform is the successor, probably makes sense to update the documentation to point to webform. And, though they can be found elsewhere, it would be good to …
-
Here are the steps I followed:
- Go to ~/code and git clone git://github.com/dergachev/vagrant_drupal.git
- Copy a fresh Drupal database into vagrant_drupal/fresh-drupal
- Checkout Drupal into vagrant…