[symfony-users] Re: SETUP SERVER

2009-05-22 Thread Nathan Rzepecki
Is symfony actually installed on this new server or is your project frozen? - Nathan Rzepecki http://www.lionslair.net.au Frank He wrote: > I also suspect the new server configuration does not support symfony's > minimum requirement, such as PDO, php 5 or whate

[symfony-users] Re: SETUP SERVER

2009-05-21 Thread Nathan Rzepecki
And make sure your permissions are correct. - Nathan Rzepecki http://www.lionslair.net.au a Frank He wrote: > Sounds like you have to update your configue file, such as > database.yml, app.yml, settings.yml etc. You can use frontend_dev.php > to see where is

[symfony-users] Re: jQuery + prototype problem

2009-03-27 Thread Nathan Rzepecki
You can not use JQuery and Prototype at the same time. All the library's use one component of JS and they can not both use it at the same time. Unfortunately you can only use one at a time - Nathan Rzepecki http://www.lionslair.net.au Sid Bachtiar wrote: > G

[symfony-users] Re: Save an embedded form that relies on the other form

2009-03-16 Thread Nathan Rzepecki
No problem. - Nathan Rzepecki http://www.lionslair.net.au maestro wrote: > Oppps, this is embarrassing. I was missing the autoIncrement: true, in > my message schema.yml. > Nathan thanx for your time.. > > On Mar 16, 10:53 pm, maestro wrote: > >>

[symfony-users] Re: Save an embedded form that relies on the other form

2009-03-16 Thread Nathan Rzepecki
That means it is not yet saved. - Nathan Rzepecki http://www.lionslair.net.au maestro wrote: > sadly $this->getObject()->getId() is returning a null in my case... > although the rest of the object values are there. > > On Mar 16, 8:13 pm, Nathan

[symfony-users] Re: Save an embedded form that relies on the other form

2009-03-16 Thread Nathan Rzepecki
It is this line here that does it. $entry->setServerId($this->getObject()->getId()); within public function saveEmbeddedForms($con = null, $forms = null) Because by the time that is called the main object is then saved. ----- Nathan Rzepecki http://www.lionsla

[symfony-users] Re: schema.sql is empty. Anybody can a help???

2009-03-16 Thread Nathan Rzepecki
I use propel not doctrine - Nathan Rzepecki http://www.lionslair.net.au Schorsch wrote: > Hey, > > do you have an non empty schema.yml file? Doctrine stores it's > schema.yml in the config/doctrine folder. If the doctrine folder > doesn't exist, yo