Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug URL links lead to app.php, not app_dev.php #540

Closed
etomilin opened this issue Jul 4, 2015 · 4 comments
Closed

Debug URL links lead to app.php, not app_dev.php #540

etomilin opened this issue Jul 4, 2015 · 4 comments

Comments

@etomilin
Copy link

etomilin commented Jul 4, 2015

The links that appear in Debug-Url section of Symfony2 Profiler status bar (http://take.ms/NnkKG) are missing app_dev.php part thus leading to prod-environment where profiler is disabled.
For example, where link should lead to: localhost/app_dev.php/_profiler/355651, it is actually leading to localhost/_profiler/355651.

@murilolobato
Copy link

I'm also facing a similar problem. My project don't runs under localhost, it runs under localhost/myproject

So I always receives an 404 when I click on a debug-url

@scottgutman
Copy link

I have the same problem

2015-10-03_18-58-29_symfony 2 profiler links button
2015-10-03_18-59-32_bad-link
2015-10-03_19-00-22_good-link

@Toelath
Copy link

Toelath commented Jun 24, 2016

+1, thx

Haehnchen added a commit that referenced this issue Oct 3, 2016
refactor profiler to support http with html crawling in additional to local filesystem #798
also resolves debug urls #540, #522
Haehnchen added a commit that referenced this issue Oct 3, 2016
refactor profiler to support http with html crawling in additional to local filesystem #798
also resolves debug urls #540, #522
Haehnchen added a commit that referenced this issue Oct 3, 2016
refactor profiler to support http with html crawling in additional to local filesystem #798
also resolves debug urls #540, #522
@Haehnchen
Copy link
Owner

fixed by profiler refactoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants