I got the error reported in subject when tryng to do something like
this:

public function addWithUserQuery (DoctrineQuery $q = null)
    {
        if (is_null($q))
        {
            $q = $this->createQuery();
        }
        $q->leftJoin('sfGuardUser s');

        return $q;
    }

in a table class. I'm pretty new to symfony, and I have no clue on what
this error means. I'm using the the latest svn revision in 1.4 branch.
Anyone can help, please? :)

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to