gpt4 book ai didi

laravel - 如何找到导致错误的行

转载 作者:行者123 更新时间:2023-12-04 15:57:47 24 4
gpt4 key购买 nike

我刚刚开始使用 Laravel,无法理解它是如何引发错误的。它没有显示错误所在的行,所以我不知道如何找到它。任何人都可以帮忙吗?

htmlentities() expects parameter 1 to be string, array given (View: M:\webserver\www\app\views\products\admin\create.blade.php)



这个文件非常长,我看不到这个数组被发送到哪里。

它显然来自 Form::text() ,但在我能看到的所有内容中,我都传递了一个 null 作为第二个参数。为什么 Laravel 不简单地告诉我出错的行。它提出的错误对我没有用。

最佳答案

检查错误文件:

app/storage/logs/laravel.log

您可以使用命令行查看文件中的更改(在 Mac 和 *NIX 上):
tail -f app/storage/logs/laravel.log

请记住,存储目录必须可由 webserver/PHP 进程写入,因为它用作暂存空间(用于 Blade View 、日志等)

关于laravel - 如何找到导致错误的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24334328/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com