file_get_contents(): Unable to create temporary file

在php.ini中搜索

upload_tmp_dir

如果为空,给它设置一个,然后把这个目录的文件夹权限设置成777最大权限,就可以创建临时文件了

相关文章: