WordPress导入器0.5

时间:2011-12-14 19:54:26

标签: php wordpress-plugin

我无法在Boldy主题上安装WordPress Importer 0.5。

安装插件时得到的消息是:

Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is 10736 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/griffedecorazioni.it/httpdocs/wp-admin/includes/file.php on line 177

Warning: unlink() [function.unlink]: SAFE MODE Restriction in effect. The script whose uid is 10736 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/griffedecorazioni.it/httpdocs/wp-admin/includes/file.php on line 489

Download failed. Destination directory for file streaming does not exist or is not writable.
............

1 个答案:

答案 0 :(得分:0)

尝试设置常量WP_TEMP_DIR,这应该更改下载的目录保存到的目录。在wp_config.php

中添加这样的内容
  

define('WP_TEMP_DIR',ABSPATH。'wp-content /');