【问题标题】:How to update Wordpress plugins in local copy of Wordpress for App Engine?如何在 Wordpress for App Engine 的本地副本中更新 Wordpress 插件?
【发布时间】:2014-05-06 21:28:07
【问题描述】:

当我尝试在 Wordpress for App Engine 的本地副本中更新插件时,我看到以下错误:

Downloading update from https://downloads.wordpress.org/plugin/batcache.1.2.zip…
Download failed. Saving to a file is not currently supported.

我能找到的对该错误消息的唯一引用来自 appengine-wordpress-plugin/modules/urlfetch.php:

// For now, lets not support streaming into a file and see what breaks
    if (isset($r['filename'])) {
      return new WP_Error( 'http_request_failed',
          __( 'Saving to a file is not currently supported.'));
    }

我知道我可以简单地手动添加插件文件,但最好只需单击“更新”链接即可。有谁知道如何避免这个错误?

我使用的是 Mac OS 10.7。

【问题讨论】:

    标签: wordpress google-app-engine appengine-wordpress


    【解决方案1】:

    显然,Google App Engine for WordPress 插件必须在 Wordpress 的本地副本中停用。仍然需要在 App Engine 上的生产副本中激活它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-21
      • 1970-01-01
      • 2017-10-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多