[symfony-users] modelo n:m embed forms

2009-08-13 Thread juaninf
gestor: id: { type: INTEGER, primaryKey: true, required: true, autoIncrement: true } nombre: { type: VARCHAR, size: '45' } dni: { type: VARCHAR, size: '45' } pedido: id: { type: INTEGER, primaryKey: true, required: true, autoIncrement: true } hola: { type: VARCHAR, size:

[symfony-users] Question

2009-08-07 Thread juaninf
I have two classes brand and product respectively mapped, where the key of brand passes to product, my question is When I created the forms, in product i see a combobox of brand, in that part I can found the getBrands() function to fill this combobox? pdta: Because I filled the brand table,

[symfony-users] Re: Question

2009-08-07 Thread juaninf
please help me On 7 ago, 10:20, juaninf juan...@gmail.com wrote: I have two classes brand and product respectively mapped, where the key of brand   passes to product, my question is When I created the forms, in product i  see a combobox of brand, in that part I can found the getBrands

[symfony-users] Forms

2009-08-03 Thread juaninf
I know that the php symfony propel:build-forms command generates the forms taking the fields that were mapped of a table, but i want make this, in one form only with two tables, this is possible make manually and add one clase within of lib/form path? or symfony can be make automatic

[symfony-users] Problem Symfony Ubuntu 8.04

2009-07-28 Thread juaninf
Hi everyone I am migrating my symfony project to Ubuntu 8.04 but when I want see to browser obtained the tree of directory where are all my project, and when I entered to web folder I obtained the following error: Fatal error: Uncaught exception 'sfCacheException' with message 'Failed to make

[symfony-users] Re: Problem Symfony Ubuntu 8.04

2009-07-28 Thread juaninf
nothing On 28 jul, 11:54, mintao florian.fack...@mintao.com wrote: Try: chmod 777 /home/juan/webs/fid/cache Best Florian On 28 Jul., 18:41, juaninf juan...@gmail.com wrote: Hi everyone I am migrating my symfony project to Ubuntu 8.04 but when I want see to browser obtained

[symfony-users] Re: Problem Symfony Ubuntu 8.04

2009-07-28 Thread juaninf
sorry I can see the http://localhost/web/frontend_dev.php/, but I cannot the css :( On 28 jul, 11:54, mintao florian.fack...@mintao.com wrote: Try: chmod 777 /home/juan/webs/fid/cache Best Florian On 28 Jul., 18:41, juaninf juan...@gmail.com wrote: Hi everyone I am migrating my

[symfony-users] frontend and backend

2009-07-24 Thread juaninf
Hi everyone.. Please i want to know when put modules within on the backend or within frontend, for example. If I have a user module this have that stay in frontend or both? or that criteria I have that do. --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Problem backend

2009-06-16 Thread juaninf
Wenas, I have a problem when I create my backend, in jobeet tutorial , because when I want make unset in the JobeetJobForm and JobeetCategoryForm, this not working :(, I despite the fact that I maked php symfony cc.help me please --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Help day 12

2009-06-13 Thread juaninf
12 On 13 jun, 05:38, juaninf juan...@gmail.com wrote: sorry day 13 On 13 jun, 03:23, juaninf juan...@gmail.com wrote: When I entered this part (jobeet day 12, section batch_actions)           batch_actions:             _delete: ~             extend:  ~ in /jobeet/apps/backend

[symfony-users] Help day 12

2009-06-12 Thread juaninf
When I entered this part (jobeet day 12, section batch_actions) batch_actions: _delete: ~ extend: ~ in /jobeet/apps/backend/modules/job/config/generator.yml, i then I see the browser I do not obtained the extend parameter, why?, this my action class

[symfony-users] Re: Help day 12

2009-06-12 Thread juaninf
sorry day 13 On 13 jun, 03:23, juaninf juan...@gmail.com wrote: When I entered this part (jobeet day 12, section batch_actions)           batch_actions:             _delete: ~             extend:  ~ in /jobeet/apps/backend/modules/job/config/generator.yml, i then I see the browser I do

[symfony-users] cache/backend/dev/modules/autoJob/

2009-06-11 Thread juaninf
When I want to see this path cache/backend/dev/modules/autoJob/ in my project I do not find , in that part is generated this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] Re: cache/backend/dev/modules/autoJob/

2009-06-11 Thread juaninf
understand thanks, On 11 jun, 18:37, Pierre Lecocq pierre.lec...@gmail.com wrote: Maybe you must run your [backend] app in your browser. Maybe it means the cache is not generated ... Or you mispelled job when creating your module (jobs ?) On Jun 11, 5:42 pm, juaninf juan...@gmail.com wrote

[symfony-users] Error

2009-06-11 Thread juaninf
That means this Empty module and/or action after parsing the URL / category/ (/). where I miss something? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] I am reading jobbet, for the previous message

2009-06-11 Thread juaninf
I am reading jobbet, for the previous message --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group,

[symfony-users] Re: Error

2009-06-11 Thread juaninf
I am reading jobbet, for the previous message On 12 jun, 00:09, juaninf juan...@gmail.com wrote: That means this Empty module and/or action after parsing the URL / category/ (/). where I miss something? --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: Error

2009-06-11 Thread juaninf
ok , ready please help me On 12 jun, 00:20, Benjamin Grandfond benjamin.grandf...@gmail.com wrote: Hy, delete the last / and it should work __ Benjamin Grandfond -www.benjamingrandfond.fr benjamin.grandf...@gmail.com Le 12 juin 09 à 00:09, juaninf

[symfony-users] Re: Error

2009-06-11 Thread juaninf
12 juin 09 à 00:28, juaninf a écrit : now i obtained this 404 | Not Found | sfError404Exception Action category/index does not exist. stack trace at () in SF_ROOT_DIR\lib\vendor\symfony\lib\controller \sfController.class.php line 202 ...        $this-dispatcher-notify(new

[symfony-users] Re: Cpanel + symfony

2009-06-03 Thread juaninf
uploaded to a CPanel :p On Wed, Jun 3, 2009 at 10:28, juaninf juan...@gmail.com wrote: If I have a server with cpanel its possible install symfony, exist any requeriment to my php or apache? -- Sidney G B Ferreira Desenvolvedor Web --~--~-~--~~~---~--~~ You

[symfony-users] day seven problem

2009-05-31 Thread juaninf
I have a error (Unable to execute INSERT statement. [wrapped: SQLSTATE[HY000]: General error: 1364 Field 'slug' doesn't have a default value])when I executed the command php symfony propel:build-all-load --no-confirmation when I want update the database add to slug field : { type:

[symfony-users] Question Askeet Tutorial

2009-05-29 Thread juaninf
wenas, I following the askeet tutorial, in day 3 exist Create a batch to populate the database, gooh now below say that Create a file called load_data.php in the askeet/batch/ directory with the following content:, but I no find batch directory :(, pdta: Mi symfony version is 1.2