WordPress安装主题出错解决

将空间转移后发现在WordPress后台安装主题时需要输入FTP地址和账号密码。

输入地址和账号密码后,点击继续报如下错误:

PHP Warning: touch() [<a href=’function.touch’>function.touch</a>]:

Utime failed: No error in H:\root\home\oec2003-003\www\site1\fwblog\wp-admin\includes\file.php on line 179

解决方法:

1 确保WordPress的上传目录有可写权限;
2 在wp-config.php文件的底部添加如下代码即可。
define(‘WP_TEMP_DIR’,ABSPATH.’wp-content/uploads/’);