Re: [symfony-users] Re: doctrine dbal connection

2011-03-01 Thread Christophe COEVOET
Le 28/02/2011 16:08, Nico a écrit : On 27 Feb., 21:28, Christophe COEVOET wrote: Le 27/02/2011 01:01, igniteflow a crit :> I'm having the same issue. I'm using the sandbox and have been following thehttp://docs.symfony-reloaded.org/guides/doctrine/dbal/overview.html tutorial, but am getting

[symfony-users] Re: doctrine dbal connection

2011-03-01 Thread Otávio
Hi everybody, I had the same problem when I try use doctrine:database:drop or doctrine:database:create. I clear the cache files and try this commands again and it works, the problem does not happen again. I hope it helps someone. Otávio. On 16 fev, 14:17, Nico wrote: > Hi everybody, > > I wo

[symfony-users] Re: doctrine dbal connection

2011-03-01 Thread Nico
On 27 Feb., 21:28, Christophe COEVOET wrote: > Le 27/02/2011 01:01, igniteflow a crit :> I'm having the same issue.  I'm > using the sandbox and have been > > following > > thehttp://docs.symfony-reloaded.org/guides/doctrine/dbal/overview.html > > tutorial, but am getting the > > > "doctrine.dba

Re: [symfony-users] Re: doctrine dbal connection

2011-02-27 Thread Christophe COEVOET
Le 27/02/2011 01:01, igniteflow a écrit : I'm having the same issue. I'm using the sandbox and have been following the http://docs.symfony-reloaded.org/guides/doctrine/dbal/overview.html tutorial, but am getting the "doctrine.dbal.default_connection" must be defined. Which version of the sandb

[symfony-users] Re: doctrine dbal connection

2011-02-27 Thread igniteflow
I'm having the same issue. I'm using the sandbox and have been following the http://docs.symfony-reloaded.org/guides/doctrine/dbal/overview.html tutorial, but am getting the "doctrine.dbal.default_connection" must be defined. error message On Feb 21, 2:06 pm, Daniel Londero wrote: > On 21 Feb

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
On 21 Feb, 13:13, Daniel Londero wrote: > On 16 Feb, 18:17, Nico wrote: > > > If I try to use the create database coomand (php app/console > > doctrine:database:create -v), It gives me this error message: > > > + > > > [InvalidArgumentException] > > The parameter "doctrine.dbal.default_connec

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
On 16 Feb, 18:17, Nico wrote: > If I try to use the create database coomand (php app/console > doctrine:database:create -v), It gives me this error message: > > + > > [InvalidArgumentException] > The parameter "doctrine.dbal.default_connection" must be defined. I've the same problem even if

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
On 16 Feb, 18:17, Nico wrote: > If I try to use the create database coomand (php app/console > doctrine:database:create -v), It gives me this error message: > > + > > [InvalidArgumentException] > The parameter "doctrine.dbal.default_connection" must be defined. This happens also to me using a

[symfony-users] Re: doctrine dbal connection

2011-02-18 Thread Daniel
Hello, I do experience the the same problem, after following the tutorials and configurations as provided in: http://docs.symfony-reloaded.org/master/guides/doctrine The dbal connection itself seems to work. When I manually create a a table in the database and then place the following co