On 1 February 2014 23:00, Parsifal <[email protected]> wrote:
>
> As I said due to ioncube obfuscation I can only use php $driver and that
> is the only option for me and I cannot use neither YAML nor xml nor
> annotaion, so would you please just advice with php?
>
> as about exception message you wanted to look into I gave it in prev.
> email:
> Fatal error: Uncaught exception 'Doctrine\ORM\Query\QueryException' with
> message 'SELECT * FROM clients ' in
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:41
> Stack trace:
> #0
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(448):
> Doctrine\ORM\Query\QueryException::dqlError('SELECT * FROM p...')
> #1
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(2167):
> Doctrine\ORM\Query\Parser->syntaxError('IdentificationV...', Array)
> #2
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(1158):
> Doctrine\ORM\Query\Parser->SelectExpression()
> #3
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(874):
> Doctrine\ORM\Query\Parser->SelectClause()
> #4
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(843):
> Doctrine\ORM\Query\Parser->SelectStatement()
> #5
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php(268):
> Doctrine\ORM\Qu in
> /home2/[edited]/composer/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php
> on line 52
>
A couple of things here:
1- this is an exception stack trace, not an error. To analyze an
exception, you need:
a) the exception type
b) the exception message
c) the exception stack trace
2- please don't spawn a new thread for each question you have if it's
pertinent to current discussions going on
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
--
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/groups/opt_out.