-
.lando.yml:
```
name: SITE1
recipe: drupal8
config:
webroot: docroot
php: 7.1
xdebug: true
conf:
php: tools/lando/conf/php/php.ini
services:
appserver:
run:
- "m…
-
**Describe the bug**
We are using patternlab in Drupal 8 that serve up static content
When going to the url below, it should be reading the index.html file that lives inside that directory.
https:…
-
**Describe the bug**
I set up my environment with Lando and tried on 2 different MacBook Pro laptops and the installation stuck on 98% and not going further.
**To Reproduce**
Steps to reproduce the…
-
Using v.3.0.6 on MacOS Mojave v10.14.6 (18G5033)
```
# .lando.yml
name: xxx
recipe: drupal8
config:
php: '7.3'
webroot: web
drupal: true
xdebug: false
database: mariadb:10.1
…
-
Getting:
> 11:37:49 " ┃ │ TypeError: Cannot read property '0' of undefined",
http://jenkins.vfs.va.gov/job/deploys/job/cms-vagov-staging/251/console
http://jenkins.vfs.va.gov/job/deploys/job/cms…
-
Yeah, I know...I should be using Linux instead of Windows but just thought I would check it out to see how well it works. I noticed that tab completion in Windows PowerShell adds `.\` to the front of…
-
![Screenshot 2020-03-17 11 27 57](https://user-images.githubusercontent.com/2199845/76872145-659ade80-6842-11ea-861a-72f6cd42001d.png)
~~likely a minify issue affecting class specificity for the na…
-
What is your lando version and operating system?
v3.0.0-rc.6 on MacOS 10.14.2
**Tell us about your `.lando.yml`**
First site
```
name: first
recipe: drupal8
config:
webroot: web
``…
-
```
# Redirect requests from /sites/jeffgeerling.com to /sites/default
RewriteRule ^sites/jeffgeerling\.com/(.*)$ /sites/default/$1 [L,NC,R=301]
```
Need to move that into Nginx config...
-
I was looking over https://github.com/platformsh-templates/drupal8/blob/master/web/sites/default/settings.platformsh.php#L26
and noticed that drupal_installation_attempted() has been deprecated in fa…
omahm updated
4 years ago