0

I'm interested in getting more dubugging information when I get an error.

Now I'm getting something like this:

PHP Fatal error:  Class 'MyFirm\PlatformBundle\Entity\Review\LandmarkReviewRepository' not found in /home/me/mf/myfirm2/vendor/doctrine/lib/Doctrine/ORM/EntityManager.php on line 577

Fatal error: Class 'MyFirm\PlatformBundle\Entity\Review\LandmarkReviewRepository' not found in /home/me/mf/myfirm2/vendor/doctrine/lib/Doctrine/ORM/EntityManager.php on line 577

but it's not enough for me, I want to know the some more functions or files where called right before that error happens.

Any idea?

phpunit 3.5.14

Regards

Javi

1 Answer 1

1

Install xdebug: it gives you better stacktraces.

Sign up to request clarification or add additional context in comments.

1 Comment

It might seem like a short answer but imho it's all there is to say about that :) +1 from me (yesterday)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.