Questions tagged [pantheon]

Pantheon is a web development hosting platform for open-source Drupal and WordPress websites. It is an app-specific Platform-as-a-Service provider, sold on a monthly subscription basis, with several support tiers available. Do not confuse with the pantheon-terminal emulator or other similarly named components from the elementary project.

Pantheon is a web development hosting platform for open-source Drupal and WordPress websites featuring various WebOps tools. It is an app-specific Platform-as-a-Service provider, sold on a monthly subscription basis, with several support tiers available.

Do not confuse with

  • pantheon-terminal, a terminal emulator for Linux from the elementary project. Use and instead.
  • pantheon-files, a file manager for elementary OS. Use instead.
  • Hyperledger Besu, an open-source Ethereum Client formerly known as Pantheon. Use and instead.
58 questions
1
vote
1 answer

Warning on Pantheon Localdev logs

Hi I'm spinning out Pantheon's Localdev for testing and I'm getting this warning message on the logs You have a lot of keys! Any ideas what is causing this warning?
d70rr3s
  • 123
  • 8
1
vote
0 answers

Varnish caching issues on the Pantheon hosting platform - Question for WordPress plugin developers

I am hosting a number of websites on the Pantheon platform. A few of my sites are not caching properly because some of the plugins are using $_SESSIONS and setting a cookie SSESS or SESS in the header. This is resulting in very slow TTFB (up to…
user2041555
  • 33
  • 1
  • 3
1
vote
1 answer

How do you migrate a site from Wordpress.com (free account) to Pantheon?

How do you migrate a site from Wordpress.com (not .org, not WP Engine, not local, etc) to Pantheon.io? Pantheon has a migration button, but it doesn't work with Wordpress.com free accounts because it requires you to install a plugin and you can't…
louiechristie
  • 93
  • 1
  • 7
1
vote
1 answer

Timber blocks access to edit posts/pages

I'm working on a Wordpress site I did not set up and it is using Timber with a modified Gesso theme. Whenever I go to edit a post or page it loads a blank screen. Nothing appears on the front end but here are the numerous errors from the…
1
vote
1 answer

Pantheon On chain permissioning whitelisted nodes will not sync

I have successfully run the boot node, successfully deployed the contracts, and successfully whitelisted a second node (transaction confirms and the node shows up in the permissions UI. Enode URL's Enode1 (boot node):…
Jay P
  • 596
  • 7
  • 23
1
vote
1 answer

Anyone able to install Drupal 8 Thunder (with Composer) on Pantheon?

I've been trying to get Drupal 8 Thunder running on Pantheon, but have hit some roadblocks. I've got Thunder running locally following these instructions: https://github.com/BurdaMagazinOrg/thunder-project/blob/2.x/README.md The trying to use some…
kevcol
  • 1,203
  • 8
  • 8
1
vote
1 answer

How to create new user when configuration is locked using "Configuration Read-only"

We have a Drupal 8 site hosted at Pantheon and the site configuration is locked via the "Configuration Read-only" module. I created a local clone of the site using git and added a new user but when I do a git status it shows my branch as being in…
1
vote
0 answers

Publicly expose a directory on Pantheon (Drupal 7)

I have a D7 site on Pantheon with a dir in sites/default/files that I want to make publicly accessible and navigable (you should be able to navigate the folder structure and files from within a web browser - no styling necessary). I've tried…
kettultim
  • 244
  • 1
  • 4
  • 15
1
vote
1 answer

Pantheon and Drupal: terminus/drush update --security-only

I'm using Drush over Pantheons terminus command-line tool, and trying to update my dev environment. This command works just fine: terminus drush [sitename].dev "pm-update" However, I can't seem to pass the --security-only tag to drush in a way…
Daggar
  • 144
  • 4
1
vote
1 answer

Pantheon Drupal 7 setup issue with clean url

On my site under admin section node view (node/xxx) is working fine but when I am trying to edit a node (node/xxx/edit) give me following error ERR_TOO_MANY_REDIRECTS This issue is only on Pantheon when I do it on my local server it is working…
Navneet Garg
  • 1,364
  • 12
  • 29
1
vote
1 answer

Redirecting a few thousand URLs using PHP

I am migrating a site which will require about 5000 redirects, in a format such as http://www.acme.org/content/item.aspx?id=123 redirects to http://www.acme.org/resources/articles/why-acme-is-great Normally I would accomplish this through .htaccess…
Jon
  • 846
  • 1
  • 8
  • 25
1
vote
1 answer

Sublime Text 3 + Git - Can't Push

Maybe I'm missing something. I have the Git package installed for ST3. Works great for almost everything - add, commit, diff, etc.. However, I can't push anything. I'm pushing to my host (Pantheon), but I get an error message every time I try. If I…
1
vote
1 answer

ColdFusion oAuth Consumer against PHP Pantheon site

I am an oAuth newbie and struggling to implement a simple oAuth consumer in ColdFusion against a PHP site which uses the Pantheon oAuth library. The following curl script works perfectly and returns the JSON I need. curl -X POST -i -H…
Ben
  • 33
  • 5
0
votes
2 answers

Lando pull from pantheon multidev not working

I have installed lando and docker-ce, cloned project from Pantheon and trying to lando pull --database=dev --files=dev --code=dev after I choose Pantheon account with valid machine key and see this log Attempting to login via terminus... [notice]…
Sizuji
  • 868
  • 2
  • 9
  • 26
0
votes
1 answer

ddev launch command returns "File not found."

My organization is establishing a ddev-pantheon setup on Windows 10. Successful "ddev pull pantheon" commands have executed. 403 errors arose after running ddev start and clicking the project links; this error disappeared after establishing the…