jackalope/jackalope-doctrine-dbal

Error 500

Closed this issue · 2 comments

I'm facing with Error 500 when i browse into the second depth level.

From my project's symfony console I can view the paths:

$ cons doctrine:phpcr:node:dump --depth 2
ROOT:
  cms:
    pages:
    routes:
    content:
    menu:

While in your phpcr-browser I can see only the root path
image

Please tell me how can I inspect the problem.
Thanks

dbu commented

hi,
do you mean the https://github.com/marmelab/phpcr-browser/ ? if its that one, you best open the issue in that repository, as its likely not a problem of jackalope but of the client.
btw, there also exists the phpcr-shell which is more convenient than the node:dump command. its a bit like the mysql and postgres command line clients, even supporting UPDATE statements to manipulate data.

Yes, sorry.