Re: [symfony-users] Acces denied for user www-data

2010-11-18 Thread Thomas Ohms
Does this only happen with you own module? 2010/11/18 Bor1s galina.sebast...@gmail.com Hello all, i am a beginner on symfony and i try to do the jobeet tutorial. All seem to be good as far as the final part of day 2 when i try to do a new module. When i try to access at my module's url (

Re: [symfony-users] Re: Using generator.yml, is there any way to hide the fields of the i18n forms in the admin?

2010-10-26 Thread Thomas Ohms
Have a look here: http://forum.diem-project.org/viewtopic.php?f=2t=182start=0 Maybe that's what you are looking for?! Regards, Thomas 2010/10/26 Javier Garcia tirengar...@gmail.com well, maybe the question is: using generator.yml, is there any way to hide the fields of the i18n table forms

Re: [symfony-users] Re: Using generator.yml, is there any way to hide the fields of the i18n forms in the admin?

2010-10-26 Thread Thomas Ohms
Ooops, sorry wrong list. My link show an example for Diem. But should work similar to Symfony. 2010/10/26 Thomas Ohms thomas.o...@googlemail.com Have a look here: http://forum.diem-project.org/viewtopic.php?f=2t=182start=0 Maybe that's what you are looking for?! Regards, Thomas 2010/10

Re: [symfony-users] Re: Remove column through schema.yml (Doctrine)

2010-10-24 Thread Thomas Ohms
Hi Raphael, thanks for the link. Interesting presentation, but nothing new and I'm afraid no help as there isn't discussed removing columns through schema.yml. :( Bye, Thomas 2010/10/24 Raphael Schumacher m...@raphaelschumacher.ch This presentation could be of help to you:

Re: [symfony-users] Remove column through schema.yml (Doctrine)

2010-10-22 Thread Thomas Ohms
Obviously, if you want to remove a column, you have to *remove* it from the scheam.yml file (just delete it) ;-) Am 21.10.2010 15:39, schrieb Thomas Ohms: Hi all, after searching for over an hour I just ask, what seems not to be asked before: I I like to remove a column from a schema (project

Re: [symfony-users] Factories : storage taking a really long time to load

2010-10-22 Thread Thomas Ohms
Are you using cache? Do you maybe have different caching compared to your dev an prod server? 2010/10/21 stephenrs ssgro...@gmail.com I'm preparing a site for launch - moving it out of my local dev environment to a remote VPS host, and I've discovered that sometimes pages take up to 60+

Re: [symfony-users] Remove column through schema.yml (Doctrine)

2010-10-22 Thread Thomas Ohms
* it from the scheam.yml file (just delete it) ;-) Am 21.10.2010 15:39, schrieb Thomas Ohms: Hi all, after searching for over an hour I just ask, what seems not to be asked before: I I like to remove a column from a schema (project based) so generating a migrations diff

Re: [symfony-users] Question with fowarding method

2010-10-22 Thread Thomas Ohms
Try the terms symfony 404 customizing in Google and you get many ways ;) Am Freitag 22 Oktober 2010, um 13:40:15 schrieb Tristan: In the jobeet tutorial, you can access jobs only if they are valid (30 days) thanks to : method_for_query: retrieveActiveJob The problem is that it fowards

[symfony-users] Remove column through schema.yml (Doctrine)

2010-10-21 Thread Thomas Ohms
Hi all, after searching for over an hour I just ask, what seems not to be asked before: I I like to remove a column from a schema (project based) so generating a migrations diff will automatically create a removeColumn in migration file. How can I do it? My thought was adding column schema.yml