[symfony-users] Re: FOS\UserBundle\ -> \Entity\User does not exist and could not be loaded

2011-05-27 Thread cgb
some solution, I have the same problem ! On 7 mayo, 08:01, "sztart .pl" wrote: > Yes these are my registered namespaces: > last line is Mrok namespace > > $loader->registerNamespaces(array( >         'Symfony' => array(__DIR__ . '/../vendor/symfony/src', __DIR__ . > '/../vendor/bundles'), >  

[symfony-users] Re: Case problem with doctrine2, symfony2 and postgresql entities

2011-04-07 Thread cgb
replace "main" to "public" On 6 abr, 19:44, umpirsky wrote: > Hi. > > I have a problem with doctrine2 in symfony2 app with postgres > database. > > I get error: > >     SQLSTATE[3F000]: Invalid schema name: 7 ERROR: schema "main" does > not exist > > Problem is that my schema is Main not main. Wh