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
0
votes
1 answer

Pantheon SFTP config parameters for Remote - SSH vscode extension

What .ssh config file parameters are needed to connect Remote - SSH extension at https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh&ssr=false#version-history to Pantheon hosting? Thanks
User301276
  • 55
  • 1
  • 8
0
votes
1 answer

Session cookie is not getting saved from Pantheon

We are working on log in functionality with headless React and Pantheon with REST web services. When I send login request to Drupal site in localhost, it sets a session cookie in my browser. However, it doesn't do that for Drupal site deployed to…
Misori
  • 1
  • 3
0
votes
1 answer

Cannot redirect correctly with PHP

I have a blog in a website that I want to redirect. For example this URL https://example.com/blog/june-2021/name-of-blog-post should redirect to https://example2.com/blog/june-2021/name-of-blog-post There are hundreds of blog posts so I can't use an…
Charly
  • 179
  • 7
0
votes
0 answers

PHP __DIR__ working locally but not on production

I have a script in a Wordpress plugin and I am trying to incorporate logging using fwrite(). My code is like this: $log_url = __DIR__ . '/logs/update-email-publish-tasks/' . date("n.j.Y") . '.txt'; $logfile = fopen($log_url, "w"); …
DLateef
  • 231
  • 1
  • 4
  • 17
0
votes
1 answer

How can I send Drush commands to Pantheon

I am trying to migrate my drupal 7 siteto drupal 8 site that resides on pantheon. For this purpose I have installed 3 migration modules as described in the docs. I have added my drush aliases in drush directory and I can see all my sites…
Syyam Noor
  • 474
  • 5
  • 15
0
votes
1 answer

failed to open stream: Permission denied in /srv/bindings/ wordpress pantheon

I have a wordpress site hosted on pantheon And have developed a custom plugin, using the same admin user can upload a file and respective file need to be manipulated. Now everything works fine on the dev environment. but when deploying the same on…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Popen subprocess OSError: [Error 2] No such file or directory

I'm running pantheon locally, and has met such a problem in Linux. An error occurs that in subprocess.py raise child_exception. Is their any solution to this problem? The file tunnel_manager.py is like this: from subprocess import Popen, PIPE if…
zyz
  • 1
  • 1
0
votes
1 answer

Commit button is not enabled

after pushing some changes via filezilla (SFTP) I can't commit the changes on the dashboard of pantheon as the commit button is not enabled. I don't know if I am missing something
Borealis
  • 1,059
  • 2
  • 18
  • 37
0
votes
0 answers

Wordpress Payment Plugin Site-Wide Cookie Preventing Varnish Edge Caching Through Pantheon

Running in circles trying to leverage Pantheon's CDN/Varnish edge caching. Have a Wordpress site uses the WP Simple Pay Lite plugin to process Stripe transactions on one page. That plugin creates a session cookie to allow correct handling of…
sforcash
  • 429
  • 4
  • 16
0
votes
1 answer

Drupal 7: from pantheon to a Local environment

I have a website on pantheon I want to copy this website to local so I created a database and then from the backup of the database and using command line I was able to import the backup to the database created on local also I did a clone of the code…
Borealis
  • 1,059
  • 2
  • 18
  • 37
0
votes
2 answers

How to update robots.txt on pantheon.io - wordpress

How can I update robots.txt on the pantheon environment Live site? I have tried the following option 1) Via FTP 2) via word press SEO >> tool Do I need to follow any steps, as it's a word press instance
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Wordpress: woocommerce creating cookie that is not allowing my site to be cached via varnish

I have a 4.9.6 wordpress site hosted on pantheon. I am trying to leverage there varnish cache feature provided by pantheon but I am running into problems with a cookie being set site-wide for anon users that is not allowing my site to cache. When I…
jpshayes
  • 174
  • 3
  • 12
0
votes
1 answer

How do I allow a self-managed local settings file?

My settings.php file looks for a settings.local.php file. DDEV also wants to provide a file named this containing database credentials. What's the best way for them to coexist? Should I also look for a local.settings.php file and place my custom…
wizonesolutions
  • 577
  • 3
  • 15
0
votes
2 answers

Convert .htaccess rewrite rule to PHP

I have a WordPress site running on Pantheon, which uses nginx. Rewrite rules in the .htaccess files are ignored, so they need to be placed in wp-config.php instead. My regex skills are more or less nonexistent, and I need to convert these rewrite…
joakland
  • 145
  • 8
0
votes
2 answers

Get Cookie made with javascript in PHP

I am using JS Cookie. Cookies.set('cookie1','cookieValue'); Yet in PHP when I try to get the cookie I get NULL var_dump($_COOKIE['cookie1']); I can see the cookie in the console and if I run var_dump($_COOKIE); I can see all other cookies but…
Jason
  • 1,091
  • 4
  • 19
  • 40