-
Notifications
You must be signed in to change notification settings - Fork 49
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
PHP Debugbar is not working #18
Comments
Config the uri service currectly:
https://github.com/snowair/phalcon-debugbar/blob/master/README_zh.md#关于-baseuri |
thank you. But my config the uri service: |
You should find out a way, to render the route from the wrong result:
to the right:
|
in phalcon simple-service-provider ind .htaccess
and add in app\Bootstrap.php function getOutput()
in |
Hi All,
Sorry, My English is not good.
I have add phalcon-debugbar from this link: https://github.com/snowair/phalcon-debugbar.
but it is not working.
When I run, In my console is display:
I found error:
dashboard:449 GET http://dashboard.somo.local_debugbar/assets/stylesheets?1445331526 net::ERR_NAME_NOT_RESOLVED
dashboard:450 GET http://dashboard.somo.local_debugbar/assets/javascript?1445331525 net::ERR_NAME_NOT_RESOLVED
dashboard:453 Uncaught ReferenceError: PhpDebugBar is not defined(anonymous function) @ dashboard:453
sb-admin-2.js:2 Uncaught TypeError: $ is not a function
How to I can fix it ?
The text was updated successfully, but these errors were encountered: