The error you mention is a Postgres error, not a MySQL one, so you are probably not using our unmodified sandbox, you probably are trying to set it up for Postgres.
We're open to including patches for Postgres that don't break MySQL or SQLite, but we don't use Postres in-house. Hmm, is this all the output you got? It feels a bit partial. The error mentioned is reported only for commands after an earlier one in a given transaction has already failed, at least according to my googling on the subject (I'm not a Postgres guy). Maybe you have a postgres error log that is more illuminating. On Sun, Feb 21, 2010 at 1:39 PM, ReynierPM <[email protected]> wrote: > Hi: > I've get the Apostrophe Sandbox for give a try. When I run the command: > doctrine:build --all I get this error: > >>> doctrine creating tables > > > > > SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction > is aborted, commands ignored until end of transaction block. Failing Query: > "CREATE INDEX triple3 ON tag (triple_value)". Failing Query: CREATE INDEX > triple3 ON tag (triple_value) > > Can any help me with this? > -- > Regards > ReynierPM > -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.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.
