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, Tobias <webmas...@tubo-world.de> wrote:
> Hello,
>
> I have a Doctrine Form (Teammatch) which consists of several Matches
> which themselves have several Games.
>
> So I have a recursive embedded Relation like this:
>
> class TeammatchForm extends BaseTeammatchForm
> {
>   public function configure()
>   {
>         $this->embedRelation('Matches');
>   }
>
> }
>
> class MatchForm extends BaseMatchForm
> {
>   public function configure()
>   {
>         $this->embedRelation('Games');
>   }
>
> }
>
> But it doesn't work. I get a Win32 Exception in apache.exe and the
> connection is lost.
> Without $this->embedRelation('Games'); it works fine. So it must have
> to do with the recursion.
>
> Does anybody know a workaround?
>
> Thanks

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to