但是我不是给他重组了吗
Exception in InterfaceController.php line 1337:
Failed calling App\Model\Incomm::jsonSerialize()
laravel 如何使用json_encode();
有些地方使用是好的,有些地方使用就会报错这是为什么
代码如下:
if($type == 2){
$infos = Incomm::where('user_id',$user_id)->where('infwc',2)->paginate(16);
$info = array();
foreach($infos as $val){
$info[] = $val;
}
}
$rs = array(
'info'=>$info
);
echo json_encode($rs);
exit;
这样就会报这种错
这个App_KEY还有什么方法能解决呢
这个除了APP_KEY出问题汇报这样的错还有什么问题汇报这样的错啊
这个生成在.env文件,我把文件上传了,还是会有这种错误
现在项目的服务器是windows服务器,然后就京城会出现The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key
lengths的错误
我看了这个是在linux服务器上的,但是我现在项目的服务器是这个,我该如何解决呢,我之前用linux的时候没有碰到这个
我该上传那个文件到服务器上才可以呢,我实在本地上操作的,这个是生成在哪个文件下的呀