db::table抛出异常

qnakjoqk  于 2021-06-21  发布在  Mysql
关注(0)|答案(0)|浏览(235)

我试着用

DB::table('action_event')->insert(
   array('message' => 'john@example.com', 'status' => 1, 'id' => '11')
     );

结果。。
symfony\component\debug\exception\fatalerrorexception uncaught typeerror:传递给illuminate\exception\whoopsdisplayer::display()的参数1必须是exception的示例,给出了错误的示例,在第279行的c:\xampp\htdocs\esybound1\vendor\laravel\framework\src\illuminate\exception\handler.php中调用,在c:\xampp\htdocs\esybound1\vendor\laravel\framework\src\illuminate\exception\whoopsdisplayer中定义。php:43 stack 跟踪:#0 c:\xampp\htdocs\esybound1\vendor\laravel\framework\src\illuminate\exception\handler.php(279):illustate\exception\whoopsdisplayer->display(object(error))#1 c:\xampp\htdocs\esybound1\vendor\laravel\framework\src\illustate\exception\handler.php(158):illustate\exception\handler->displayexception(object(error))#2 c:\xampp\htdocs\esybound1\vendor\laravel\framework\src\illustate\exception\handler.php(169):illuminate\exception\handler->handleexception(object(error))#3[内部函数]:illuminate\exception\handler->handleuncaughtexception(object(error))#4{main}抛出
而我在另一个控制器中使用了相同的db::table查询。。这一个运行成功,但如果我在任何文件或控制器使用相同的查询,除了第一个它会导致致命的错误。。。为什么?原因是什么??

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题