在Wordpress中自动更新核心文件

时间:2015-03-24 20:02:53

标签: php wordpress include core

需要一些帮助。 我试图将我的wordpress网站自动更新到新版本,它只是赢了。出现以下代码:

Warning: touch() [function.touch]: Unable to create file /home/theround/public_html/wp-content/tmp/wordpress-4.tmp because Permission denied in /home/theround/public_html/wp-admin/includes/file.php on line 155

Warning: unlink(/home/theround/public_html/wp-content/tmp/wordpress-4.tmp) [function.unlink]: No such file or directory in /home/theround/public_html/wp-admin/includes/file.php on line 457

有没有人有任何想法?我一直在谷歌这个问题无济于事。我已经尝试在配置文件中添加各种代码行,但是没有用,而且我的智慧结束了。 说实话,我甚至不知道这意味着什么。我已经检查了文件,并且他们在那里使用了正确的权限等等...并将它们与其他wordpress网站进行了对比,并且它们是相同的...

1 个答案:

答案 0 :(得分:1)

文件权限似乎设置错误。可以在此处找到更多信息:https://codex.wordpress.org/Changing_File_Permissions#Permission_Scheme_for_WordPress

此外,如果您使用自己的服务器,请确保wordpress用户拥有该目录的所有权。

e.g。 Linux的sudo chown -R www-data:www-data /path/to/WordPress/Installation