-
Notifications
You must be signed in to change notification settings - Fork 12
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
createService seems to fail on parameters #5
Comments
stack trace
|
Thanks for the report. I'm working on it. |
Great, appreciate it ! Let me know if you need more information, would love to get this to work. |
Awesome stuff. I upgraded, removed the ZF2 code workaround , enabled the module and the debug bar is working fine. Really appreciate your time and effort!! Thanks a lot. edit: I'm not seeing the database tab anymore though, but It was empty before this problem too. I'm not interested in the queries so not really a focus here. |
Fixed! |
@gplv2 But did you run any queries? |
You might have a point there, most stuff is interacting with a console daemon in the application. I've forked the open source version , it might be just that no queries are being run although the console daemon requires a DB, the interaction is probably not directly. Before the upgrade the 'database' tab in the debug window was always empty,now it is gone. Which is better imho when no queries are actually performed. The great news is that thanks to your fixes I can now dig in deeper using the debug tool. It's the first time I worked with ZF2 application, I still need to learn a lot about it. |
@gplv2 cool. Have fun with zf2! 😄 |
Hi,
I'm receiving this one:
after debugging the 'parameters' I managed to actually bypass this error and see the debugbar working well. But somehow the format of the parameters is not what zend is expecting:
in vendor/zendframework/zendframework/library/Zend/Db/Adapter/Adapter.php
It only happens when I include ZfSnapPhpDebugBar in the modules. I managed to fix this by modding the parameters in the wrong place ( Zend ) but it seems that is all what is needed to get the debug bar to work in https://github.com/gplv2/bareos-webui for now.
any idea why the '$parameters' are in the wrong format while setting up the service ?
Tx for making this for SF2
The text was updated successfully, but these errors were encountered: