WordPress上传图片时提示缺少临时文件夹:
更新程序或主题/插件时提示如下错误:
fopen(/tmp/wordpress*.tmp): failed to open stream: No such file or directory
检查wp-config.php中是否已有如下代码,如果没有则添加:
define('WP_TEMP_DIR',dirname(_FILE_) . '/wp-content/temp/');
在wp-content目录创建temp文件夹,并将权限设置为755。
测试上传,如果仍然提示错误,则删除wp-config.php中添加的代码,然后联系老薛主机客服重启CageFS