网站报错PHP Fatal error: Uncaught Error: Call to a member function send()

原来网站用phpstudy搭建的环境,后来换了服务器,手动配置的IIS+PHP+MYSQL,部署完毕后,其余的都没问题了,登陆网站后台,打开文章管理就报下面这个错,其余栏目都正常,求指点哪里的问题,万分感谢!

img

下面这个图是报错那个文件截图

img

你可以参考一下这篇文章 tp多文件上传致命错误: Call to a member function move() on string_光头强的博客-CSDN博客 解决方案在使用tp上传多个文件上传的时候,一定要注意前台的写法!!!先把我代码贴出来参考一下:index控制器:<?phpnamespace app\index\controller;use think\Controller;use think\Loader;use think\Db;use think\Request;class Index extends Contr... https://blog.csdn.net/qq_42249896/article/details/87875391
希望能帮到你