我目前有Wordpress 4.1,试图更新到4.1.1.
我过去通过仪表板>更新模块多次更新.这一次,当我尝试更新时,输入我的FTP密码后,我遇到了一个空白页面.
"空白"页面并非完全空白.仪表板的顶部和左侧菜单显示,但内容区域为空白.页面的URL是@ HOME/wp-admin/update-core.php?action = do-core-upgrade&_wpnonce = 7b6cf80aad
我已经尝试使用默认主题,以及禁用所有插件.没有什么变化.
有一次,我在谷歌Chrome控制台中发现了这些错误:
Failed to clear temp storage: It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources. SecurityError
Failed to create temp file 2 : It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources.
Run Code Online (Sandbox Code Playgroud)
这只发生在核心更新中.我仍然可以安装/删除插件没问题.还有哪些其他因素会以这种方式影响核心更新?
您可以尝试将 ftp 凭据放入 wp-config.php 文件中:
define( 'FTP_USER', 'ftpusername' );
define( 'FTP_PASS', 'ftppassword' );
define( 'FTP_HOST', 'ftp.hostname.net:21' );
Run Code Online (Sandbox Code Playgroud)
资料来源:https://wordpress.org/support/topic/cant-upgrade-vom-41-to-411 ?replies=10#post-6589194
| 归档时间: |
|
| 查看次数: |
5151 次 |
| 最近记录: |