laravel 博客搭建 500 错误 如何找到错误所在

2016-11-05 00:18:32 +08:00
 hweining

如图 试着用 https://laravist.com/series/deploy-laravel-app-on-vps 上的视频教程加 https://lufficc.com/blog/step-by-step-teach-you-to-deploy-your-laravel-application-to-server 博客的教程部署在 VPS 结果却是如图所示 fpm 已经修改了 nginx 在 location / try_files 改为 try_files $uri $uri/ /index.php?$query_string;博客所在目录给予 nginx 的 www-data 用户组与用户名权限: sudo chmod -R 775 storage/ sudo chown -R www-data:www-data /var/www/Xblog 重启 nginx 和 fpm : sudo service nginx restart sudo service php7.1-fpm restart 各位菊苣给点意见吧 有的说是没安装 unzip 和 zip 我试着重新安装一遍还是不行 //https://laravist.com/discuss/laravel/laravel-project-from-scratch-deployment-752

8960 次点击
所在节点    程序员
9 条回复
yangqi
2016-11-05 00:22:25 +08:00
查 log

/var/log/nginx/...
或者 /var/www/Xblog/storage/logs/laravel.log
kslr
2016-11-05 01:05:18 +08:00
Laravel 日志直接就定位了
zacharyjia
2016-11-05 01:13:09 +08:00
storage 目录给权限了没
Yunhao
2016-11-05 01:15:19 +08:00
我记得 bootstrap/cache 目录的权限也要 775
chenxu
2016-11-05 07:22:07 +08:00
给 storage 权限
bazingaterry
2016-11-05 09:17:26 +08:00
开 debug 模式看错误
dxwwym
2016-11-05 09:40:20 +08:00
我之前权限不对直接 500 ,没有其他提示
j8sec
2016-11-05 10:57:56 +08:00
stoarge 不可以写
sobigfish
2016-11-05 11:59:55 +08:00
ls 都不看 lz 确实 chmod -R 775 storage 了么-。-

lz 看 log 啊啊,什么都没有只有 500 谁也不明白的,@dxwwym storage 不可写的情况下 log 是会被报 view 之类的错的

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/318179

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX