我正在开发一个 laravel 网站,当我部署在服务器上时,我得到了这个数据库错误

Posted

技术标签:

【中文标题】我正在开发一个 laravel 网站,当我部署在服务器上时,我得到了这个数据库错误【英文标题】:Im developing a laravel website and when i deployed on server im getting this database error 【发布时间】:2020-06-13 04:56:23 【问题描述】:

This is the error imp getting

这是网站的网址http://graphixvilla.com/login

【问题讨论】:

这是一个简单的错误,表示布局文件夹中不存在footer.blade.php 文件。 这不是数据库错误。错误本身清楚地表明了这一点 【参考方案1】:

Linux 上,文件系统区分大小写

其实你的错误信息是准确的

Facade\Ignition\Exceptions\ViewException
View [layout.footer] not found. (View: /home/stsgcc25/myapp1/myapp1/resources/views/layouts/app.blade.php)

幸运的是,ignition 告诉你文件名中有错字 (Did you mean layout.Footer?)

它必须是 Footer 而不是 footer

【讨论】:

以上是关于我正在开发一个 laravel 网站,当我部署在服务器上时,我得到了这个数据库错误的主要内容,如果未能解决你的问题,请参考以下文章

为啥我部署的 Laravel 8 应用程序无法通过符号链接在存储目录中找到图像?

当我部署我的网站时,客户端发布/获取被 CORS 阻止的请求

Laravel问题加载资产400错误请求

MongoDB 如何选择候选计划

无法使用 Firebase 托管显示网站

在 scout:import Laravel 之后数字被格式化为字符串