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
4
votes
0 answers

How to implement a multidev environment / workflow?

Context: switch from Pantheon We are currently hosted with Pantheon, an opinionated platform, and we liked their workflow (code up from dev to live, content down from live to dev) and used it with their multidev environments (i.e. easy cloning and…
Julix
  • 598
  • 1
  • 9
  • 20
4
votes
1 answer

Git merge results in 400 rename/rename conflicts, how do I resolve them quickly?

So, I have a number of Wordpress sites managed with a Git repository, all of which are branches off of a central upstream Git repository. I recently applied a bunch of updates to the parent repo, but one of the child website repos had a plugin…
Libertardian
  • 391
  • 3
  • 5
3
votes
0 answers

GitHub action push to pantheon

I'm trying to create an action that pushes changes to pantheon on every push so we can have more advanced workflows with GitHub but keep the convenience of dev-sites created on pantheon. I have set up 3 secrets SSH_KEY (private…
Krisztian
  • 373
  • 1
  • 3
  • 15
3
votes
0 answers

PHP Error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

I am working on a site using Lando and Pantheon and have recently been running into this error: php: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory I don't know what caused it to…
Ben Cavenagh
  • 608
  • 1
  • 6
  • 22
3
votes
3 answers

drupal prepending 'node' to the link url

I am working on a drupal site. The current issue is that when a link is created either by using the url() or the base_path variable, it works ok on local development environment but when the very same code is put on the server, the url prepends node…
Abdul Ali
  • 1,905
  • 8
  • 28
  • 50
2
votes
1 answer

How can I delete git commits that have already been reseted but still show up in history?

I need to get rid of commits that I have already reseted and force pushed to origin; they keep coming up whenever I pull or clone the remote repo. I pushed commits to Pantheon's DEV environment, deployed on both TEST and LIVE environments. Later I…
Byron
  • 63
  • 6
2
votes
3 answers

ERROR 2003 (HY000): Can't connect to MySQL server on '....' (65)

This is the first time I am setting up a remote connection and I am doing this. mysql -u user -password -h dbserver.dev.5bfed886-8150-4a8d-b0d5-4c7cffb5c54c.drush.in -P 11831 dbname I get this error back. ERROR 2003 (HY000): Can't connect to MySQL…
krthkskmr
  • 461
  • 5
  • 22
2
votes
1 answer

PHP cookie set within Drupal inaccessible in non-Drupal script

I'm setting a cookie within a Drupal app that's hosted on Pantheon (let's just say the URL is domain.com/step/1) immediately before redirecting to an external URL like this: $expires = time()+(60*60*24); setrawcookie('tourPath', '/step/1', $expires,…
Ben Chamberlin
  • 671
  • 4
  • 18
2
votes
1 answer

Drupal login issue on pantheon server

We have a drupal site running on pantheon server. We are facing issue with login in site. We are able to login in site, but whenever we open any other page except "user" page, it shows that you are not logged in. Again we open user page, it shows as…
user188906
  • 190
  • 7
2
votes
4 answers

.htaccess not working on drupal 7 when uploaded to pantheon server

My drupal site has a .htaccess file on which I am redirecting the page without changing the URL, Its working fine on local server & other servers but when I upload the files & databases to pantheon server It will not redirect the page saying 404 not…
israr
  • 1,155
  • 15
  • 28
2
votes
1 answer

Having trouble authenticating in Drush with SSL

My Drupal site is hosted at Pantheon (getpantheon.com), I'm using Drush on a Windows 7 x64 machine. I was reading this article on commands using Drush + Terminus (a special Drush extension for Pantheon…
Sage
  • 200
  • 1
  • 10
1
vote
1 answer

No 'Access-Control-Allow-Origin' header is present on the requested resource. on the Pantheon Site

I have created a Webservice in Drupal 9 of the Pantheon (Locked) Site that I need to call from another domain. I have tried almost all the solutions I found but nothing is working. services.yml # Configure Cross-Site HTTP requests (CORS). # Read…
Sami Ahmed Siddiqui
  • 2,328
  • 1
  • 16
  • 29
1
vote
2 answers

404 Error on Images Locally with WAMP/phpMyAdmin

I recently set up a WAMP server using phpMyAdmin and am having issues displaying images pulled from my website hosted via Pantheon. I've got everything running fine, but the images will not display. I've exported my website's database via Pantheon…
1
vote
1 answer

Terminus drush config:import detecting no changes

I cloned a multi-dev environment to my local machine and the website is working fine. I have the database, files, and code working on the local machine. The problem I'm encountering is when I make changes to a content type like adding a new field in…
edelcodes
  • 67
  • 7
1
vote
3 answers

Fresh Pantheon Drupal Install not working on Local

I've cloned a fresh Drupal install from Pantheon and I'm attempting to run it on my local machine. I've used Lando to clone a repo and pull the relevant files, db, and code. I attempt Lando Start and when accessing my site I get the following…
bren
  • 83
  • 2
  • 6
1
2 3 4