我将使用所有这些指南将我的 Symfony 从 2.0 升级到 2.5:
https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md
https://github.com/symfony/symfony/blob/master/UPGRADE-2.2.md
https://github.com/symfony/symfony/blob/master/UPGRADE-2.3.md
https://github.com/symfony/symfony/blob/master/UPGRADE-2.4.md
https://github.com/symfony/symfony/blob/master/UPGRADE-2.5.md
我的首页有效,但 Web 调试工具栏抛出“404 Not found”。经过一整天的搜索和挖掘,我发现了 symfony 代码:
- Web 调试工具栏和探查器看起来不错,但是...
- app/cache/dev/profiler 为空(整个缓存有 0777 访问)
- kernel.terminate 事件不会触发(最后注意到的事件是 kernel.finish_request)
- 我找不到调用内核
terminate
方法的地方(那是我最后卡住的地方)
也许有人有类似的问题?