[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-20 Thread Tobias
Thanks for the answer. I already use XAMPP 1.6.8 Another issue is that even without the second embedRelation this piece of code raises the same exception: public function executeNew(sfWebRequest $request) { $teammatch = new Teammatch(); $badmintonMatches = array('1.HD', 'DD',

[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-20 Thread Tobias
Yippi, it works! I updated XAMPP to Version 1.7.2 with PHP 5.3 and Apache 2.2.12 Problem solved. I can advise anyone to use the newest PHP and Apache version. They also seem to be much faster. On Dec 21, 1:22 am, Tobias webmas...@tubo-world.de wrote: Thanks for the answer. I already use XAMPP

[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-19 Thread ScherlOMatic
I'm not sure, but i guess there's a problem with your apache version. I am developing with Windows as well and i never expected problems with the embedRelation() function. Maybe you could try the Xampp package from apachefriends. It works like charming. Sincerly, Stefan On 17 Dez., 15:21,

[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-19 Thread ScherlOMatic
I'm not sure but I guess there's a problem with your apache version. Maybe you could try to update or to use xampp package instead. I'm developing on Windows as well and I never expected problems with the embedRelation() function. Sincerly, Stefan On 17 Dez., 15:21, Tobias