duanliang2017 2017-04-12 03:56
浏览 66
已采纳

尝试更新WordPress插件时出错

Our web server hard disk went full overnight and all our sites crashed. We increased hard disk size and then sites were working okay.

Now we found out that we are unable to update plugins automatically from the plugins.php page. We are getting the following error:

Update Failed: The package could not be installed. PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file '/tmp/woocommerce-customer-order-xml-export-suite-Wa6DIQ.tmp'

See also screenshot: http://imgur.com/a/9969E

What do we need to do to rectify this?

  • 写回答

2条回答 默认 最新

  • douxiangdiao6348 2017-04-12 04:09
    关注

    Once this happened to me but with a Windows Server. And I solved doing the following.

    1. I created a folder in wp-content named temp
    2. Then I edit the wp-config and below the following line
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    1. I paste this line:
    define('WP_TEMP_DIR', ABSPATH . 'wp-content/tmp');

    And since that moment I stop using Windows as Servers LOL.. And moved to Linux

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?