我无法在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. ............
答案 0 :(得分:0)
尝试设置常量WP_TEMP_DIR
,这应该更改下载的目录保存到的目录。在wp_config.php
:
define('WP_TEMP_DIR',ABSPATH。'wp-content /');