问题标签 [pantheon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
drupal - Drupal 7 Views PHP (views_php) 模块错误
视图 PHP 模块在站点审计报告中给出以下错误:
未完成和不完整的视图 PHP 允许将可执行代码存储在数据库中而无需修订;Views UI 中引入的错字可能会导致整个生产站点瘫痪而没有责任。有关如何实现您自己的自定义视图功能的详细信息,请参阅http://api.drupal.org/api/views 。
我该如何处理这个问题?
drupal - 万神殿上的 Drupal 站点/默认/settings.php 问题
我是这个网站业务的完全菜鸟,我的 Drupal 网站(托管在万神殿上)面临着一个非常简单的问题:
我不知道该文件的位置,也不知道如何将其复制到其他 .php 文件(我也不知道其位置)。我真的很感激详细的帮助。
php - 万神殿服务器上的Drupal登录问题
我们有一个在 pantheon 服务器上运行的 drupal 站点。我们正面临登录网站的问题。
我们可以登录网站,但是当我们打开除“用户”页面之外的任何其他页面时,它显示您没有登录。再次打开用户页面,它显示为登录用户。
我们无法确定是什么问题。
请帮助我们解决这个问题。
php - 在 Drupal 中设置的 PHP cookie 在非 Drupal 脚本中无法访问
在重定向到这样的外部 URL 之前,我在 Pantheon 上托管的 Drupal 应用程序中设置了一个 cookie(假设 URL 是 domain.com/step/1):
外部 URL 以与该问题无关的方式处理请求,但随后重定向到$callback_url
. 假设它是domain.com/callback
. 无论如何,它在同一个域上,但它只是一个普通的 PHP 脚本(不在 Drupal 中)。
我在这里遇到的问题是,当重定向到回调脚本时,我可以在浏览器中看到tourPath
设置了 cookie,但它不在 $_COOKIE 数组中。
我可以在 $_COOKIE 中看到各种 Drupal cookie,所以一般设置 cookie 没有问题。
我尝试setcookie()
改用,但这没有帮助。
mysql - 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.
I get this error back.
I have scoured the web I am not able to find a solution, I would appreciate any help. I apologize beforehand if any information is missing (I am a first timer).
database - 当我从万神殿做一个 git pull origin master 时,它似乎没有拉数据库
我是使用 Git 的这个工作流程的新手,我觉得我错过了一条对我来说并不明显的信息。我在 Pantheon 上设置了一个沙箱,并通过 Pantheon 进行了 Drupal 安装。在开发上运行良好。然后我将它克隆到我的本地,但是当我在浏览器中打开我的本地时,它想要安装 Drupal,就像它从未在 Pantheon 上设置过一样。我最好的猜测是它没有拉数据库,找不到它,并且认为它是全新安装的。但是我如何在这里连接这些点?谢谢!!
drupal - Pantheon Drupal 克隆数据库和文件
我们正在使用Pantheon和Drupal。我已将新用户添加到实时站点,并将新内容添加到开发站点。如何在不覆盖新用户的情况下将内容推广到实时站点?
php - 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 or an nginx module. However I'm on a WordPress specific host, Pantheon, which does not allow access to that.
Therefore the only solution I could think of is to use PHP. The following is working. There's some WordPress specific code in there to prevent WordPress from just throwing a 404.
This works fine. However I have two concerns:
- With a list of 5000, what kind of impact will this have on performance? I'm planning on using some larger conditionals and then narrowing down (in the example above, I first check for
/resources
before looking at specific IDs. - While this list will in theory never need to be modified, it feels like an ugly solution both in terms of syntax and logic. Is there a better method I'm not thinking of?
drupal - drupal 7 配置文件位置
我正在将 Drupal 7 网站从 Pantheon 迁移到新主机,并且需要配置域访问模块。但是我发现了一些麻烦。域访问模块给了我错误信息:
域模块安装不完整。查看 INSTALL.txt 并检查您的 settings.php 文件。
在阶段加载域访问失败:引导包括。请检查您的 settings.php 文件和站点配置。
所以我把字符串
包括 DRUPAL_ROOT 。'/sites/all/modules/domain/settings.inc';
到我的/sites/default/settings.php
档案。但它没有任何效果。我尝试了不同的路径,但没有结果。在我发现我的 settings.php 文件具有默认数据库设置之后 - 不是我在安装 Drupal 站点时编写的那些。所以我删除了 setting.php 并从 web-browser 重新初始化 Drupal 站点*/install.php
。之后我发现新创建/sites/default/settings.php
的数据库错误(默认数据)。$drupal_hash_salt = '';
但网站工作正常。此外,我已将权限更改为 777 并转到 /admin/reports/status 并找到该行
配置文件 - 受保护
这很奇怪。你能帮我解决这个问题并找到我的配置文件的真实位置吗?
drupal-7 - 带有干净网址的 Pantheon Drupal 7 设置问题
在我的站点上的管理部分节点视图 (node/xxx) 工作正常但是当我尝试编辑节点时 (node/xxx/edit) 给我以下错误
ERR_TOO_MANY_REDIRECTS
当我在本地服务器上执行此操作时,此问题仅在 Pantheon 上运行正常。
我已经检查了 .htaccess 和 web.config 文件。相同的配置适用于我的另一种设置