Method 1 (env.json) in drupalroot/sites/default/env.json 1{ 2"conf_dir": "/etc/drupal/site_identifier_here/default" 3} in /etc/drupal/site_identifier_here/default, there is then a file globals.conf.d/globals.default.json with content: 1{ 2"id": "default", 3"databases": { …
Read MoreHe/she needs to be added to the sites "Team" as "Team Member". See details in https://pantheon.io/docs/change-management/
Read MoreYou need to be part of the "Team". Access the site name and go to "Team" and add yourself(assuming you have access). Check back the aliases and you should have it now.
Read MoreThis error is seen as follows: 1sh:module:line1:syntaxerror:unexpectedendoffile2sh:errorimportingfunctiondefinitionfor`BASH_FUNC_module'A lot of discussions has been done about it in https://github.com/drush-ops/drush/issues/2065#issuecomment-227820550 but the fix is made from /etc/php.ini: 1disable_functions = …
Read MoreProblem You encountered this error when running 'drush cim': 1Site UUID in source storage does not match the target storage. As mentioned, UUID no longer match. To fix, get the UUID in config/sync directory, something like below: 1awk '{for (I=1;I<=NF;I++) if ($I == "uuid:") {print $(I+1)};}' …
Read MoreDrupal 8 1drush sset system.maintenance_mode FALSE Drupal 7 1drush vset maintenance_mode 0 You may need to clear cache for it to work. See details and some other options if it doesn't work in https://drupal.stackexchange.com/questions/100771/how-do-i-turn-off-maintenance-mode
Read MoreHad to install as follows (need to be php7.x): 1pecl install memcached Dependencies may need to be installed 1# yum groupinstall "Development tools" 2# yum install zlib zlib-devel 3# yum install php php-devel php-pear 4echo "extension=memcache.so" >> /etc/php.d/memcache.ini See …
Read More