Laravel 4 development server crashing without notice

耗尽温柔 提交于 2020-01-05 05:52:14

问题


I am developing an application in Laravel 4 using the built-in development server with a SQLite database. After a recent merge from another user in the project repository, the server will crash after certain requests.

I believe I have narrowed it down to a call of Sentry - when it is used on a request the server will crash out and the command line will exit.

$ php artisan serve
Laravel development server started on http://localhost:8000
Dwight at Dwights-MacBook-Pro.local  ~/Sites/tmtbl on master*
$ 

As you can see, there are no error notices.

I've run composer update and ensured that Sentry is still installed correctly. I'm not sure whether this issue is Sentry specific or something else is going on. Is there something I am missing here that is causing the server to crash?


回答1:


Do you use Chrome? If yes, go to the console and if you have an error, is it the same as: Failed to load resource when using Auth? Because I have the same problem with the php 5.4 server



来源:https://stackoverflow.com/questions/17424964/laravel-4-development-server-crashing-without-notice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!