Finally I was able to get run HYDRATE_SCALAR that is useful for me. No errors for this, but if I use HYDRATE_OBJECT it still works but I get two notices
NOTICE: Undefined index: info in /home2/edited/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php on line 140 NOTICE: Undefined index: info in /home2/edited/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php on line 483 previously I said how I did setup mapping in info and of course I did add private $info; in top. I still get the result, but these notices are not a bug? or I did a mistake? if I want to try SINGLE_SCALAR I just get "Error: 0" and no detailed message about the error! any idea? -- 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.
