Re: [symfony-users] Recent viewed jobs not work on the production after upgrade to 1.4.5

2010-06-19 Thread Eno
On Tue, 15 Jun 2010, scvroin wrote: > at my shared server with Recent viewed jobs, it only works, I mean is > show the job only when viewing the job, but when back to index page > the Recent viewed jobs is empty Look in your symfonh or Apache error logs. -- -- If you want to report a vul

Re: [symfony-users] PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

2010-06-19 Thread Eno
On Fri, 18 Jun 2010, newprog wrote: > Hi i need to connect to mysql from command line... when i used this > command php symfony doctrine:insert-sql > i get this error PDO Connection Error: SQLSTATE[28000] [1045] Access > denied for user 'root'@'localhost' (using password: NO) can any one > help p

[symfony-users] Re: unwanted id column from doctrine:build-sql / build-sql ignores schema.yml

2010-06-19 Thread pghoratiu
>  relations: >    Users: >      local: statusid >      foreign: statusid >      type: many Try changing the relation type between tables to "one". The id is add because the relation type is many. > Now here's where things get completely bizarre. Hopefully this will be the > key to someone.

Re: [symfony-users] Re: unwanted id column from doctrine:build-sql / build-sql ignores schema.yml

2010-06-19 Thread Ryan Walker
That explains it. Problem solved. Thank you. On Jun 19, 2010, at 9:20 AM, Svetoslav Shterev wrote: > build-sql does not touch the schema at all. It generates sql from the > *models*. You need to generate new models from the schema(build-model) > first, and then regenerate sql. > > On Jun 19, 2:3

[symfony-users] Re: PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

2010-06-19 Thread XAH
show database credentials please from config file On 18 июн, 21:57, newprog wrote: > Hi i need to connect to mysql from command line... when i used this > command php symfony doctrine:insert-sql > i get this error  PDO Connection Error: SQLSTATE[28000] [1045] Access > denied for user 'root'@'loca

[symfony-users] Re: unwanted id column from doctrine:build-sql / build-sql ignores schema.yml

2010-06-19 Thread Svetoslav Shterev
build-sql does not touch the schema at all. It generates sql from the *models*. You need to generate new models from the schema(build-model) first, and then regenerate sql. On Jun 19, 2:33 pm, Ryan Walker wrote: > I hope this isn't a double post. I tried to post this yesterday and it did > not s

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 9 Messages in 7 Topics

2010-06-19 Thread joost . farla
Beste, Tot en met 27 juni ben ik niet aanwezig op kantoor. U kunt voor dringende zaken contact opnemen met Wout Withagen: w...@freshheads.com of 013 5448761. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en internet applicaties Dunantstraat 1c

[symfony-users] PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

2010-06-19 Thread newprog
Hi i need to connect to mysql from command line... when i used this command php symfony doctrine:insert-sql i get this error PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) can any one help plzz... thx -- If you want to report a vulner

[symfony-users] unwanted id column from doctrine:build-sql / build-sql ignores schema.yml

2010-06-19 Thread Ryan Walker
I am new to symfony and doctrine. My co-workers designed a database structure, and modified it directly. I am attempting to bring our symfony/doctrine model back into sync with it. One of the tables in the schema is giving me trouble. Doctrine was adding an `id` column to it when I performed a

Re: [symfony-users] Re: mediatemnple Dv server symfony deployment

2010-06-19 Thread Nicolás Moreira
Try my tutorial: http://blog.linkuy.com/2010/05/05/deployment-proyecto-symfony-en-servidor-media-temple/ this blog have a traduction to english regards On Fri, Jun 11, 2010 at 6:33 PM, scvroin wrote: > I succesfully deploy the result of the jobeet tutorial on a shared > host, so after change

[symfony-users] unwanted id column from doctrine:build-sql / build-sql ignores schema.yml

2010-06-19 Thread Ryan Walker
I hope this isn't a double post. I tried to post this yesterday and it did not seem to go through to the list. I am new to symfony and doctrine. My co-workers designed a database structure, and subsequently modified it directly. I am attempting to bring our symfony/doctrine model back into sync

[symfony-users] Get record id and set it into form

2010-06-19 Thread titiyoyo
Hi there, i'm new to symfony and am bumping into a problem here. I merged two forms from 2 different models and need to get a foreign key from table A to put in this table B form. Basically, i have to - create a record in table A and get this record's id - create a record in table B an set it's t

Re: [symfony-users] Re: Help me in this problem starting symfony on ubuntu and xampp

2010-06-19 Thread Gareth McCumskey
That generally does not help as I have 777'ed the directories and get the same issue. On Sat, Jun 19, 2010 at 4:39 AM, PachinSV wrote: > You also can try doing the following: > chmod -R 755 > > then: > chmod -R 777 \logs > chmod -R 77 \cache > > On 17 jun, 12:27, Dina aquarius wrote: >> Dear Sy