By "previous exceptions" I mean the result of subsequent calls to `$exception->getPrevious()` on this particular exception.
And yep, need a stack trace (or the multiple stack traces, if previous exceptions are there) to actually see what is going on. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 25 March 2014 02:24, [email protected] <[email protected]>wrote: > Hi Marco, > > What do you mean by "previous exceptions"? > > a) The exceptions of the previous version of vendor folder? In this case, > there is no exceptions. > b) The stack trace? > > Thanks > > > 2014-03-24 22:13 GMT-03:00 Marco Pivetta <[email protected]>: > >> Hey Diogo, >> >> Did you check the previous exceptions? >> >> Marco Pivetta >> >> http://twitter.com/Ocramius >> >> http://ocramius.github.com/ >> >> >> On 25 March 2014 01:01, Diogo Domanski <[email protected]> wrote: >> >>> Hi Isaac, >>> >>> Unfortunately not. >>> >>> I even tried to delete composer.lock file and all the content from >>> vendor folder and run php composer.phar install, but the problem remains. >>> >>> Before I run php composer.phar update (and the exception start to >>> happen), I backup the vendor folder up. If I use the previous version of >>> vendor folder, the project runs with no error. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "doctrine-user" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/doctrine-user. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "doctrine-user" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/doctrine-user/yDWky4vRYPw/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/doctrine-user. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
