douyin2962 2013-05-27 12:46
浏览 24

Symfony2:找不到“GET ......”的路线

I implemented my own error-controller so I get an email when there is an error in my project. The project has been online for a while now and now and about once a day I get this error:

There was an error on /dealer/search/ No route found for "GET /dealer/search/"

This route doesn't exist, there is a route /deealer/search/top and /dealer/search/left. Nobody ever complained about an error occurring. This also happens with other pages and it is always the last part of the url that is missing.

It is an intranet which you can only access after logging in, so it can't really be a bot or something. I never received an email yet from someone who experienced this error, so I am a bit stuck where this is coming from.

Does anybody have any idea what could possibly cause this?

  • 写回答

3条回答 默认 最新

  • duanfei8149 2013-05-27 12:50
    关注

    These are exceptions thrown by the router when the page doesn't exists.

    In other words, this is how Symfony signals page not found errors internally. By default it displays a 404 Not Found page when these exceptions occur.

    评论

报告相同问题?

悬赏问题

  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么